<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
Hide search
*/
/*#bouton_top_right .elementor-row .elementor-column.elementor-inner-column:first-child {
    width: 18px;
    display: none !important;
}*/
/**
Hide language dropdown
*/
/*Date 07.10.2020
#bouton_top_right .elementor-row .elementor-column.elementor-inner-column:last-child {
    display: none !important;
}*/
/**
Menu Left Hide News 
*/
.online150720.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1582 {
    display: none !important;
}

/**
Footer hide disabled and hide news
*/
.f_disabled {
    display: none !important;
}
.online150720.f_news {
    display: none !important;
}

/******************
Date : 20.03.2020
Description : collections CSS layout and js adaptation

-- 1 -- Menu Collections
-- 2 -- Section collections type

***/


p {
	margin: 0; padding:0;
}
body .elementor-column-gap-default&gt;.elementor-row&gt;.elementor-column&gt;.elementor-element-populated {
  
}
#menu_collection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    max-width: 1800px;
    margin: 0 auto;
	display: none;
}
body.preload_before.menu_collections_enable:before {
	content: " ";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
    z-index: 404;
    padding: 0;
    margin: 0;
    background-image: url(/wp-content/themes/hello-theme-child-master/css/ajax-loader-Black.gif);
    background-repeat: no-repeat;
    background-position: center 150px;
    opacity: 1;
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 190px;
    display: inline-block;
}
	
