.section-header  {
	background: transparent;
	margin-top: 0px;
	background-size: cover;
	background-position: center;
	position: relative;
	height: calc(100vh);
	transform: translate3d(0, 100, 0);
}

.section-header #title-site {
	position: absolute; 
	right: 50px;; 
	top: 100px; 
	font-size: 1.5rem; 
	font-family: Calibri;
	font-weight: 0;
	color: #FFF; 
	line-height: 38px;
	text-align: left;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
	padding: 15px;
	text-transform: capitalize;
}	

.section-header #title-site span:first-child { font-style: italic; text-transform: uppercase; display: block; width: auto; }
.section-header #title-site span:nth-child(2) { font-style: italic; background-color: transparent; text-transform: capitalize; }
.section-header #title-site #logo-mobile img { height: 30px; margin-top: 7px; }

.slider { height: 100%; }
.section-header .slider > div { 
	height: 100%; 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
}	

/*.section-header #title-site span:first-child { font-style: italic; background-color: #088B49;  padding: 0 0.5vw 0 0.5vw; }
.section-header #title-site span:nth-child(2) { font-style: italic; background-color: #C6121B; padding: 0 0.5vw 0 0.5vw; }
.section-header #title-site span:nth-child(3) { font-style: italic; background-color: #088B49;  padding: 0 0.5vw 0 0.5vw; }
.section-header #title-site span:nth-child(4) { font-style: italic; background-color: #C6121B;  padding: 0 0.5vw 0 0.5vw; }
*/
.section-header .fb-page { 
	position: absolute;
	background-color: #FFF; 
	border: 1px solid #000;
	z-index: 100; 
	width: 14vh; 
	height: 14vh; 
	line-height: 14vh; 
	right: 50px; 
	bottom: 50px; 
	font-size: 7vh; 
	color: #0F90F2; 
	border-radius: 50%; 
	text-align: center; 
}

.slider { height: 100%; }
.slider > div { height: 100%; background-position: center; }

.section-header button {
	display: none;
	position: absolute;
/*	bottom: 40px;
	left: calc(50% - 50px);*/
	top: 15%;
	right: 10%;
	border-radius: 50%;
	border: 3px solid #FFF;
	background-color: #F17503;
	width: 120px;
	height: 120px;
	min-width: 120px;

  	-webkit-box-shadow: 5px 5px 19px 0px rgba(0,0,0,0.6); 
  	box-shadow: 5px 5px 19px 0px rgba(0,0,0,0.6);	
}
.section-header button:hover { background-color: #000; }
.section-header button i { 	font-size: 3rem; }


.mobile-slider {
	width: 100vw;
	height: calc(100vh);
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}

#slogan-inscription {
  position: absolute; 
  bottom: 40px; 
  left: 3vw; 
  width: 350px; 
  height: 250px; 
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  border: 3px solid #FF4040;
  border-radius: 8px;
  color: #FFF;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

#slogan-inscription_:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#slogan-inscription div {
  color: black; 
}

#slogan-inscription span {
  font-size: 1vw;
  display: block;
  color: black; 
}

#slogan-inscription img {
  width: 30%;
}

#slogan-inscription button {
	margin-top: 10px;
	padding: 5px;
	border-radius: 0;
	background-color: #175147;
	border: 0;
	color: #FFF;
	transition: all 0.5s;
	cursor: pointer;
}

#slogan-inscription button:hover {
	background-color: #000;
}

.accueil #slogan {
	position: absolute; 
	top: 60px; 
	left: 50px;
	font-size: 3vw;
	padding: 1vh;
	background-color: rgba(80,80,80,0.5);
	z-index: 4;
}

.accueil #slogan-mobile {
	display: none;
	height: 60px;
/*	line-height: 60px;*/
	text-align: center;
	background-color: #EEE;
	width: 100%;
	color: #333334;
	font-size: calc(20px);
/*	background-image: radial-gradient(white, #135148);*/
/*	background: linear-gradient(to left, #333334, #FFF 20%, #FFF 80%, #333334);*/
/*	background: linear-gradient(to bottom, #FFF 80%, #125047 99%);*/
	border: 2px solid #135148;
/*	background-image: linear-gradient(to top, white, #CCC);*/
	position: absolute;
	bottom: 50px;

	width: 260px;
	height: 60px;
	left: calc(50% - 140px);
	padding: 10px;
}

.accueil #slogan-mobile span { font-style: italic; background-color: #333334; color: #E9B115; padding-left: 5px; padding-right: 5px;}

.accueil #slogan-guillemets {
	background-image: url(../article/image/slogan-guillemets.png);
	width: 50px; 
	height: 46px; 
/*	border-radius: 260px;*/
	position: absolute; 
	top: 115px; 
	right: 185px;
	z-index: 5;
}

#pre-inscription-mobile {
	background-image: url(../article/image/mb-preinscription.png); 
	position: absolute; 
	bottom: 150px; 
	left: 5px; 
	width:200px; 
	height:60px; 
	z-index: 100;
	cursor: pointer;
	display: none;	
}

/* iPad Landscape */
@media only screen and (max-width: 768px) {
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 600px) {

	.section-header  {
		height: calc(100vh);
		position: relative;
		text-align: center;
	}

	.section-header button { display: block; }

	.section-header button:first-child {
		top: inherit;
		bottom: 10%;
		left: calc(50% - 60px);
	}

	.section-header #title-site {
		position: absolute;
		font-size: 1.9rem;
		line-height: inherit;
		left: 1%;
		right: 1%;
		/*right: 3%;*/
		/*left: 50%;
    	transform: translateX(-50%);*/
    	top: 80px;
		bottom: unset; 
		/*width: calc(100vw - 6% - 20px);*/
		width: auto;
		padding: 5px 10px 5px 10px;
		text-align: center;
		/*background-color: rgba(255,255,255,0.8);*/
		background-color: transparent;
		border-radius: 5px;
	}
	.section-header #title-site span { color: #FFF; width: auto; border-bottom: 1px solid; padding-bottom: 5px; }
	.section-header #title-site span:nth-of-type(2) { display: block; font-size: 1.5rem; border: 0; margin-top: 10px; }
	.section-header #title-site #logo-mobile img { height: 30px; margin-top: 7px; display: none; }

/*	.slider { margin-top: 0px; height: 80vw ;}*/
	.slider { height: 80vh ;}
	.slider > div { height: 80vh ; }
	.slider { display: none; }
	.mobile-slider { display: block; }
	
	.section-header .fb-page { 	
		left: calc(100vw - 80px);
		right: unset;
		width: 60px; 
		height: 60px; 
		line-height: 60px; 
		right: 50px; 
		bottom: 30px; 
		font-size: 2.3rem; 		
	}
}