body{
	background-color: #f9d7e0;
	font-family: WistiaPlayerInterNumbersSemiBold, Helvetica, sans-serif;
	color: #1273a0;
	text-align: justify;
	padding : 0;
	margin: 0;
	min-height: 88vh;
	display: grid;
	grid-template-rows: auto 1fr auto;	
	font-size: 2.0vh;
	line-height: 28px;
}

@media only screen and (max-width: 640px) {
	body{
		font-size: 2.2vh;
	}
}

h1, h2{
	margin-left: auto;
    margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

h5 {
	margin-top: -20px;
	margin-left: auto;
    margin-right: auto;	
	text-align: left;
}

.borderdashed{
	border-bottom: 1px dashed #1273a0;
}

hr{
	width: 50%;
	border-top: 1px dashed #1273a0;
}

form{
	font-size: 1.7vh;
}

table {
	border-collapse: collapse;
}

ol li{
	font-weight: bold;
	margin-bottom: 10px;
}

.up{
	margin-left: auto;
    margin-right: auto;
	text-align: right;	
	margin-top: -50px;
	margin-bottom: 40px;	
}
.up a{
	color: #ef8c9c;
	text-decoration: underline #ef8c9c;
	font-size: 1.8vh;
}

/* GENERAL */

.rcolor{
	color: #ef8c9c;
}

.T_IMG{
	max-width: 50px;	
}

#listCat {
	margin-top: 50px;
}
#listCat a{
	text-decoration: none!important;
}
.T_CAT{
	max-height: 220px;
	float: left;
	padding-right: 20px;
}
@media only screen and (max-width: 640px) {
	.T_CAT{
		max-height: unset;
		max-width: 100%;
		float: none;
		padding-right: 20px;
	}
}
.T_CAT:hover{
	filter: brightness(1.2);
}
.T_BLOC{
	min-width: 500px;
	min-height: 220px;
	margin-bottom: 10px;
	box-shadow: 1px 1px 5px 0.1px #ccc;	
	font-size: 2.8vh;
}
.T_BLOC_I{
	padding-top: 10px;
}	
.T_BLOC_I_C{
	padding-top: 25px;
}
@media only screen and (max-width: 640px) {
	.T_BLOC{
		min-width: unset;
		min-height: 220px;
		margin-bottom: 10px;
		box-shadow: 1px 1px 5px 0.1px #ccc;	
		font-size: 4.0vh;
	}
	.T_BLOC_I{
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 40px;
	}	
	.T_BLOC_I_C{
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 40px;
	}
}
.T_TITRE{
	color:#1273a0;
	font-weight: bold;
}
.T_TITRE:hover{
	filter: brightness(0.7);
}
.T_REALISE{
	color:#ef8c9c;
}
@media only screen and (max-width: 640px) {
	.T_REALISE{
		color:#ef8c9c;
		font-size: 2.4vh;
	}
}
.T_NBSOUSCAT{
	color:grey;
	font-size: 2.2vh;
}
@media only screen and (max-width: 640px) {
	.T_NBSOUSCAT{
		color:grey;
		font-size: 2.2vh;
	}
}
.jauge{
	width: 150px;
	border: 1px solid;
	float: left;
	margin-right: 5px;
	color: #ef8c9c;	
}
.W_BLOC{
	padding: 20px;
	margin-top: 20px;
	box-shadow: 1px 1px 5px 0.1px #ccc;	
}
.coach{
	color:#000;
}
.coach img{
	width: 70px;
	vertical-align: middle;
	object-fit: cover;
	clip-path: circle();
}
.coachdes{
	padding-left: 10px;
}
@media only screen and (max-width: 640px) {
	.coach img{
		width: 70px;
		vertical-align: middle;
		object-fit: cover;
		clip-path: circle();
		float: left;
	}
	.coachdes{
		padding-left: 10px;
		display: inline-block;
		height: 50px;
		padding-top: 20px;
	}	
}
.T_CAT_IMG{
	height: 80px;
	float: left;
	padding-right: 20px;
	width: 120px;
	object-fit: cover;
}
@media only screen and (max-width: 640px) {
	.T_CAT_IMG{
		height: 0px;
		width: 100%;
		max-width: 100%;
		float: 0;
		padding-right: 20px;
	}
}
.T_CAT_IMG:hover{
	filter: brightness(1.2);
}
.T_CAT_IMG_MOB{
	height: 0;
	float: left;
}
@media only screen and (max-width: 640px) {
	.T_CAT_IMG_MOB{
		height: 100%;
		width: 100%;
		box-shadow: 1px 1px 5px 0.1px #ccc;
		float: none;
	}
}
.T_CAT_IMG_MOB:hover{
	filter: brightness(1.2);
}