.p_active .s_span.hvr-sweep-to-top:before, .p_active .hvr-sweep-to-top:before, .p_active   hvr-sweep-to-top:before {
  -webkit-transform: scaleY(1.01);
  transform: scaleY(1.01);
   -webkit-transform: scaleX(1.01);
  transform: scaleX(1.01);
}
.p_active  .s_span.hvr-sweep-to-top, .p_active  .s_span.hvr-sweep-to-top, .p_active  .s_span.hvr-sweep-to-top {
    color: #000000;
}
.collection {
	position:relative;
	
}
.col_img{
	position:relative;
	
}
.btn_parent{
	position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.wrapper_col_btn {

    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
}
.col_btn{
	width: 210px;
	text-transform: uppercase;
	font-size: 0.8em;
	width: 200px;
    text-transform: uppercase;
    font-size: 12px;

}

/******************
Date : 08.04.2020
Description : Products caro
***/
.products_caro {
	max-width: 1800px;
	width: 100%;
	display: none;
}
.products_caro img{
	width: 160px;
}
.products_caro .p_item{
	display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
.fig,
.title_1,
.title_2 {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
}

/******************
Date : 30.03.2020
Description : Collections Type Cards
***/
.collection_type {
	display: flex;
	flex-direction: column;
}
.row_1 {
	display: flex;
}
.row_2 {
	display: flex;
    justify-content: center;
    padding: 0px 50px 50px 50px;
    align-items: center;
    align-content: center;
	position: relative;
}
figure img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
figure {
	display: flex;
	width: 60%;
    padding: 0;
    margin: 0;
}
.collection_type_content {
	display: flex;
	width: 40%;
	flex-direction: column;
	text-align: justify;
}


/*Color and flex direction*/
.even {
    background: white;
    color: #000000;
}
.even .row_1 {
	flex-direction: row;
}
.even .a_caro{
    color: #000000;
}
.odd {
    background: #000000;
    color: #ffffff;
}
.odd .row_1 {
	flex-direction: row-reverse;
}
.odd .a_caro{
    color: #ffffff;
}
.row_1 h2 {
	text-transform: uppercase;
	font-size: 33px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 40px 0;
}
.row_1 p{
	font-size: 18px;
}
.even p,
.even p, .even .row_1 h2 {
    color: #000000;
}
.odd p, .odd .row_1 h2 {
    color: #ffffff;
}
.collection_type_content_wrapper{
    max-width: 710px;
    width: 100%;
}
.even .collection_type_content{
	padding: 120px 85px  0 50px;
}
.odd .collection_type_content{
	padding: 120px 50px 0 85px;
}

/*Big screen*/
@media screen and (min-width: 2048px) {
	.collection_type_content_wrapper {
		max-width: 100%;
		width: 95%;
		padding: 4vh;
	}
	.row_1 h2 {
		text-transform: uppercase;
		font-size: 3vh;
		font-weight: bold;
		text-align: left;
	}
	.row_1 p{
		font-size: 2vh;
	}
}
/*Notebook*/
@media screen and (max-width: 1475px) {
	.row_1 h2 {
		text-transform: uppercase;
		font-size: 26px;
		font-weight: bold;
		text-align: left;
	}
	figure {
		width: 60%;
	}
	.collection_type_content {
		width: 40%;
	}
	.collection_type {
		justify-content: center;
	}
	.collection_type_content {
		display: block;
		text-align: justify;
		padding: 0;
		display: flex;
		justify-content: center;
		padding: 40px;
	}
	.even .collection_type_content{
		padding: 60px;
	}
	.odd .collection_type_content{
		padding: 60px;
	}
	.collection_type_content_wrapper{
		width: 100%;
	}
}

/*Big mobile*/
@media screen and (max-width: 768px) {
	.collection_type {
		display: block;
	}
	.row_1 {
		display: block;
	}
	.row_2 {
		display: block;
	}
	figure {
		display: block;
		width: 100%;
	}
	.row_1 h2 {
		text-align: center;
	}
	.collection_type_content {
		display: block;
		max-width: 500px;
		width: 100%;
		text-align: justify;
		display: flex;
		justify-content: center;
		padding: 40px;
		margin: 0 auto;
	}
	.even .collection_type_content{
		padding: 40px;
	}
	.odd .collection_type_content{
		padding: 40px;
	}
	.collection_type_content_wrapper{
		max-width: 500px;
		width: 100%;
	}
}
/* CUSTOM */
	.no_display {
		display: none;
	}
	.no_overflow {
		overflow: hidden;
	}
	.mod_lightbox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 500000;
	}
	.zi_1 {
		position: fixed;
		width: 100%;
		height: 100%;
		/* top: 0; */
		overflow-y: scroll;
		z-index: 410;
	}
	.watch_infos .w_i_1 img {
		cursor: crosshair;
	}
	.m_disable {
		cursor: default;
	}
	
/* ACTIVITY INDICATION */

	#imagelightbox-loading,
	#imagelightbox-loading div
	{
		border-radius: 50%;
	}
	#imagelightbox-loading
	{
		width: 2.5em; /* 40 */
		height: 2.5em; /* 40 */
		background-color: rgba(255,255,255,0);
		position: fixed;
		z-index: 404;
		top: 50%;
		left: 50%;
		padding: 0.625em; /* 10 */
		margin: -1.25em 0 0 -1.25em; /* 20 */

		
		background-image: url(/wp-content/themes/hello-theme-child-master/css/ajax-loader.gif);
		background-repeat: no-repeat;
		background-position: center center;
		opacity: 0.5;
	}
	#imagelightbox-loading div
		{
			width: 1.25em; /* 20 */
			height: 1.25em; /* 20 */
			background-color: #fff;

			-webkit-animation: imagelightbox-loading .5s ease infinite;
			animation: imagelightbox-loading .5s ease infinite;
		}

	/*		@-webkit-keyframes imagelightbox-loading
		{
			from { opacity: .5;	-webkit-transform: scale( .75 ); }
			50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
			to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
		}
		@keyframes imagelightbox-loading
		{
			from { opacity: .5;	transform: scale( .75 ); }
			50%	 { opacity: 1;	transform: scale( 1 ); }
			to	 { opacity: .5;	transform: scale( .75 ); }
		}
	*/

	/* OVERLAY */

	#imagelightbox-overlay
	{
		background-color: #fff;
		position: fixed;
		z-index: 400;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


	/* "CLOSE" BUTTON */

	#imagelightbox-close
	{
		width: 2.5em; /* 40 */
		height: 2.5em; /* 40 */
		text-align: left;
		background-color: rgba(0, 0, 0, 0.27);
		border-radius: 50%;
		position: fixed;
		z-index: 420;
		top: 2.5em; /* 40 */
		right: 2.5em; /* 40 */

		-webkit-transition: color .3s ease;
		transition: color .3s ease;
	}
	#imagelightbox-close:hover,
	#imagelightbox-close:focus { background-color: #111; }

		#imagelightbox-close:before,
		#imagelightbox-close:after
		{
			width: 2px;
			background-color: #fff;
			content: '';
			position: absolute;
			top: 20%;
			bottom: 20%;
			left: 50%;
			margin-left: -1px;
		}
		#imagelightbox-close:before
		{
			-webkit-transform: rotate( 45deg );
			-ms-transform: rotate( 45deg );
			transform: rotate( 45deg );
		}
		#imagelightbox-close:after
		{
			-webkit-transform: rotate( -45deg );
			-ms-transform: rotate( -45deg );
			transform: rotate( -45deg );
		}


	/* CAPTION */

	#imagelightbox-caption
	{
		text-align: center;
		color: #000000;
		background-color: #666;
		position: fixed;
		z-index: 430;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0.625em; /* 10 */
	}


	/* NAVIGATION */

	#imagelightbox-nav
	{
		background-color: #444;
		background-color: rgba( 0, 0, 0, .5 );
		border-radius: 20px;
		position: fixed;
		z-index: 440;
		left: 50%;
		bottom: 3.75em; /* 60 */
		padding: 0.313em; /* 5 */

		-webkit-transform: translateX( -50% );
		-ms-transform: translateX( -50% );
		transform: translateX( -50% );
	}
		#imagelightbox-nav button
		{
			width: 1em; /* 20 */
			height: 1em; /* 20 */
			background-color: transparent;
			border: 1px solid #000000;
			border-radius: 50%;
			display: inline-block;
			margin: 0 0.313em; /* 5 */
		}
		#imagelightbox-nav button.active
		{
			background-color: #fff;
		}


	/* ARROWS */

	.imagelightbox-arrow
	{
		width: 3.75em; /* 60 */
		background-color: #444;
		background-color: rgba( 0, 0, 0, .5 );
		vertical-align: middle;
		display: none;
		position: fixed;
		z-index: 410;
		top: 50%;
	}
	.imagelightbox-arrow:hover,
	.imagelightbox-arrow:focus	{ background-color: rgba( 0, 0, 0, .75 ); }
	.imagelightbox-arrow:active { background-color: #111; }

		.imagelightbox-arrow-left	{ left: 2.5em; /* 40 */ }
		.imagelightbox-arrow-right	{ right: 2.5em; /* 40 */ }

		.imagelightbox-arrow:before
		{
			content: '';
			display: inline-block;
			margin-bottom: -0.125em; /* 2 */
		}
			.imagelightbox-arrow-left:before
			{
				border-left: none;
				border-right-color: #fff;
				margin-left: -0.313em; /* 5 */
			}
			.imagelightbox-arrow-right:before
			{
				border-right: none;
				border-left-color: #fff;
				margin-right: -0.313em; /* 5 */
			}

	.imagelightbox-arrow-left:before {
		content: '.';
		background: url(/wp-content/uploads/UI/F-Down.png) no-repeat;
		text-indent: -200px;
		display: inline-block;
		width: 40px;
		transform: rotate(90deg);
		overflow: hidden;
		position: relative;
		left: -10px;
		background-color: rgba(0, 0, 0, 0.27);
		border-radius: 60px;
		height: 40px;
		background-position: 9px 15px;
	}
	
	.imagelightbox-arrow-right:before {
		content: '.';
		background: url(/wp-content/uploads/UI/F-Down.png) no-repeat;
		text-indent: -200px;
		display: inline-block;
		width: 40px;
		transform: rotate(270deg);
		overflow: hidden;
		position: relative;
		right: 10px;
		background-color: rgba(0, 0, 0, 0.27);
		border-radius: 60px;
		height: 40px;
		background-position: 9px 15px;

	}
	.imagelightbox-arrow-right:hover::before,
	.imagelightbox-arrow-left:hover::before{
		background-color: #111;
	}


	#imagelightbox-loading,
	#imagelightbox-overlay,
	#imagelightbox-close,
	#imagelightbox-caption,
	#imagelightbox-nav,
	.imagelightbox-arrow
	{
		-webkit-animation: fade-in .25s linear;
		animation: fade-in .25s linear;
	}
		@-webkit-keyframes fade-in
		{
			from	{ opacity: 0; }
			to		{ opacity: 1; }
		}
		@keyframes fade-in
		{
			from	{ opacity: 0; }
			to		{ opacity: 1; }
		}

	@media only screen and (max-width: 41.250em) /* 660 */
	{
		#container
		{
			width: 100%;
		}
		#imagelightbox-close
		{
			top: 1.25em; /* 20 */
			right: 1.25em; /* 20 */
		}
		#imagelightbox-nav
		{
			bottom: 1.25em; /* 20 */
		}

		.imagelightbox-arrow
		{
			width: 2.5em; /* 40 */
			height: 3.75em; /* 60 */
			margin-top: -2.75em; /* 30 */
		}
		.imagelightbox-arrow-left	{ left: 1.25em; /* 20 */ }
		.imagelightbox-arrow-right	{ right: 1.25em; /* 20 */ }
	}

	@media only screen and (max-width: 20em) /* 320 */
	{
		.imagelightbox-arrow-left	{ left: 0; }
		.imagelightbox-arrow-right	{ right: 0; }
	}
/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

/******************
Date : 20.04.2020
Description : n_news CSS layout and js adaptation

-- 2 -- n_news infos

-- 3 --  n_news zoom moods, lightbox

***/
#n_news {
    background: #ffffff;
}
.row_1 p, p {
		font-size: 15px;
	}
.n_news_infos.w_i {
	display: flex;
    flex-direction: row;
    background: #ffffff;
	color: #000000;
	max-width: 1900px;
	width:100%;
	height: 800px;
	height: 600px;
	height: 570px;
	position: relative;
    margin: 0 auto;
}
.meta_n_news_infos.m_w_i {
	width:100%;
    margin: 0 auto;
}
.n_news_infos .w_i_1 {
	width: 45%;
    display: flex;
    justify-content: center;
    align-items: start;
    align-content: center;
    height: 100%;
	position: relative;
	opacity:0;
}

.n_news_infos .w_i_1 a{
    height: 100%;
    display: inline-block;
}

.n_news_infos .w_i_1 img{
 /*   object-fit: contain;
    height: 96%;*/
	max-width: initial;
}

.n_news_infos .w_i_2 {
	width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.n_news_infos .w_i_2 a{
	margin-top: 30px;
	display: inline-block;
    width: 150px;
    height: 150px;
}
.n_news_infos .w_i_2 img {
	width: 150px;
	height: 150px;
    max-width: inherit;
    object-fit: cover;
}

.n_news_infos .w_i_2 video {
    width: 150px;
    object-fit: cover;
    height: 150px;
}
.n_news_infos .w_i_3 {
	width: 45%;
}
.n_news_infos .w_i_3_content {
	padding: 40px 0 0 21%;
	padding: 30px 0 0 60px;
    width: 90%;
    height: 90%;
    position: relative;
}
#n_news .w_i_3 h1 {
    color: #000000;
    font-size: 22px;
    text-transform: uppercase;
    padding: 17px 0 13px 0;
    margin: 0;
    font-weight: bold;
}
#n_news .w_i_3 h2 {
	color: #000000;
	font-size: 15px;
	text-transform: uppercase;
    padding: 0 0 40px 0;
    margin: 0;
	
}
#n_news .w_i_3 h4 {
	color: #000000;
	font-size: 12px;
    padding: 0;
    margin: 0;
	
}

