/* GLOBAL */
*{
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
  
}
/*
@-webkit-keyframes animationlogo {
	0% {
		transform: scaleX(0);
	}
	25% {
		transform: scaleX(1);
	}
	50% {
		transform: scaleX(0);
	}
	75% {
		transform: scaleX(-1);
	}
	100% {
		transform: scaleX(0);
	}
}
@-webkit-keyframes animationtitrelogo {
	0% {
		transform: scaleX(0);
	}
	25% {
		transform: scaleX(-1);
	}
	50% {
		transform: scaleX(0);
	}
	75% {
		transform: scaleX(1);
	}
	100% {
		transform: scaleX(0);
	}
}
@keyframes animationtitrelogo {
	0% {
		transform: scaleX(1);
	}
	25% {
		transform: scaleX(0);
	}
	50% {
		transform: scaleX(-1);
	}
	75% {
		transform: scaleX(0);
	}
	100% {
		transform: scaleX(1);
	}
}
@keyframes animationtitrelogo {
	0% {
		transform: scaleX(0);
	}
	25% {
		transform: scaleX(-1);
	}
	50% {
		transform: scaleX(0);
	}
	75% {
		transform: scaleX(-1);
	}
	100% {
		transform: scaleX(0);
	}
}*/
@-webkit-keyframes animationtitrelogo {
	0%
	{
		transform: scale3d(0,0,0);
	}
	50%
	{
		transform: scale3d(0.5,0.5,0.5);
	}
	100% 
	{
		transform: scale3d(1,1,1);
	}
}
@-webkit-keyframes animationlogo {
	0%
	{
		transform: scale3d(0,0,0);
	}
	50%
	{
		transform: scale3d(0.5,0.5,0.5);
	}
	100% 
	{
		transform: scale3d(1,1,1);
	}


}

@keyframes animationtitrelogo {
	
	0%
	{
		transform: scale3d(0,0,0);
	}
	50%
	{
		transform: scale3d(0.5,0.5,0.5);
	}
	100% 
	{
		transform: scale3d(1,1,1);
	}
}

@keyframes animationlogo {
	0%
	{
		transform: scale3d(0,0,0);
	}
	50%
	{
		transform: scale3d(0.5,0.5,0.5);
	}
	100% 
	{
		transform: scale3d(1,1,1);
	}

}
body {
	font-family: "Oswald",Arial,sans-serif;
	font-size: 1em;
	color: #5A0949;
	background-color: #FFF; /* blanc */

}

img {
	max-width: 100%;
	height: auto;

}
h1 {
	font-family: "Oswald",Arial,sans-serif;
	text-align: center;
	font-size: 4em;
	padding-top: 30px;

}
h1,h2,h3
{
	color: #5A0949;
	font-weight: bolder;
}
a
{
	 text-decoration: none;
}


/* HEADER */
header .logoyoga
{
	display: block;
	vertical-align: baseline;
	max-width: 50%;
	margin: 0 auto;
	text-align: center;
}
header h1
{
	display: block;
	vertical-align: baseline;
}

.menuheader
{
	background-image: url("../img/fond.jpg");
	width: 100%;
	height: auto;

}
.choixheader
{
	margin: 15px auto;
	text-align: center;
	display: block;
	vertical-align: baseline;
	max-width: 80%;
	background-color: transparent;
}
header i,header p
{
	padding: 10px 0px;
	font-size: 30px;
	color: #FFF;
	background-color: transparent;
}
header p,header .bandeaupromo
{
	font-size: 30px;
	text-align: center;
	padding: 15px 0px;
}

/*.choixheader:hover
{
	color: #5A0949;
	text-shadow: 3px 3px #FFF;
}*/

header p:hover
{
	color: #5A0949;
	text-shadow: 3px 3px #FFF;
}
header i:hover
{
	color: #5A0949;
	text-shadow: 3px 3px #FFF;
}

header .bandeaupromo
{
	background-color: rgba(255,255,255,0.4);
	color: #5A0949;
	text-shadow: 3px 3px #FFF;
}
header .bandeaupromo:hover
{
	background-color: rgba(255,255,255,0.4);
	color: #FFF;
	text-shadow: 3px 3px #5A0949;
}



/* MAIN */

main,footer
{
	/*max-width: 80%;*/
	margin: 0 auto;
	text-align: center;
}
section img
{
	float: none;
	padding: 15px 0px;
}