.T_TITRE_CAT{
	color:#1273a0;
	font-weight: bold;
	font-size: 2.0vh;
}
.T_TITRE_CAT:hover{
	filter: brightness(0.7);
}
.T_TAGS{
	color: grey;
	font-size: 1.8vh;
	text-align: right;
	width: 80%;
	margin-top: -28px;
	font-style: italic;
	min-height: 25px;
}
@media only screen and (max-width: 640px) {
	.T_TAGS{
		color: grey;
		font-size: 1.8vh;
		text-align: right;
		width: 100%;
		margin-top: -5px;
		font-style: italic;
		min-height: 25px;
	}
}
.jauge_cat{
	width: 150px;
	border: 1px solid;
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	color: #ef8c9c;
	margin-top: 27px;
}
.jauge_cat_C{
	width: 150px;
	border: 1px solid;
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	color: #ef8c9c;
	margin-top: 0px;
}
.T_REALISE_CAT{
	color:#ef8c9c;
	float: right;
	margin-top: 27px;
	padding-right: 50px;
}
.T_REALISE_CAT_C{
	color:#ef8c9c;
	float: right;
	margin-top: 0px;
	padding-right: 50px;
}
.T_REALISE_COCHE{
	color:#ef8c9c;
	float: right;
	margin-top: 27px;
	padding-right: 50px;
}
@media only screen and (max-width: 640px) {
	.jauge_cat{
		width: 150px;
		border: 1px solid;
		float: none;
		margin-right: 5px;
		color: #ef8c9c;
		margin-top: 20px;
	}
	.jauge_cat_C{
		width: 150px;
		border: 1px solid;
		float: none;
		margin-right: 5px;
		color: #ef8c9c;
		margin-top: 20px;
	}	
	.T_REALISE_CAT{
		color:#ef8c9c;
		float: 0;
		margin-top: 55px;
		padding-right: 0px;
		font-size: 2.4vh;
	}	
	.T_REALISE_CAT_C{
		color:#ef8c9c;
		float: 0;
		margin-top: 55px;
		padding-right: 0px;
		font-size: 2.4vh;
	}		
	.T_REALISE_COCHE{
		color:#ef8c9c;
		float: right;
		margin-top: 18px;
		padding-right: 30px;
	}	
}
.T_BLOC_CAT{
	height: 100%; 
	min-height: 80px;
	margin-bottom: 10px;
	box-shadow: 1px 1px 5px 0.1px #ccc;	
	font-size: 2.8vh;
}
@media only screen and (max-width: 640px) {
	.T_BLOC_CAT{
		height: 100%;
		margin-bottom: 10px;
		box-shadow: 1px 1px 5px 0.1px #ccc;	
		font-size: 4.0vh;
		padding-bottom: 10px;
	}	
}
#imgcat{
	/* overflow-y : auto; 
	white-space: nowrap;
	max-width: 1600px; */
	margin-top: 30px;
	text-align: center;
}
#imgcat img{
	max-height: 280px;
	padding-right: 20px; 
}
@media only screen and (max-width: 640px) {
	#imgcat{
		overflow-y : auto;
		margin-top: 30px;
		white-space: normal;
		max-width: 640px;
	}
	#imgcat img{
		max-height: unset; 
		max-width: 100%;
		padding-right: 0px; 
	}
}
#imgcatadm{
	overflow-y : auto;
	margin-top: 10px;
	white-space: nowrap;
	max-width: 800px;
}
#imgcatadm img{
	max-height: 100px;
	padding-right: 10px; 
}
.listVid a{
	text-decoration: none!important;
}