#n_news .p_infos h1 span{
	font-size: 22px;
}

#n_news .p_infos h1 span.subTitle{
    font-size: 18px;
    margin: 30px 0 0 0;
    display: inline-block;
    color: #000000;
    text-transform: none;
}

#n_news .p_infos h2 a{
	color: #000000;
}

#n_news .p_nav {
	position: absolute;
    width: 100%;
    height: 100%;
}
#n_news .p_prev {
	color: #000000;
	position: absolute;
    top: 45%;
    left: 20px;
    z-index: 210;
}
#n_news .p_next {
	color: #000000;
	position: absolute;
    top: 45%;
    right: 20px;
}
#n_news .p_next:before {
    content: '.';
    background: url(/wp-content/uploads/UI/F-Down-Black.png) no-repeat 100% 100%;
    background-size: 100%;
    text-indent: -200px;
    display: inline-block;
    width: 20px;
    transform: rotate(270deg);
    overflow: hidden;
}
#n_news .p_prev:before {
    content: '.';
    background: url(/wp-content/uploads/UI/F-Down-Black.png) no-repeat 100% 100%;
    background-size: 100%;
    text-indent: -200px;
    display: inline-block;
    width: 20px;
    transform: rotate(90deg);
    overflow: hidden;
}
/*Zoom lightbox*/
body .dialog-type-lightbox {
    z-index: 314180;
}