section p
{
	float: none;
}
.clearfloat
{
	clear: both;
}
section img
{
	padding-right: 15px;
	
}
.photocours
{
	padding-bottom: 15px;
}
section .encartcontact
{
	margin-left: 25%;
}
legend
{
	text-shadow: 1px 1px #FFF;
	font-weight: bolder;
}
.encartformulaire
{
	text-align: center;
	margin: 15px auto;
	max-width: 90%;
	height: auto;
}
.encartformulaire fieldset
{
	max-width: 50%;
	text-align: center;
	margin: 15px auto;
}

.encartformulaire label
{
	display: block;
	vertical-align: baseline;
}
.encartformulaire input
{
	display: block;
	vertical-align: baseline;
	text-align: center;
	margin: 5px auto;
}
textarea
{
	max-width: 50%;
	margin-top: 5px;
}

/*section .googlemap
{
	margin-left: 1%;
	min-width: 250px;
	text-align: center;
	margin: 5px auto;

}*/
.encartformulaire textarea
{
	max-width: 150px;
	margin-top: 15px;
}
.commandesformulaires input
{
	text-align: center;
	margin: 15px auto;
}
.encartcontact #googlemap img
{
	margin-left: 10%;
}
/* DEBUT calendrier JS : jsSimpleDatePickr */
/*.calendarMain{
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: left;
}
.calendarMain:after{
	content: " ";
	display: block;
	clear: both;
}*/
/* conteneur calendrier */
/*.calendarMain > div{
	width: 220px;
	padding: 5px 10px 10px 10px;
	background-color: #2e373f;
	background-color: rgba(46, 55, 63, 0.95);
	border-radius: 10px;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	font-size: 12px;
}*/
/* bouton d'affichage*/
/*.calendarMain > input{
	display: block;
	height: 22px;
	padding-top: 2px;
	background-color: #2e373f;
	color: #fff;
	border-radius: 5px;
	border: none;
}
.calendarMain > input:hover{
	background-color: #2673cb;
}*/
/* navigation dans le calendrier */
/*.calendarMain .calendarTitle{
	position: absolute;
	margin: 7px 0 0 0;
	padding: 0;
	width: 220px;
	color: #ccc;
	text-align: center;
}
.calendarNav input{
	position: relative;
	margin: 5px 0 10px 0;
	width: 20px;
	background-color: #5d6f7f;
	border: none;
	color: #fff;
}
.calendarNav input:hover{
	background-color: #6f8598;
}
.calendarNav .calendarNavMR, .calendarNav .calendarNavYR{
	float: right;
}*/
/* calendrier */
/*.jsCalendar{
	color: #fff;
	border-collapse: collapse;
}
.jsCalendar th{
	color: #8ba7bf;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
.jsCalendar td{
	padding: 0;
	border: none;
	width: 30px;
	padding: 3px 0 3px 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.jsCalendar .day:hover{
	background-color: #2673cb;
	border-color: #2673cb;
}
.jsCalendar .selectedDay{
	background-color: #c44d38;
	border-color: #c44d38;
}
/*.formulairecontact{
	float: none;
	text-align: center;
}*/
/*.googlemap
{
	margin: 0 auto;
	text-align: center;
}*/
/* FIN calendrier JS : jsSimpleDatePickr */
table.agendatableau caption
{
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
}
table.agendatableau button
{
    padding: 5px 10px;
    margin: 5px 5px;
}
table.agendatableau button:hover
{
    color: magenta;
}
table.agendatableau
{
    border-collapse: collapse;
    max-width: 80%;
    text-align: center;
    margin:15px auto
}
table.agendatableau td
{
    border: 3px solid steelblue;
    padding: 8px;
}
table.agendatableau th
{
    border: 1px solid lightsteelblue;
    padding: 8px;
}
table.agendatableau tr:nth-child(even){background-color: lightsteelblue;}
table.agendatableau tr:hover {background-color: steelblue; color: #fff;}
table.agendatableau th
{
    padding-top: 12px;
}
/* FOOTER */
.pieddepage
{
	background-image: url("../img/background_section.jpg");
	width: 100%;
	background-size: 100%;
}
footer h3
{
	background-color: transparent;
	padding: 15px 0px;
}
.decobaspage
{
	text-align: center;
	margin: 0 auto;
	width: 30%;
}

.licence
{
	text-align: center;
	padding-bottom: 30px;
}
.commentaires
{
	text-align: center;
	padding-top: 30px;
}
.readmore
{
	padding: 15px;
	max-width: 130px;
	background-color: #5A0949;
	padding: 15px;
	max-width: 130px;
	margin-top: 30px;
	margin-right: 15px;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
}
.readmore a
{
	text-decoration: none;
	color: #FFF;
}
.readmore:hover
{
	padding: 15px;
	max-width: 130px;
	background-color: #FFF;
	max-width: 130px;
	margin-top: 30px;
	margin-right: 15px;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
	color: #5A0949;
	
}/*color: #DEDA0D;*/
.readmore a:hover
{
	text-decoration: none;
	color: #5A0949;
}
main .photo
{
	display: block;
	vertical-align: baseline;
	margin: 0 auto;
	text-align: center;
}
main img
{
	max-width: 8%;
	min-width: 80%;
	height: auto;
}
/* FOOTER */
.tarifs
{
	text-align: center;
	margin: 0 auto;
	width: 300px;
	padding-top: 30px;
}
.detailstarif
{
	border: 3px solid #000;
	text-align: center;
	margin: 15px auto;
	background-color: transparent;
	font-weight: bolder;
	max-width: 65%;
	
}
.commander
{
	padding: 15px;
	background-color: #5A0949;
	color: #FFF;
	text-align: center;
	margin: 10px auto;
	width: 80%;
}
.descriptiffooter
{
	display: block;
	vertical-align: baseline;
	text-align: center;
	margin: 15px auto;
	background-color: transparent;
	width: 80%;
}
footer img
{
	text-align: center;
	margin: 0 auto;
}
.coordonnées
{
	background-color: transparent;
	text-align: center;
}
/* DEBUT calendrier JS : jsSimpleDatePickr */
.calendarMain{
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: left;
}
.calendarMain:after{
	content: " ";
	display: block;
	clear: both;
}
/* conteneur calendrier */
.calendarMain > div{
	width: 220px;
	padding: 5px 10px 10px 10px;
	background-color: #2e373f;
	background-color: rgba(46, 55, 63, 0.95);
	border-radius: 10px;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	font-size: 12px;
}
/* bouton d'affichage*/
.calendarMain > input{
	display: block;
	height: 22px;
	padding-top: 2px;
	background-color: #2e373f;
	color: #fff;
	border-radius: 5px;
	border: none;
}
.calendarMain > input:hover{
	background-color: #2673cb;
}
/* navigation dans le calendrier */
.calendarMain .calendarTitle{
	position: absolute;
	margin: 7px 0 0 0;
	padding: 0;
	width: 220px;
	color: #ccc;
	text-align: center;
}
.calendarNav input{
	position: relative;
	margin: 5px 0 10px 0;
	width: 20px;
	background-color: #5d6f7f;
	border: none;
	color: #fff;
}
.calendarNav input:hover{
	background-color: #6f8598;
}
.calendarNav .calendarNavMR, .calendarNav .calendarNavYR{
	float: right;
}
/* calendrier */
.jsCalendar{
	color: #fff;
	border-collapse: collapse;
}
.jsCalendar th{
	color: #8ba7bf;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
.jsCalendar td{
	padding: 0;
	border: none;
	width: 30px;
	padding: 3px 0 3px 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.jsCalendar .day:hover{
	background-color: #2673cb;
	border-color: #2673cb;
}
.jsCalendar .selectedDay{
	background-color: #c44d38;
	border-color: #c44d38;
}
/* FIN calendrier JS : jsSimpleDatePickr */
/*footer .logoscaphydatacomplet
{
	text-align: center;
	margin: 0 auto;	
	perspective: 200px;
	perspective-origin: 50% 50%;
}
footer .logotitre 
{
	animation: linear 4.5s  infinite alternate animationtitrelogo;
	-webkit-animation: linear 4.5s infinite alternate animationtitrelogo;
	perspective: 200px;
	perspective-origin: 50% 50%;
	text-align: center;
	margin: 0 auto;

}
footer .logoscaphydata
{
	/*padding: 155px 0px;
	animation: linear 4.5s infinite alternate animationlogo;
	-webkit-animation: linear 4.5s infinite alternate animationlogo;

	perspective: 200px;
	perspective-origin: 50% 50%;
	text-align: center;
	margin: 0 auto;
	/*font-size: 0.5em;*/
	/*font-weight: bolder;

}*/
footer .logoscaphydatacomplet
{
	text-align: center;
	margin: 0 auto;
	perspective: 200px;
	perspective-origin: 50% 50%;
}
footer .logotitre 
{
	animation: linear 4.5s  infinite alternate animationtitrelogo;
	-webkit-animation: linear 4.5s infinite alternate animationtitrelogo;
	perspective: 200px;
	perspective-origin: 50% 50%;
	/*text-align: center;
	margin: 0 auto;*/

}
footer .logoscaphydata
{
	/*padding: 155px 0px;*/
	animation: linear 4.5s infinite alternate animationlogo;
	-webkit-animation: linear 4.5s infinite alternate animationlogo;

	perspective: 200px;
	perspective-origin: 50% 50%;
	/*text-align: center;
	margin: 0 auto;*/
	/*font-size: 0.5em;*/
	/*font-weight: bolder;*/

}
/* MEDIA QUERIES */

@media screen and (min-width: 640px){
header .logoyoga
{
	display: inline-block;
	vertical-align: top;
	max-width: 22.5%;
	text-align: left;
	float: left;
}
header h1
{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-left: 30%;
	float: left;
	margin: auto 0;
}
.clearfloat
{
	clear: both;
}
.titreilla
{
	text-align: center;
	padding-left: 30%;

}

.choixheader
{
	margin: 15px auto;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	max-width: 15%;
	background-color: transparent;
	padding: 0% 5%;
}
.iconeschoixheader
{
	text-align: center;
	margin: 0 auto;
}
.menuheader
{
	background-image: url("../img/fond.jpg");
	height: 100%;
	width: auto;


}
.encartformulaire input
{
	display: block;
	vertical-align: baseline;
	text-align: center;
	margin: 0 auto;
}
.encartformulaire
{
	text-align: center;
	margin: 0 auto;
}
.detailstarif
{
	border: 3px solid #000;
	text-align: center;
	margin: 15px 30px;
	background-color: transparent;
	font-weight: bolder;
	width: 250px;
	display: inline-block;
	vertical-align: top;	
}
input
{
	display: inline-block;
	vertical-align: top;
}
.commentaires
{
	text-align: left;
	padding-top: 10px;
}
section p
{
	float: left;
	vertical-align: top;
	width: 80%;
	text-align: left;
}
section img
{
	float: left;
	vertical-align: top;
}
footer .logoscaphydatacomplet
{
	text-align: center;
	margin: 0 auto;
	perspective: 200px;
	perspective-origin: 50% 50%;
}
footer .logotitre 
{
	animation: linear 4.5s  infinite alternate animationtitrelogo;
	-webkit-animation: linear 4.5s infinite alternate animationtitrelogo;
	perspective: 200px;
	perspective-origin: 50% 50%;
	/*text-align: center;
	margin: 0 auto;*/

}
footer .logoscaphydata
{
	/*padding: 155px 0px;*/
	animation: linear 4.5s infinite alternate animationlogo;
	-webkit-animation: linear 4.5s infinite alternate animationlogo;

	perspective: 200px;
	perspective-origin: 50% 50%;
	/*text-align: center;
	margin: 0 auto;*/
	/*font-size: 0.5em;*/
	/*font-weight: bolder;*/

}
}
@media screen and (min-width: 1199px){
/*.encartformulaire p
	{
		text-align: center;
		margin: 0 auto;
	}*/
.encartformulaire,h1
{
	text-align: center;
}
.encartformulaire
{
	text-align: center;
	margin: 15px auto;
	max-width: 90%;
	height: auto;
}
.encartformulaire fieldset
{
	max-width: 50%;
	text-align: center;
	margin: 15px auto;
}

.encartformulaire label
{
	display: inline-block;
	vertical-align: middle;
}
.encartformulaire input
{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 5px auto;
	min-width: 300px;
}
.encartformulaire textarea
{
	max-width: 300px;
	margin: 5px auto;
}
footer .logoscaphydatacomplet
{
	text-align: center;
	margin: 0 auto;
	perspective: 200px;
	perspective-origin: 50% 50%;
}
footer .logotitre 
{
	animation: linear 4.5s  infinite alternate animationtitrelogo;
	-webkit-animation: linear 4.5s infinite alternate animationtitrelogo;
	perspective: 200px;
	perspective-origin: 50% 50%;
	/*text-align: center;
	margin: 0 auto;*/

}
footer .logoscaphydata
{
	/*padding: 155px 0px;*/
	animation: linear 4.5s infinite alternate animationlogo;
	-webkit-animation: linear 4.5s infinite alternate animationlogo;

	perspective: 200px;
	perspective-origin: 50% 50%;
	/*text-align: center;
	margin: 0 auto;*/
	/*font-size: 0.5em;*/
	/*font-weight: bolder;*/

}
}