.tab_seance{
	width: 90%;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.clic_seance a{
	text-decoration: none;
	font-weight: bold;
}

.seance_description{
	color: grey;
	font-size: 1.5vh;
}

.btn_favori_o{
  border: 0;
  line-height: 2;
  padding: 0 15px;
  font-size: 3vh;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #ef8c9c;
  height: 60px;
}
.btn_favori_o:hover {
  background-color: #1273a0;
}
.btn_favori_n{
  border: 0; 
  line-height: 2;
  padding: 0 15px;
  font-size: 3vh;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: lightgrey; /* #1273a0; */
  height: 60px;
}
.btn_favori_n:hover {
  background-color: #ef8c9c;
}
@media only screen and (max-width: 640px) {
	.btn_favori_o:hover {
	  background-color: #ef8c9c;
	}
	.btn_favori_n:hover {
	  background-color: lightgrey;
	}	
}

.btn_seance_o{
  border: 0;
  line-height: 2;
  padding: 0 15px;
  width: 50%;
  font-size: 3vh;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #ef8c9c;
  min-width: 300px;
}
.btn_seance_o:hover {
  background-color: #1273a0;
}
@media only screen and (max-width: 640px) {
	.btn_seance_o{
	  border: 0;
	  line-height: 2;
	  padding: 0 15px;
	  width: 50%;
	  font-size: 3vh;
	  text-align: center;
	  color: #fff;
	  text-shadow: 1px 1px 1px #000;
	  border-radius: 10px;
	  background-color: #ef8c9c;
	  min-width: 100%;
	}

	.btn_seance_o:hover {
	  background-color: #ef8c9c;
	}	
}
.btn_seance_n{
  border: 0; 
  line-height: 2;
  padding: 0 15px;
  width: 50%;
  font-size: 3vh;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: lightgrey; /* #1273a0; */
  min-width: 300px;
}
.btn_seance_n:hover {
  background-color: #ef8c9c;
}
@media only screen and (max-width: 640px) {
	.btn_seance_n{
	  border: 0; 
	  line-height: 2;
	  padding: 0 15px;
	  width: 50%;
	  font-size: 3vh;
	  text-align: center;
	  color: #fff;
	  text-shadow: 1px 1px 1px #000;
	  border-radius: 10px;
	  background-color: lightgrey; /* #1273a0; */
	  min-width: 100%;
	}
	
	.btn_seance_n:hover {
	  background-color: lightgrey;
	}	
}

.poster{
	min-width: 100px;
	background-color: #ef8c9c;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    margin-top: 2px;
	margin-bottom: 2px;
    cursor: pointer;
	font-size: 2.2vh;
	border: 1px solid #ef8c9c;
	border-radius: 10px;
	font-weight: bold;
}

#filtre_seance{
	margin-top: 20px;
}
#titre_seance{
	padding-top: 13px;
	padding-left: 15px;
	line-height: 60px;
	font-size: 2.6vh;
	color: #000;
	display: inline-block;
}
@media only screen and (max-width: 640px) {
	#titre_seance{
		padding-top: 10px;
		padding-left: 15px;
		line-height: 60px;
		font-size: 3.0vh;
		display: inline-block;
	}
}

#ariane{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 2.0vh;
}
#ariane a{
	text-decoration: none;
}
#ariane .catfil{
	color: #ef8c9c;
}

#tags{
	text-align: center;
	margin-top: 20px;
	line-height: 40px;
}
#tags a{
	text-decoration: none;
}
#tags .tagon{
	padding: 5px;
	background-color: white;
	color: #1273a0;
	border: 1px dashed #1273a0;
}
#tags .tagoff{
	padding: 5px;
	background-color: lightgrey;
	color: white;
}

#titre_page{
	background-image: url('../images/fond_sport.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	height: 50px;	
	line-height: 50px;
	vertical-align: middle;
	color: #f9d7e0;
	text-align: center;
	font-size: 4.0vh;
	padding-top: 5px;
	font-weight: bold;
}

#blouson{
	background-color: #fff;
	padding : 0;
	margin: 0;
}