/*n_news meta infos */
.meta_n_news_infos.m_w_i {
    background: #000000;
    color: #ffffff;
    padding: 80px 0 0 0;
}
.meta_n_news_infos.m_w_i h2{
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	padding:0;
	margin:0 0 0 50px;
}
.products_caro {
    display: flex;
	flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}
.title_1, .title_2 {
	color: #000000;
}
.products_caro img {
    width: 100%;
    max-width: 160px;
}
.w_item {
	width: 100%;
}
.w_i_3 .p_tools {
    width: 87%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
}
.w_i_3 .p_button {
	font-size: 11px;
	border: 1px solid #000000;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 15px 11px 15px;
	color: #000000;
}



/*Section module infos*/
.module_infos {
    background: #000000;
    color: #ffffff;
	height: 585px;
	height: auto;
}
.module_infos .meta_infos {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 75px 0;
}
.module_infos .meta_infos h2{
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	padding:75px 0 65px 0;
	margin:0 0 0 5%;
}
.content_rectangle {
	padding:0 10px;
	margin:0 0 0 5%;
	margin:0;
	width:100%;
	max-width:100%;
}

.content_rectangle .sq_1{
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #f50cf3;
    background: #000000;
    font-weight: bold;
    display: inline-block;
	
    padding: 5px 5px 5px 5px;
    border: 5px solid rgb(0, 0, 0);
		border-left: 10px solid rgb(0, 0, 0);
		border-right: 10px solid rgb(0, 0, 0);
    box-shadow: 1px -1px 4px rgba(0,0,0,0.1);
    background-color: #ffffff;
}


