* {
	font-family: 'Lato',Helvetica,Arial,sans-serif;
	outline-style:none !important;
}
body {
	position:relative;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
ol {
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
ul ul,
ol ul {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 15px;
}
ol ol,
ul ol {
	list-style-type: lower-latin;
	list-style-position: inside;
	margin-left: 15px;
}
/*********************************************/
/******			GENERAL					******/
/*********************************************/
html,
body {
	background:rgb(240, 236, 235);
	min-width:100%;
	min-height:100%;
	position:relative;
	display:flex;
}
main {
	width:100%;
}
section {
	position:relative;
	z-index:1;
}
/*********************************************/
/******			TEMPLATE 1				******/
/*********************************************/
body.single-information {
	display:initial;
	color:#30353a;
}
.page-template-template-1 header,
.single-ecran header {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:10vh;
	z-index:999;
	background:#30353a;
	color:#FFFFFF;
	border-bottom:1px solid #cfa153;
	padding:0 2vw;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.single-information header {
	position:relative;
	top:0;
	left:0;
	right:0;
	background:#30353a;
	padding:20px 0 0 0;
}
.page-template-template-1 header img,
.single-ecran header img{
	max-height:70%;
	width:auto;
}
.single-information header > div {
	text-align:center;
	background-color: #FFFFFF;
}
.single-information header img {
	width:auto;
	margin:20px;
}
.page-template-template-1 header .infos_jour,
.single-ecran header .infos_jour {
	float:right;
	text-align: right;
	font-size: 1.6rem;
	line-height: 1.6rem;
}
.page-template-template-1 header .infos_jour .horloge,
.single-ecran header .infos_jour .horloge {
	font-weight:700;
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin-bottom: 0.4rem;
}
.page-template-template-1 header .infos_jour .date,
.single-ecran header .infos_jour .date {
	font-weight:300;
	text-transform:uppercase;
}
.page-template-template-1 header .horloge .blink,
.single-ecran header .horloge .blink {
	animation-name:clignote;
	-webkit-animation-name:clignote;
	animation-duration:2s;
	-webkit-animation-duration:2s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
}
@keyframes clignote {
	0%{opacity:0;}
	50%{opacity:1;}
	100%{opacity:0;}
}
@-webkit-keyframes clignote {
	0%{opacity:0;}
	50%{opacity:1;}
	100%{opacity:0;}
}
.page-template-template-1,
.single-ecran {
	background:#006370;
}
.page-template-template-1 main,
.single-ecran main {
	position:absolute;
	top:10vh;
	right:0;
	bottom:0;
	left:0;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.page-template-template-1 section.slide,
.single-ecran section.slide {
	background:#006370;
	display:flex;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	align-items:center;
	justify-content:center;
	color:#FFFFFF;
	/* padding:14vh 20vw 0 20vw; */
}
.single-information section {
	background:#FFFFFF;
	color:#30353a;
	padding:10vh 0;
}
.single-ecran section.slide .photos {
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
}
.single-ecran section .logo{
	width: 25vw;
	display:flex;
	align-items: center;
	justify-content: center;
}
.single-ecran section .socialwall {
	width: 40vw;
	padding:0;
}
.single-ecran section .stats,
.single-ecran section.stats {
	display:flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	flex-direction: column;
	width:35vw;
}
.single-ecran section .stats .stat,
.single-ecran section.stats .stat {
	display:flex;
	width:100%;
	margin-bottom:20px;
}
.single-ecran section .stats .stat .picto,
.single-ecran section.stats .stat .picto {
	width:30%;
	height:100%;
	text-align:right;
	padding-right:20px;
}
.single-ecran section .stats .stat .texte,
.single-ecran section.stats .stat .texte {
	width:70%;
	height:100%;
	text-align:left;
}
.single-information section .photos {
	margin-bottom:30px;
}
.single-ecran section.slide .photos .owl-carousel,
.single-ecran section.slide .photos .owl-carousel > div,
.single-ecran section.slide .photos .owl-carousel > div img {
	width:100%;
	height:100%;
}
.single-ecran section.slide .photos .owl-carousel > div img {
	object-fit: cover;
}
.single-ecran section.slide .message {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	left: 50%;
	padding:5vh 5vw;
	display:flex;
	align-items: center;
	justify-content: center;
}
.single-ecran section.slide.full .message,
.single-ecran section.slide.full .socialwall {
	left:0;
}
.single-ecran section .socialwall p {
	font-size:14px;
	color:#666666;
	line-height:1;
}
.single-ecran section.socialwall {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	left: 50%;
	padding:0;
	overflow:hidden;
}
.page-template-template-1 section.dernierslide,
.single-ecran section.dernierslide {
	padding:14vh 15vw 0 15vw;
}
.page-template-template-1 section.dernierslide img,
.single-ecran section.dernierslide img {
    margin-right: 9vw;
}
.page-template-template-1 section.dernierslide iframe,
.single-ecran section.dernierslide iframe {
	overflow:hidden;
	border:0;
}
.page-template-template-1 section#slide1,
.single-ecran section#slide1 {
	text-align:center;
	padding-bottom:0;
}
.page-template-template-1 section#slide1 img,
.single-ecran section#slide1 img {
	position:relative;
}
.single-information section h1 {
	text-align:left;
	font-size:36px;
	line-height:36px;
	text-transform:uppercase;
	font-weight:300;
	position:relative;
	color:#cda058;
	display: inline-block;
	margin-bottom: 50px;
}
.page-template-template-1 section h2,
.single-ecran section h2,
.single-information section h2 {
	text-align:left;
	font-size:25px;
	line-height:25px;
	text-transform:uppercase;
	font-weight:300;
	position:relative;
	color:#FFFFFF;
	display: inline-block;
	margin-bottom: 50px;
}
.page-template-template-1 section h2 span,
.single-ecran section h2 span,
.single-information section h2 span {
	position: absolute;
	left: -90px;
}
.page-template-template-1 section.premierslide h2,
.single-ecran section.premierslide h2 {
	color:#FFFFFF;
	font-size:50px;
	line-height:50px;
	text-align:center;
	display:block;
	margin-bottom:30px;
}
.page-template-template-1 section h3,
.single-ecran section h3 {
	text-align:center;
	margin-top:70px;
	font-size:70px;
	color:#cda058;
	display:block;
	margin-bottom:0;
	margin-top:30px;
}
.single-information section h3 {
	text-align:left;
	margin-top:70px;
	font-size:30px;
	color:#cda058;
	display:block;
	margin-bottom:0;
	margin-top:20px;
}
.page-template-template-1 section p,
.single-ecran section p {
	text-align:left;
	font-size:40px;
	line-height:40px;
	color:#cda058;
}
.single-information section p {
	text-align:left;
	font-size:14px;
	line-height:21px;
	color:#30353a;
}
.single-information section ul li {
	list-style-type:initial;
}
.single-information section a {
	line-height:21px;
	color:#cda058;
}
.single-information section a.button {
	line-height:18px;
	background-color:#313539;
	color:white;
	padding: 9px 20px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 25px;
}
.single-information section a.button:hover {
	opacity:0.7;
}
.sf-view .sf-front {
	background:transparent !important;
}
.sf-bg-instgram {
	background: #f09433 !important;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.sf-counter-container .fa {
	font-family: FontAwesome !important;
}
.sf-counter-container .fa.fa-instagram {
	margin-right:1vw;
}
.sf-front span {
	font-size:5em;
	float:left;
	height:12vh;
}
.sf-spe {
	display:none;
}
.sf-front i {
	font-size:1.5em !important;
	height:auto;
}
.socialSharer {
	list-style:none;
	display:flex;
	padding-left:0;
}
.socialSharer li {
	list-style:none !important;
}
.socialSharer li a {
	display: block;
	color: white;
	display: flex;
	height: 30px;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	margin-right: 10px;
	border-radius: 5px;
}
.socialSharer li a.facebook {
	background:#1877f2;
}
.socialSharer li a.linkedin {
	background-color: #0073b1;
}
/*********************************************/
/******			TEMPLATE 2				******/
/*********************************************/
.ff-stream,
.ff-stream .ff-popup,
.ff-stream .ff-search input {
	background:#313539 url("https://h32s1aaifx.preview.infomaniak.website/wp-content/uploads/2019/04/background.jpg") repeat center center scroll !important;
}
.ff-stream {
	padding:15px 0;
}
.ff-stream-wrapper {
	margin:15px 0 0 0;
}
.ff-popup .ff-header:empty + .ff-popup__logo + .ff-stream-wrapper {
	margin-top:100px;
}
.ff-header:empty + .ff-stream-wrapper .ff-stream__tv_toggle,
.ff-stream__tv_toggle {
	top:5px;
}
.embed-container { 
	position: relative; 
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section.video {
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	/* z-index:999; */
}
.ff-sc-label2 .ff-instagram .ff-icon:before {
	border:none;
	background:transparent url('../images/bg-instagram.png') no-repeat top right scroll;
	width:60px;
	height:60px;
}
.ff-popup__logo {
	left:calc(50% - 136px) !important;
	/*top:40px !important;*/
}
/*.ff-item .ff-content,
.ff-article,
.ff-item .ff-content p {
	font-size:13px;
	line-height:16px;
}
.ff-item .ff-img-holder+.ff-content {
	margin:4%;
}*/

/* MAJ ECRANS */
/* header villevert */
.single-ecran .villevert{
	background: white;
	display: flex;
	border-bottom: 0;
	/* height: 130px; */
}
.single-ecran .villevert .contenu{
	max-width: 1730px;
	display: flex;
    justify-content: space-between;
    width: 100%;
	height: 100%;
	margin: auto;
	align-items: center;
}
.single-ecran .villevert .horloge *, .single-ecran .villevert .date{
	color: #006370;
}

/* header g_vine */
.single-ecran .g_vine{
	background: white;
	display: flex;
	border-bottom: 0;
	/* height: 130px; */
}
.single-ecran .g_vine .contenu{
	max-width: 1730px;
	display: flex;
    justify-content: space-between;
    width: 100%;
	height: 100%;
	margin: auto;
	align-items: center;
}
.single-ecran .g_vine .horloge *, .single-ecran .g_vine .date{
	color: #006370;
}

/* villevert fixe */
.single-ecran .villevert_fixe{
	background: white
}
.single-ecran .villevert_fixe .slide{
	background: white;
	overflow: hidden;
}
.single-ecran .villevert_fixe .slide div::after{
	content: url('../images/deco_villevert_fixe.png');
	position: absolute;
	transform: translate(-50%,-50%);
	top:44.2%;
	left:54.72%;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 85%);
}

/* villevert texte + photo */
.single-ecran .villevert_texte{
	background: white
}
.single-ecran .villevert_texte .slide{
	background: white;
	overflow: hidden;
	padding: 0 90px;
}
.single-ecran .villevert_texte .slide .img{
	width: 867px;
	min-width: 867px;
	height: 867px;
	margin-bottom: auto;
}
.single-ecran .villevert_texte .slide .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-ecran .villevert_texte .slide .txt{
	height: 867px;
	margin-bottom: auto;
	background: #006370;
	display:flex;
	justify-content: center; 
	align-items: center;
	flex-direction: column;
	width: 100%
}
.single-ecran .villevert_texte .slide .txt .barre{
	display: block;
	width: 227px;
	height: 4px;
	background: #CA8C52;
	margin-right: auto;
	margin-left: 110px;
	margin-top: 30px;
	margin-bottom: 35px;
}
.single-ecran .villevert_texte .slide .txt .titre{
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	text-align: left;
	width: 100%;
	padding: 0 110px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
}
.single-ecran .villevert_texte .slide .txt .texte{
	font-size: 34px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	text-align: left;
	width: 100%;
	padding: 0 110px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
}
.single-ecran .villevert_texte .slide::after{
	content: url('../images/deco_villevert_txt.png');
	position: absolute;
	transform: translate(-50%,-50%);
	top:34.4%;
	left:59.2%;
}

/* villevert grande photo */
.single-ecran .villevert_photo{
	background: white
}
.single-ecran .villevert_photo .slide{
	background: white;
	overflow: hidden;
	padding: 0 90px;
}
.single-ecran .villevert_photo .slide .img{
	width: 1733px;
	min-width: 1733px;
	height: 867px;
	margin-bottom: auto;
}
.single-ecran .villevert_photo .slide .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-ecran .villevert_photo .slide .txt{
	height: 867px;
	margin-bottom: auto;
	background: #006370;
	display:flex;
	justify-content: center; 
	align-items: center;
	flex-direction: column;
	width: 100%
}
.single-ecran .villevert_photo .slide .txt .barre{
	display: block;
	width: 227px;
	height: 4px;
	background: #CA8C52;
	margin-right: auto;
	margin-left: 110px;
	margin-top: 30px;
	margin-bottom: 35px;
}
.single-ecran .villevert_photo .slide .txt .titre{
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	text-align: left;
	width: 100%;
	padding: 0 110px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
}
.single-ecran .villevert_photo .slide .txt .texte{
	font-size: 34px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	text-align: left;
	width: 100%;
	padding: 0 110px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
}
.single-ecran .villevert_photo .slide::after{
	content: url('../images/deco_villevert_txt.png');
	position: absolute;
	transform: translate(-50%,-50%);
	top:34.4%;
	left:59.2%;
	clip-path: polygon(0 0, 0% 100%, 60% 100%);
}

/* gvine fixe */
.single-ecran .gvine_fixe{
	background: white
}
.single-ecran .gvine_fixe .slide{
	background: white;
	overflow: hidden;
	padding: 0;
}
.single-ecran .gvine_fixe .slide img{
	position: absolute;
    left: -13px;
    top: -7px;
}
.single-ecran .gvine_fixe .slide div::after{
	content: url('../images/deco_gvine_fixe.png');
	position: absolute;
	transform: translate(-50%,-50%);
	top:44.2%;
	left:54.72%;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 85%);
}

/* gvine texte + photo */
.single-ecran .gvine_texte{
	background: white
}
.single-ecran .gvine_texte .slide{
	background: white;
	overflow: hidden;
	padding: 0 90px;
}
.single-ecran .gvine_texte .slide .img{
	width: 867px;
	min-width: 867px;
	height: 867px;
	margin-bottom: auto;
}
.single-ecran .gvine_texte .slide .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-ecran .gvine_texte .slide .txt{
	height: 867px;
	margin-bottom: auto;
	background: #cfe2e74d;
	display:flex;
	justify-content: center; 
	align-items: center;
	flex-direction: column;
	width: 100%
}
.single-ecran .gvine_texte .slide .txt .barre{
	display: block;
	width: 227px;
	height: 4px;
	background: #005964;
	margin-right: auto;
	margin-left: 110px;
	margin-top: 30px;
	margin-bottom: 35px;
}
.single-ecran .gvine_texte .slide .txt .titre{
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	text-align: left;
	width: 100%;
	padding: 0 110px;
	line-height: 40px;
	color: #006370;
	font-family: 'Roboto', sans-serif;
}
.single-ecran .gvine_texte .slide .txt .texte{
	font-size: 34px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	text-align: left;
	width: 100%;
	padding: 0 110px;
	color: #A6C348;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
}
.single-ecran .gvine_texte .slide::after{
	content: url('../images/deco_gvine_txt.png');
	position: absolute;
	transform: translate(-50%,-50%);
	top:34.4%;
	left:59.2%;
}

/* gvine grande photo */
.single-ecran .gvine_photo{
	background: white
}
.single-ecran .gvine_photo .slide{
	background: white;
	overflow: hidden;
	padding: 0 90px;
}
.single-ecran .gvine_photo .slide .img{
	width: 1733px;
	min-width: 1733px;
	height: 867px;
	margin-bottom: auto;
}
.single-ecran .gvine_photo .slide .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-ecran .gvine_photo .slide .txt{
	height: 867px;
	margin-bottom: auto;
	background: #006370;
	display:flex;
	justify-content: center; 
	align-items: center;
	flex-direction: column;
	width: 100%
}
.single-ecran .gvine_photo .slide .txt .barre{
	display: block;
	width: 227px;
	height: 4px;
	background: #CA8C52;
	margin-right: auto;
	margin-left: 110px;
	margin-top: 30px;
	margin-bottom: 35px;
}
.single-ecran .gvine_photo .slide .txt .titre{
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	text-align: left;
	width: 100%;
	padding: 0 110px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
}
.single-ecran .gvine_photo .slide .txt .texte{
	font-size: 34px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	text-align: left;
	width: 100%;
	padding: 0 110px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
}
.single-ecran .gvine_photo .slide::after{
	content: url('../images/deco_gvine_txt.png');
	position: absolute;
	transform: translate(-50%,-50%);
	top:34.7%;
	left:59.2%;
	clip-path: polygon(0 0, 0% 100%, 60% 100%);
}