<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Section slider */
#template-sections-2 .section-slider-gallery{
	position: relative;
}
#template-sections-2 .section-slider-gallery .slides .slide{
	display: none;
}
#template-sections-2 .section-slider-gallery .slides .slide:first-child{
	display: block;
	width: 100%;
}
#template-sections-2 .section-slider-gallery .slides .slide a{
	text-decoration: none!important;
}
#template-sections-2 .section-slider-gallery .slides .slide .background{
	background-size: cover!important;
}
#template-sections-2 .section-slider-gallery .slides .slide .text{
	display: table;
	width: 100%;
	min-height: 1000px;
	height: 0; /* Bug Firefox */
	border-spacing: 0;
}
#template-sections-2 .section-slider-gallery .carousel .slides .slide .text{
	min-height: 500px;
}
#template-sections-2 .section-slider-gallery .slides .slide .text .text-wrapper{
	display: table-cell;
	vertical-align: middle;
}
#template-sections-2 .section-slider-gallery .carousel .slides .slide .text .text-wrapper{
	vertical-align: bottom;
}
#template-sections-2 .section-slider-gallery .slides .slide .titre-blanc{
    background: rgba(255,255,255,.85);
    color: #414141;
    display: inline;
    font-size: 1em;
    line-height: 1.4em;
    box-shadow: 10px 0px 0px 0 rgba(255,255,255,.85), -10px 0px 0px 0 rgba(255,255,255,.85);
    -moz-box-shadow: 10px 0px 0px 0 rgba(255,255,255,.85), -10px 0px 0px 0 rgba(255,255,255,.85);
    -webkit-box-shadow: 10px 0px 0px 0 rgba(255,255,255,.85), -10px 0px 0px 0 rgba(255,255,255,.85);
	text-transform:uppercase;
}
#template-sections-2 .section-slider-gallery .slides .slide h2{
    padding: 0;
    margin: 0;
    line-height: normal;
    font-size: 3em;
    margin-bottom: 1em;
}
#template-sections-2 .section-slider-gallery .carousel .slides .slide h2{
	font-size: 2em;
	margin-bottom: 0;
}
#template-sections-2 .section-slider-gallery .slides .slide .text-container{
    max-width: 800px;
    margin-bottom: 4em;
}
#template-sections-2 .section-slider-gallery .carousel .slides .slide .text-container{
	margin-bottom: 1em;
	padding: 0 10px;
}
#template-sections-2 .section-slider-gallery .slides .position-top-left .text .text-wrapper,
#template-sections-2 .section-slider-gallery .slides .position-top-center .text .text-wrapper,
#template-sections-2 .section-slider-gallery .slides .position-top-right .text .text-wrapper{
	vertical-align: top;
}
#template-sections-2 .section-slider-gallery .slides .position-bottom-left .text .text-wrapper,
#template-sections-2 .section-slider-gallery .slides .position-bottom-center .text .text-wrapper,
#template-sections-2 .section-slider-gallery .slides .position-bottom-right .text .text-wrapper{
	vertical-align: bottom;
}
#template-sections-2 .section-slider-gallery .slides .position-top-center .text .text-wrapper .text-container,
#template-sections-2 .section-slider-gallery .slides .position-center-center .text .text-wrapper .text-container,
#template-sections-2 .section-slider-gallery .slides .position-bottom-center .text .text-wrapper .text-container{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#template-sections-2 .section-slider-gallery .slides .position-top-center .text .text-wrapper .text-container h2,
#template-sections-2 .section-slider-gallery .slides .position-center-center .text .text-wrapper .text-container h2,
#template-sections-2 .section-slider-gallery .slides .position-bottom-center .text .text-wrapper .text-container h2{
	text-align: center;
}
#template-sections-2 .section-slider-gallery .slides .position-top-right .text .text-wrapper .text-container,
#template-sections-2 .section-slider-gallery .slides .position-center-right .text .text-wrapper .text-container,
#template-sections-2 .section-slider-gallery .slides .position-bottom-right .text .text-wrapper .text-container{
	margin-left: auto;
	margin-right: 0;
}
#template-sections-2 .section-slider-gallery .flex-control-nav{
    padding-left: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#template-sections-2 .section-slider-gallery .flex-control-nav li{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	margin: 0 5px;
}
#template-sections-2 .section-slider-gallery .flex-control-nav li a{
	width: 15px;
	height: 15px;
	background: #9a9a9b!important;
	display: block;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	border:none!important;
	-moz-border-radius: 100%;
}
#template-sections-2 .section-slider-gallery .flex-control-nav li a.flex-active{
	background: #7DCAD2!important;
}
#template-sections-2 .section-slider-gallery .carousel .wrapper{
	width: 100%;
}
/* Slider avec carouseil */
#template-sections-2 .section-slider-gallery .flexslider.slidercarousel:not(.carousel) .slides .slide .text{
	min-height: 800px;
}
#template-sections-2 .section-slider-gallery .flexslider.slidercarousel.carousel .slides .slide .text{
	min-height: 300px
}

/* Style 1, Colonne Ã&nbsp; gauche */
#template-sections-2 .section-slider-gallery.style-1 .slides .slide .text{
	width: 600px;
	background: rgba(255,255,255,.85);
	padding: 5em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media screen and (max-width: 1920px) {
	#template-sections-2 .section-slider-gallery .slides .slide .text{min-height: 1000px;}
}
/* RÃ©solution moyenne */
@media screen and (max-width: 1600px) {
	#template-sections-2 .section-slider-gallery .slides .slide .text{min-height: 800px;}
}
@media screen and (max-width: 1366px){	
	#template-sections-2 .section-slider-gallery.style-1 .slides .slide .text{padding: 2.5em; width: 500px;}
}
@media screen and (max-width: 1279px){	
	#template-sections-2 .section-slider-gallery .slides .slide .text{min-height: 600px;}
}
/* Tablettes */
@media screen and (max-width: 1024px) {
	/* Section slider */
	#template-sections-2 .section-slider-gallery .slides .slide .text{min-height: 500px;}
	#template-sections-2 .section-slider-gallery .slides .slide .text-container{max-width: none;}
	#template-sections-2 .section-slider-gallery.style-1 .slides .slide .text{width: 50%; padding: 5%;}
	
}
@media screen and (max-width: 1023px) {
	#template-sections-2 .section-slider-gallery .slides .slide h2{font-size: 2em;}
}
/* mobiles */
@media screen and (max-width: 767px) {
	#template-sections-2 .section-slider-gallery.style-1 .slides .slide .text{width: 100%;}
}

@media print {
	.section-slider-gallery{display: none;}
}

</pre></body></html>