/*-- 3 --  n_news zoom moods, lightbox*/

#videoo1 {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.w_zoom{
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 530px;
    padding: 5px;
    display: inline-block;
	border-left: 50px solid white;
	border-right: 30px solid white;
	border-bottom: 10px solid white;
	border-top: 10px solid white;
}
.w_z_i {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0;
}


.w_z_0 {
	background-color: #000000;
}

.n_news_infos .w_z_i video {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit: cover;
	
}

.n_news_infos .w_z_i img {
}

.w_z_w {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    top: -5px;
    position: relative;
	opacity: 0;
}
	
.n_news_infos .w_i_1.time_to_show {
	opacity: 1;
}

.easyzoom--overlay  {
    width: 100%;
    height: 100%;
}
.easyzoom--overlay img {
    border-style: none;
    height: initial;
    max-width: initial;
    position: absolute;
    z-index: 50;
}

.sizeMe {
	position: absolute;
    z-index: 10;
	top:0;
	left:0;
    border-style: none;
    height: initial;
    max-width: initial;
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.sizeMe_mobile.easyzoom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sizeMe_mobile.easyzoom img {
    position: absolute;
    left: 0;
}
.w_close {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 4200;
    background: #000000;
    border-radius: 40px;
    /* padding: 5px; */
    opacity: 0;
    width: 20px;
    height: 19px;
    text-align: center;
}
body .w_close .fa-times:before {
    background: url(/wp-content/uploads/UI/F-Close-2.png) no-repeat 60% 60%;
    background-size: 10px 11px;
    width: 12px;
    height: 11px;
	opacity: 0.6;
}


.w_z_show_UI {
	opacity: 1;
}	
.w_z_show {
	opacity: 1;
    z-index: 1100;
}



.n_news_img {
	
    object-fit: cover;
    width: 100%;
    height: auto;
}

/*Content Text Main*/
.m_content{
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #000000;
}


/*Related News*/
.sn_viewer {
}

#sn_viewer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 70px 50px 0 50px;
    background: #000000;
    margin-bottom: 100px;
}

.sn_item {
	flex: 0 32%;
	flex: 0 18%;
	margin-bottom: 2%; /* (100-32*3)/2 */
	padding: 5px 5px 0 5px;
	border: 1px solid rgb(222, 222, 222);
	display: inline-block;
	box-shadow: 1px -1px 4px rgba(0,0,0,0.1);
	background-color: #ffffff;
	
}