#corps{
	background-color: #fff;	
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 10px;
	padding-bottom: 20px;
}

#corps_adm{
	background-color: #fff;	
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
}

#corps_adm .border{
	border-bottom: 1px dotted black;
}

#corps_adm h1, #corps_adm h2{
	text-align: center;
	border-bottom: 1px dashed #1273a0;
}

#seance{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;	
	padding: 30px; 
	border: 1px dashed lightgrey;
}

#desseance{
	font-size: 2.0vh;
	margin-top: 40px;
	white-space: pre-wrap;
	font-family: WistiaPlayerInterNumbersSemiBold, Helvetica, sans-serif;
	text-align: left;
}

:root {
  --plyr-color-main: #ef8c9c;
  --plyr-video-background: rgba(255, 255, 255, 1);
}

.video{
	width: 800px;
	height: 480px;
}
@media only screen and (max-width: 640px) {
	.video{
		width: 100%;
		height: 280px;
	}
}

#zonecom{
	color: #000;
	width: 100%;
}
.entetecom{
	margin-top: 10px;
}
.entetecom img{
	vertical-align: middle;
}
.avatarcom{
	height: 60px;
	width: 60px;
	object-fit: cover;
	clip-path: circle();
	margin-right: 10px;
}
.nomcom{
	font-weight: bold;
	color: #000;
}
.nomcomcoach{
	font-weight: bold;
	color: #ef8c9c;
}
.datecom{
	color: grey;
	font-size: 1.4vh;
	margin-left: 60px;
	margin-top: -15px;
}
.editecom{
	color: #1273a0;
}

.blocreactions img{
	width: 25px;
	cursor: pointer;
}

.nomemoji{
	min-width: 50px;
	padding-left: 14px;
	text-align: center;
	padding-bottom: 7px;
}
@media only screen and (max-width: 640px) {
	.nomemoji{
		min-width: 35px;
		padding-left: 7px;
		text-align: center;
		padding-bottom: 7px;
	}
}
.nbemo{
	font-weight: bold;
	color: #ef8c9c;
	vertical-align: middle;
}
.listnomemoji{
	max-width: 250px;
	font-size: 14px;
	font-weight: bold;
	color: #1273a0;
	text-align: left;
	overflow-x: auto;	
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dashed #1273a0;
	white-space: nowrap;
}
.listnomemoji img{
	padding-left: 14px;
	padding-right: 7px;
	cursor: default;
}

#offres {
	height:auto;
	overflow: hidden;
	top:0px;
	left:0px;
	margin:0px auto; 
	position: relative;
	text-align:center;		
}

.offre{
	padding: 20px;
	border: 1px dashed lightgrey;
	width: 400px;
	vertical-align: middle; 
	display: inline-block;
	position: relative;
	margin: 10px;
}

.offre img{
	width: 100px;
}

@media only screen and (max-width: 640px) {
	
	.offre{
		padding: 10px;
		border: 1px dashed lightgrey;
		width: unset;
		vertical-align: middle; 
		display: inline-block;
		position: relative;
		margin: 0;
	}
}

#footer{
	background-color: #f9d7e0;
	padding-left: 10%;
	padding-right: 10%;	
	padding-top: 20px;
	padding-bottom: 20px;	
}
#footer a{
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
}
a{
	text-decoration: underline;
	color: #1273a0;
}
a:hover{
	color: #ef8c9c;
}

.blocB{
	background-color: #fff;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 10px;
	padding-bottom: 20px;
}

.blocR{
	background-color: #f9d7e0;
	padding-left: 10%;
	padding-right: 10%;	
	padding-top: 10px;
	padding-bottom: 20px;
}

@media only screen and (max-width: 640px) {
	.blocB{
		background-color: #fff;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.blocR{
		background-color: #f9d7e0;
		padding-left: 5%;
		padding-right: 5%;	
		padding-top: 10px;
		padding-bottom: 20px;
	}	
}


/* ANIMATIONS TEXTE */
.lineUp{
  opacity: 0;
}
.lineUp.active {
  animation: 2s anim-lineUp ease-out;
  margin-top:0px;
  opacity: 1;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.lineDownDirect{
  opacity: 0;
  animation: 2s anim-lineDown ease-out;
  margin-top:0px;
  opacity: 1;
}

.lineDown{
  opacity: 0;
}
.lineDown.active {
  animation: 2s anim-lineDown ease-out;
  margin-top:0px;
  opacity: 1;
}
@keyframes anim-lineDown {
  0% {
    opacity: 0;
    transform: translateY(-80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.flipX.active {
  animation: 2s anim-flipX ease;
}
@keyframes anim-flipX {
  0% {
    opacity: 0;
    transform: rotateX(90deg);
  }
  100% {
    /* animate nothing to pause animation at the end */
    opacity: 1;
    transform: rotateX(0deg);
  }
}

.flipYDirect {
  animation-name: spin, depth;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 1s;
}
.flipY.active {
  animation-name: spin, depth;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 1s;
}
@keyframes spin {
  0% {
    transform: rotateY(-450deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
/*
@keyframes depth {
	
  0% {
    text-shadow: 0 0 black;
  }
  25% {
    text-shadow: 1px 0 black, 2px 0 black, 3px 0 black, 4px 0 black, 5px 0 black;
  }
  50% {
    text-shadow: 0 0 black;
  }
  75% {
    text-shadow: -1px 0 black, -2px 0 black, -3px 0 black, -4px 0 black,
      -5px 0 black;
  }
  100% {
    text-shadow: 0 0 black;
  }  
}
*/

.pop-outin.active {
  animation: 1s anim-popoutin ease;
}
@keyframes anim-popoutin {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    /* animate nothing to add pause at the end of animation */
    transform: scale(1);
    opacity: 1;
  }
}

/* POP-UP */
#pain{
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: auto auto;
	position: fixed;
	z-index: 200;
	background-color: rgba(0,0,0,0.8);
}
#pain_block{
	padding-left: 40px; 
	padding-right: 40px; 
	padding-top: 40px; 
	padding-bottom: 40px; 	
	background-color: #FFF; 
	text-align: center; 
	display: inline-block; 
	margin: auto; 
	margin-top: 10%; 
	border-radius: 5px 5px 5px 5px;
}
#reset_btn button{
	border-radius: 50%;
	cursor: pointer;
	background-color: white;
	width: 40px;
    height: 40px;
	color: #777777;
    border-width: 0px;
    border-color: #c3c3c3;
	float: right;
    margin: -55px;
}

/* PRINCIPAL */

#header{
	position: relative;
	min-height: 450px;
	text-align: center;
	font-size: 2.0vh;
	background-color: #fff;
}
#header:before{
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background-image: url('../images/goelsounita.jpg');
    background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
#header-content{
	position: relative;
	padding-top: 100px;
}
#header-content img{
	min-width: 200px;
	width: 20%;
}
#header-txt{
	float: right;
	/* max-width: 550px; */
	margin-left: 7%;
	margin-right: 12%;
}
#logo{
	float: left;
	width: 50%;
}
@media only screen and (max-width: 640px) {
	#header-content{
		position: relative;
		padding-top: 10px;
		padding-left: 20px;
	}
	#header-content img{
		min-width: 120px;
		width: 120px;
	}	
	#header-txt{	
		float: none;
		max-width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		padding-left: 25px;
		padding-right: 25px;
		text-align: center;
	}
	#logo{
		float: none;
		width: 100%;
		text-align: left;
	}
}



.blocB_titre{
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;	
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px 5px 5px 5px;
}

.blocF{
	background-image: url('../images/fond_sport.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.titreR{
	color: #ef8c9c;
	font-size: 3vh;
	font-weight: bold;
}

.titreB{
	color: #fff;
	font-size: 3vh;
	font-weight: bold;
	background-color: #1273a0;
	text-align:center;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 5px 5px 5px 5px;
	font-style: italic;
}

#encore{	
	float: left;
}
#encore img{
	max-width: 280px;	
}
@media only screen and (max-width: 640px) {
	#encore img{
		max-width: 100%;;	
	}	
}