img.limg{
    width: 100%;
    height: 210px;
    object-fit: cover;
    padding: 10px;
    margin: 0;
}

.sn_item + .sn_item{
}

.sn_item.notToday:nth-child(3n+2),
.sn_item.isInCol2
{
   position: relative;
   /*top: -8vw;*/
}
.sn_item.notToday:nth-child(3n+2),
.sn_item.isInCol13
{
   position: relative;
   top: 8vw;
}


.sn_infos {
	/*position: absolute;
    bottom: 3px;*/
}

.p_infos a.p_link_news {
	color: #000000;
}
body .meta_n_news_infos .sn_infos h2 {
    font-size: 10px;
    width: 100%;
    display: inline-block;
    background: white;
    color: black;
    padding: 10px 20px 0 20px;
    text-align: center;
    margin: 0;
    font-weight: bold;
}
.sn_infos span.nDate {
    font-size: .75rem;
    width: 100%;
    display: inline-block;
    background: white;
    color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    text-align: center;
    margin: 0;
    display: block;
}
.a_caro {
	display: block;
}

/*Remooz*/

.remooz-fullScreenContainer{display:none;height:2000px;position:fixed;left:0;top:0;width:100%;z-index:1500;background-color:rgba(255,255,255,.8)}
.remooz-fullScreenContainer img{position:absolute;z-index:1000;cursor:zoom;display:block}
.remooz-fullScreenContainer .remooz-fullScreenContainer-inner{text-align:center;z-index:19}
.remooz-fullScreenContainer-controller{position:absolute;z-index:200;width:50px;height:50px;font-size:50px;line-height:50px;cursor:pointer}
.remooz-fullScreenContainer-close{top:20px;right:20px}
.remooz-fullScreenContainer-next{top:50%;right:20px;margin-top:-25px;position:fixed}
.remooz-fullScreenContainer-prev{top:50%;left:20px;margin-top:-25px;position:fixed}

/* Collection sheme maj spec*/
.collection_type.odd {
	background: #ffffff;
	color: #000000;
}
.odd p, .odd .row_1 h2 {
	color: #000000;
}

/*Ovverride Collection for News */
.collection_type_content {
	width: 50%;
}

figure {
	width:50%;
}
#imagelightbox {
	top: 0 !important;
}

/*Big screen*/
@media screen and (min-width: 2048px) {

}
/*Notebook*/
@media screen and (max-width: 1475px) {
	p {
		font-size: 15px;
	}

}
@media screen and (max-width: 1105px) {
	#n_news .p_infos h1 span.subTitle {
		font-size: 18px;
		margin: 10px 0 0 0;
	}
	.n_news_infos.w_i {
		height: auto;
	}
}

.p_infos_mobile {
	display: none;
}


/*Big desktop*/
@media only screen and (min-width: 1475px) {
	.odd .collection_type_content {
		padding: 60px 55px 60px 55px;
	}
}