.contener{
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.bloc_left{
	background-color: #fff;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	border-radius: 5px 5px 5px 5px;
	flex: 1;
	min-width: 200px;	
}
.bloc_left_r{
	background-color: #f9d7e0;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	border-radius: 5px 5px 5px 5px;
	flex: 1;	
	min-width: 200px;
}
.bloc_img{
	margin-left: 5px;
	flex: 0;
}
.bloc_img img{
	max-width: 200px;
}
.bloc_img_bot{
	width: 100%;
	text-align: center;
}
.bloc_img_bot img{
	margin: 5px;
	max-width: 170px;
}
.bloc_img_large img{
	max-width: 250px;
}
.bloc_img_50{
	max-width: 600px;
}
.bloc_right{
	background-color: #fff;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;	
	margin-top: 10px;
	margin-bottom: 10px;	
	margin-left: 5px;
	border-radius: 5px 5px 5px 5px;
	flex: 1;	
}
.bloc_center{
	background-color: #fff;
	padding: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px 5px 5px 5px;
}


.inscription{
	text-align: center;
}


.bloc_left_nf{
	padding-left: 25px;
	margin-right: 75px;
	border-radius: 5px 5px 5px 5px;
	flex: 1;	
	min-width: 200px;
}
.bloc_img_nf{
	margin-left: 5px;
	flex: 0;
}
.bloc_img_nf img{
	max-width: 350px;
}
@media only screen and (max-width: 640px) {
	.bloc_img_nf img{
		max-width: 250px;	
	}	
}

.bloc_img_nf_small{
	margin-left: 5px;
	flex: 0;
}
.bloc_img_nf_small img{
	max-width: 180px;
	margin: 5px;
}
.bloc_right_nf{
	margin-left: 5px;
	border-radius: 5px 5px 5px 5px;
	flex: 1;	
}

#passion{
	float: left;
	margin: 30px;
}
#passion img{
	max-width: 350px;
}
@media only screen and (max-width: 640px) {
	#passion img{
		max-width: 100%;	
	}	
}

#passion_txt{
	margin-top: 70px;
}

#presse{
	font-size: 3.2vh;
	font-weight: bold;	
	padding-left: 10%;
	margin-top: 70px;
	margin-bottom: 20px;
}
#presse_img{
	text-align: center;
	margin-bottom: 30px;
}
#presse_img img{
	margin: 10px;
	max-width: 18%; 
	min-width: 200px; 
	vertical-align: middle;
	transition: transform .1s;
}
#presse_img img:hover{
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.5);
}

#bfaq_titre{
	text-align: center;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;	
	margin-top: 40px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 5px 0.1px #ccc;
}

*[id^="faq"]{display:none;}
.b_faq{
	border:0px ridge grey;
	height: 10px;
	transition: 1s;
	overflow-y: hidden;
	cursor: pointer;
	overflow-x: hidden;
	text-align: left;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	box-shadow: 1px 1px 5px 0.1px #ccc;
	min-height: 60px;
	font-size: 2.0vh;
	margin-bottom: 20px;
}
.bfaq_t{
	font-size: 2.2vh;
	color: grey;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 8px;
}
.b_faq hr{
	border-color: #1273a0;
	background-color: #1273a0;
}
.bfaq_t:after{
	float: right;
	content: url('../images/flechebas.png');
}
*[id^="faq"]:checked ~ div {display:inline-table;}

*[id^="bloc_faq"]{
	overflow-x:none;
    overflow-y:visible; 
	float:left;
}


/* HEADER */

#logo_home{
	padding-top: 15px;
	padding-left: 10%;
	background-color: #f9d7e0;	
}
#logo_home img{
	max-width: 200px;
	max-height: 150px;	
}
#logo_home a{
	margin-right: 20px;
}

ol li{
	font-weight: bold;
	margin-bottom: 10px;
}

#boutons{
	text-decoration: none;
	float: right;
	padding-top: 15px;
	padding-right: 10%;	
	text-align: right;
}
#boutons a{
	text-decoration: none;
	padding-left: 20px;
}
#boutons img{
	max-width: 30px;
}
@media only screen and (max-width: 640px) {
	#boutons{
		text-decoration: none;
		float: none;
		padding-top: 10px;
		padding-right: 10%;	
		text-align: center;
	}	
	#boutons img{
		max-width: 40px;
	}	
}