/*Big mobile 768px vs 960px*/
@media screen and (max-width: 768px) {
	.n_news_infos.w_i {
		display: block;
		flex-direction: row;
		background: #ffffff;
		color: #000000;
		max-width: 100%;
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
	}
	.n_news_infos .w_i_1 {
		width: 100%;
		display: inline-block;
		justify-content: center;
		align-items: start;
		align-content: center;
		height: auto;
		position: relative;
		opacity: 0;
	}	
	.w_zoom {
		position: inherit;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		padding: 0;
		display: inline-block;
		border: none;
	}	
	.w_z_w {

		display: inline-block;
		justify-content: inherit;
		align-items: inherit;
		align-content: inherit;
		top: inherit;
		position: relative;
		opacity: 1;
		background: white;
		width: 100%;
		height: 100%;
		z-index: 1000;
		margin: 0 auto;
		text-align: center;
	}
	.n_news_infos .w_i_2 {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		padding: 0;
		margin: 0;
	}
	.w_z_w {
		z-index: 50;
	}
	.w_z_0 {
		z-index: 100;
	}
	.w_z_1 {
		z-index: 110;
	}
	.w_z_2{
		z-index: 120;
	}
	.w_z_show {
		opacity: 1;
		z-index: 1100;
	}
	.n_news_infos .w_i_2 a {
		margin-top: 30px;
		display: inline-block;
		width: 150px;
		height: 150px;
		margin: 20px 10px 20px 10px;
	}
	.n_news_infos .w_i_3 {
		width: 100%;
		height: 450px;
	}
	#n_news .w_i_3 h2 {
		color: #000000;
		font-size: 15px;
		text-transform: uppercase;
		padding: 0 0 40px 0;
		margin: 0;
		text-align: center;
	}
	.p_infos{ display: none;}
	.p_infos_mobile {
		display: block;
		width: 100%;
		height: auto;
		background: #dcdcdc;
		padding: 0;
		text-align: center;
		padding : 20px 0 20px 0;
		}
		#n_news .p_infos_mobile h4 {
			color: #000000;
			font-size: 12px;
			padding: 0 0 5px 0;
			margin: 0;
		}
		#n_news .p_infos_mobile h1 {
			color: #000000;
			font-size: 20px;
			text-transform: uppercase;
			padding: 0 0 5px 0;
			margin: 0 auto;
			font-weight: bold;
			width: 70%;
		}
		#n_news .p_infos_mobile h2 {
			color: #000000;
			font-size: 15px;
			text-transform: uppercase;
			padding: 0 0 10px  0;
			margin: 0;
			text-align: center;
		}
		#n_news .p_infos_mobile h2 a{
			color: #000000;
		}
	#n_news .p_prev {
		top: 35%;
	}
	#n_news .p_next {
		top: 35%;
	}
	.n_news_infos .w_i_2 img {
		max-width: 150px;
		max-height: 150px;
		width: 100%;
		height: 100%;
	}
	
	.module_infos {
		background: #000000;
		color: #ffffff;
		height: auto;
	}
	.module_infos .meta_infos {
		padding: 0 0 75px 0;
	}
	.content_rectangle {
		text-align: center;
	}
	.content_rectangle .sq_1 {
		background: #000000;
		display: inline-block;
		margin: 0;
		width: 80%;
		
		padding: 5px 5px 5px 5px;
		border: 5px solid rgb(0, 0, 0);
		border-left: 10px solid rgb(0, 0, 0);
		border-right: 10px solid rgb(0, 0, 0);
		box-shadow: 1px -1px 4px rgba(0,0,0,0.1);
		background-color: #ffffff;
	}
	.w_i_3{ display: none;}
	.n_excerp {
		background: #ffffff;
		color: #000000;
		text-align: justify;
		padding: 20px 40px 30px 40px;
	}
	.odd .n_excerp p, .odd .row_1 .n_excerp h2 {
		color: #000000;
		font-weight: normal;
	}
	
	.mobilehideme {
		display: none;
	}
	.sn_item {
		flex: none;
	}
	.odd .collection_type_content {
		padding: 40px;
		width: 100%;
		max-width: 100%;
	}
	figure {
		width: 100%;
	}
		
	h2.subTitle{
		margin: 20px 0 0 0;
		font-size: 20px;
		background: transparent;
		padding: 0;
	}
}


/*GFX*/

.pulseCase {
    -webkit-animation: pulse_case 3s linear infinite;
    -moz-animation: pulse_case 3s linear infinite;
    -o-animation: pulse_case 3s linear infinite;
    animation: pulse_case 3s linear infinite;
}

@-webkit-keyframes pulse_case {
    0% {
        color: #4a4a4a;
    }
    100% {
        color:#9f9f9f
    }
}

@-moz-keyframes pulse_case {
    0% {
        color: #4a4a4a;
    }
    100% {
        color:#9f9f9f
    }
}

@-o-keyframes pulse_case {
    0% {
        color: #4a4a4a;
    }
    100% {
        color:#9f9f9f
    }
}

@keyframes pulse_case {
    0% {
        color: #4a4a4a;
    }
    100% {
        color:#9f9f9f
    }
}


#imagelightbox {
  touch-action: pinch-zoom;
}











/*
    Add your custom styles here
*/

/*
-- 0 -- Extension
-- 1 -- Loader
-- 2 -- Hack Divers
-- 3 -- Store Locator
-- 4 -- Menu Left
		WPML Multi Language

*/



/*-- 2 -- Hack Divers */
body .premium-magic-section-content-wrap-out { overflow-y: inherit !important;}
body #header_bg { padding-bottom:10px;}
</pre></body></html>