.btn_edition {
   background-color: transparent;
   border: 0;
   cursor: pointer;
}
.btn_edition img {
	width: 25px;
}

/* PARAMETRES */

#avatar{
	text-align: center;
	margin-top: 20px;
}

#avatar img{
	max-width: 80px;
}

.messagenok{
	margin-top: 5px;
	padding: 5px;
	background-color: #f9d7e0;
	width: 290px;
	font-size: 2vh;
	text-align: center;
}
.messageok{
	margin-top: 5px;
	padding: 5px;
	background-color: #e7fff2;
	width: 290px;
	font-size: 2vh;
	text-align: center;
}

/* LIENS */

#p_liens{
	position: relative;
	text-align: center;
}
#p_liens:before{	
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
	opacity: 0.2;
	background-image: url('../images/goelsounita2.png');
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#bloc_liens{
	text-align: center;
	margin : 0 auto;
	position: relative;
	display: inline-block;
}
#bloc_liens a{
	text-decoration: none;	
}
.lien{
	text-align: center;
	font-weight: bold;
	background-color: #1273a0;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 400px;
	padding: 10px;
	border: 1px solid #1273a0;
	border-radius: 5px;
}
.lien:hover{
	opacity: 80%;
}


/* CARTE CADEAU - FITNESS */

#carte{
	text-align: center;
	background-color: #fff;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 10px;
}

#carte a{
	text-decoration: none;	
}

.bloc_left_c{
	background-color: #fff;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	border-radius: 5px 5px 5px 5px;
	border: thick double #f9d7e0;
	border-width: 4px;
	flex: 1;	
}
.bloc_right_c{
	background-color: #fff;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;	
	margin-top: 10px;
	margin-bottom: 10px;	
	margin-left: 5px;
	border-radius: 5px 5px 5px 5px;
	border: thick double #f9d7e0;
	border-width: 4px;	
	flex: 1;	
}
@media only screen and (max-width: 640px) {
	.bloc_left_c{
		background-color: #fff;
		padding-top: 30px;
		padding-left: 25px;
		padding-right: 25px;	
		margin-top: 10px;
		margin-bottom: 10px;
		border-radius: 5px 5px 5px 5px;
		border: thick double #f9d7e0;
		border-width: 4px;
		flex: 1;	
		max-width: 280px;
		min-width: 200px;
	}
	.bloc_right_c{
		background-color: #fff;
		padding-top: 30px;
		padding-left: 25px;
		padding-right: 25px;	
		margin-top: 10px;
		margin-bottom: 10px;	
		border-radius: 5px 5px 5px 5px;
		border: thick double #f9d7e0;
		border-width: 4px;	
		flex: 1;	
		max-width: 280px;
	}
}

.bloc_left_cc{
	background-color: #fff;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	border-radius: 5px 5px 5px 5px;
	border: thick double #f9d7e0;
	border-width: 4px;
	flex: 1;	
	max-width: 500px;
}
@media only screen and (max-width: 640px) {
	.bloc_left_cc{
		background-color: #fff;
		padding-top: 30px;
		padding-left: 50px;
		padding-right: 50px;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 5px;
		border-radius: 5px 5px 5px 5px;
		border: thick double #f9d7e0;
		border-width: 4px;
		flex: 1;	
		max-width: 500px;
	}
}

.apartir{
	color: #000;
	font-size: 2.0vh;
}

.rupture_mois{
	font-size: 2.5vh;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.lien_r{
	text-align: center;
	font-weight: bold;
	background-color: #ef8c9c;
	color: #fff;
	width: 40%;
	min-width: 300px;
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #ef8c9c;
	border-radius: 5px;	
}
.lien_r:hover{
	opacity: 80%;
}

.lien_b{
	text-align: center;
	font-weight: bold;
	background-color: #1273a0;
	color: #fff;
	width: 40%;
	min-width: 200px;
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #1273a0;
	border-radius: 5px;	
}
.lien_b:hover{
	opacity: 80%;
}

.lien_r_small{
	text-align: center;
	font-weight: bold;
	background-color: #ef8c9c;
	color: #fff;
	width: 40%;
	min-width: 250px;
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #ef8c9c;
	border-radius: 5px;	
}
.lien_r_small:hover{
	opacity: 80%;
}


#carte p{
	text-align: justify;
}

#carte p:before{
	content: '\002605';
	font-family: "Font Awesome 5 Free";
    font-weight: bold;
    float: left;
    margin-left: -1.5rem;
    color: #ef8c9c;
}

#cfit p:before{
	content: "\002B";
	font-family: "Font Awesome 5 Free";
    font-weight: bold;
    float: left;
    margin-left: -1.5rem;
    color: #ef8c9c;
}

.bloc_img_c{
	margin-left: 5px;
	flex: 0.5;
}
.bloc_img_c img{
	max-width: 500px;
}
@media only screen and (max-width: 640px) {
	.bloc_img_c img{
		max-width: 300px;
	}
}

#carte img{
	max-width: 100%;
}
@media only screen and (max-width: 640px) {
	#carte img{
		max-width: 300px;
	}
}

/* FORMULAIRE */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type="submit"]{
	min-width: 200px;
	background-color: #ef8c9c;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    margin-top: 20px;
	margin-bottom: 20px;
    cursor: pointer;
	font-size: 2.2vh;
	border: 1px solid #ef8c9c;
	border-radius: 30px;
	font-weight: bold;
}

#log input[type="submit"]{
	min-width: 300px;
	background-color: #ef8c9c;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    margin-top: 20px;
	margin-bottom: 20px;
    cursor: pointer;
	font-size: 2.2vh;
	border: 1px solid #ef8c9c;
	border-radius: 30px;
	font-weight: bold;
}

#filtre_seance input[type="submit"]{
	min-width: 40px;
	background-color: #ef8c9c;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    margin-top: 20px;
	margin-bottom: 20px;
    cursor: pointer;
	font-size: 2.2vh;
	border: 1px solid #ef8c9c;
	border-radius: 30px;
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
	input[type="submit"]{
		font-size: 2.8vh;
	}
}

input[type="submit"]:hover{
	opacity: 80%;
}

input[type="number"],input[type="text"],input[type="password"]{
	border: none;
	border-bottom: 1px solid #f9d7e0;
	font-size: 2vh;
}

input[type="button"]{
	cursor: pointer;
}

fieldset{
	border: none;
}

.offre button{
	min-width: 300px;
	background-color: #ef8c9c;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    margin-top: 20px;
	margin-bottom: 20px;
    cursor: pointer;
	font-size: 2.2vh;
	border: 1px solid #ef8c9c;
	border-radius: 30px;
	font-weight: bold;
}

#zonecom input[type="text"]{
	border: none;
	border: 1px solid #f9d7e0;
	font-size: 2vh;
}

textarea{
	border: 2px dotted #f9d7e0;
	font-size: 2vh;
	padding: 10px;
}

select{
    height: 30px;
    border: 1px solid #ef8c9c;
    color: #1273a0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px #ccc;
	cursor: pointer;
}

.txtcom{
	width: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.txtcommodif{
	width: 90%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* POP-UP */
*[id^="pain"]{
	display: none;
	text-align: left;
	border-left: 1px dotted #000;
}
*[id^="pain_block"]{
	border: 0;
	text-align: left; 
	display: inline-block; 
	padding-top: 15px;
}
*[id^="COM_"]{
	border-left: 1px dotted #000;
	padding-left: 35px;	
	width: 90%;
}
*[id^="valcom_"]{
	border: 0;
	font-family: WistiaPlayerInterNumbersSemiBold, Helvetica, sans-serif;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
}

/* SCROLLBARS */

/* Works on Firefox */
* {
  scrollbar-height: thin;
  scrollbar-width: thin;
  scrollbar-color: #ef8c9c #f9d7e0;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background: #f9d7e0;
}
*::-webkit-scrollbar-thumb {
  background-color: #ef8c9c;
  border-radius: 10px;
  border: 3px solid #f9d7e0;
}