/* VARIABLES */
/* VARIABLES */
/*----------------
	  Reset
-----------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style-type: none;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
}
/*----------------
	  Généralités
-----------------*/
a:hover {
  text-decoration: none;
  color: #000000;
}
a:focus {
  text-decoration: none;
  border: none;
  outline: 0;
}
a:active {
  text-decoration: none;
  border: none;
  outline: 0;
}
a:visited {
  text-decoration: none;
  border: none;
}
p {
  font-size: 0.9em;
  margin-bottom: 10px;
  line-height: 1.4em;
}
p strong {
  font-weight: bold;
}
/* Margin */
.nomargin {
  margin: 0;
}
.nomargintop {
  margin-top: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.none {
  display: none;
}
.cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
/*----------------
	  Couleurs
-----------------*/
.rose {
  color: #ba5599;
}
.bleu {
  color: #36bce9;
}
.rouge {
	color: #ff0004;
}
.violet {
	color: #FB0769;
}
.noir {
	color:#530C30;
}
/*/////////////////////////////////////////////////////////////////*/
/*                         Début du code                           */
/*/////////////////////////////////////////////////////////////////*/
body {
  color: #000000;
  font-size: 1em;
  line-height: 1.2em;
  font-family: 'Georgia', serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
section {
  min-height: 500px;
  width: 100%;
  padding: 100px 0;
  text-align: center;
}
section h1,
section h2 {
  text-align: center;
  color: #444444;
  font-family: 'Lato', sans-serif;
  font-size: 1.5em;
  margin-bottom: 60px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 5px;
}
section p {
  width: 80%;
  text-align: center;
  color: #666666;
  margin: 0px auto;
}
section .titrage {
  margin: 0 auto 20px auto;
}
/*----------------
	  Menus
-----------------*/
#quick_menu {
  height: 210px;
  left: 10px;
  position: fixed;
  top: 40%;
  width: 30px;
  z-index: 10;
}
#social {
  margin: 40px auto 0;
}
#social ul {
  padding: 20px;
  border: 1px dotted #ededed;
}
#social ul li {
  display: inline-block;
}
#social ul li a {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  padding: 0 20px;
  color: #666666;
  font-size: 0.6em;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
#social ul li a:hover {
  color: #36bce9;
}
#social ul li:after {
  content: " ⋅ ";
}
#social ul li:last-child:after {
  content: "";
}
#header {
  background: url("../medias/fluttershy2.jpg") center center no-repeat fixed;
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header #main_menu {
  height: auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  padding: 15px 0;
  margin: 0 auto;
  font-weight: 900;
  font-size: 9px;
  color: #000;
  text-transform: uppercase;
  font-style: normal;
  position: absolute;
  text-align: center;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
#header #main_menu li {
  display: inline-block;
}
#header #main_menu li a {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  padding: 0 20px;
  color: #000;
  font-size: 1.1em;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1.5px;
}
#header #main_menu li a:hover {
  color: #9A9A9A;
}


/*----------------
	  Nos prestations - #section2
-----------------*/
#section2 {
  background: #f6f6f6;
  border-top: 1px dotted #ededed;
}
#section2 .presta {
  margin-top: 60px;
  text-align: center;
}
#section2 .presta .illu {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#section2 .presta .illu img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#section2 .presta .illu i {
  position: absolute;
  top: 150%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  z-index: 999999;
  color: #fff;
  font-size: 2em;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
#section2 .presta .illu:hover {
  opacity: 0.8;
}
#section2 .presta .illu:hover i {
  top: 50%;
}
#section2 .presta h3 {
  margin: 25px 0 15px 0;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: 'Lato', sans-serif;
}
#section2 .presta p {
  font-size: 0.8em;
}
/*----------------
	  Contact - #Nous-contacter
-----------------*/
#Nous-contacter #formulaire {
  margin-top: 40px;
  text-align: left;
}
#Nous-contacter #formulaire input {
  height: 45px;
}
#Nous-contacter #formulaire input,
#Nous-contacter #formulaire textarea {
  border: none;
  background: #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px;
  width: 100%;
  box-shadow: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
#Nous-contacter #formulaire input:focus,
#Nous-contacter #formulaire textarea:focus,
#Nous-contacter #formulaire input:active,
#Nous-contacter #formulaire textarea:active {
  background: #444444;
  color: #fff;
}
#Nous-contacter #formulaire button[type="submit"] {
  float: right;
  background: #ededed;
  width: 220px;
  border: none;
  text-transform: uppercase;
  padding: 12px 20px;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
#Nous-contacter #formulaire button[type="submit"]:hover {
  background: #36bce9;
}
#Nous-contacter #coordonnees {
  padding: 120px 0 0 0;
}
#Nous-contacter #coordonnees h3 {
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 45px;
  font-family: 'Lato', sans-serif;
}
#Nous-contacter #coordonnees ul li {
  margin-bottom: 15px;
}
#Nous-contacter #coordonnees ul li i {
  font-size: 0.8em;
  margin-right: 10px;
}
.modal {
  margin-top: 20px;
}
.modal .modal-body p {
  text-align: left;
  margin-bottom: 15px;
}
/*----------------
  Footer
-----------------*/
footer {
  background: #444444;
  text-align: center;
  padding: 40px 0;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
}
.min_menu {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  background: rgba(0, 0, 0, 0.75) !important;
  z-index: 999999;
}
.min_menu a {
  color: #fff !important;
}
.min_menu a:hover {
  background: #3E3636 !important;                  /* ici pour le hover*/

}
.max_menu {
  bottom: 0;
}
/*----------------
	  Rond
-----------------*/
#rond {
  width: 50px;
  height: 50px;
  background: #36bce9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px auto;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#rond:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}


/* Responsive (TOUTE LES MODIFS EFFECTUéE*/
.min_menu_a:hover {
	color:#FF0004
}
#la-musique {
  background: #8E8A8A;
  border-top: 1px dotted #ededed;
  
}
.shake{
	display:none;
	}

.min_menu:hover {
  background: rgba(0, 0, 0, 1) !important;
}

#section1 img
{
	margin:auto
}
.low
{
	display:none
}
.mid
{
	display:none
}
.midlow
{
	display:none
	}

@media screen and (max-width: 640px) {
	
	
}

@media screen and (min-width: 381px) and (max-width: 801px) {
#header {
  background: url("../medias/fluttershymid2.jpg") center center no-repeat fixed;
    display: table;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
 
}
.high
{
	display:none

}
.mid {
display:block
}
#section2 {
  background: #C88878;
  border-top: 1px dotted #ededed;
  color: #000000;
  font-family: 'Over the Rainbow', cursive;
  margin:auto;
  font-size:32px;

	
}

#section1 {
	background: #A96959;
	 color: #ffffff;
}
section p {
  width: 100%;
  text-align: center;
  color: #FFF17B;
  margin: 0px auto;
}
#social ul li a {
	color:#000000;
}
#Nous-contacter{
	background: #FF8C8E;
}                                                            /*modif prof*/
#header #main_menu li{
	display:block;
	
}

}

@media screen and (min-width: 1px) and (max-width: 380px) {
#header {
  background: url("../medias/fluttershylow2.jpg") center center no-repeat fixed;
    display: table;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.high
{
	display:none
}
.mid {
display:none
}
.low {
	display:block

	}
#section2 {
  background: #491c25;
  border-top: 1px dotted #ededed;
	font-family: 'Frijole', cursive;
	
	
}
#section1 {
  background: #491c25;
  border-top: 1px dotted #ededed;
	font-family: 'Frijole', cursive;
	
	
}
section p {
  width: 100%;
  text-align: center;
  color: #C1C1C1;
  margin: 0px auto;
}
h3{
	color: #DE6668;
	font-family: 'Frijole', cursive;
}
section h2{
	color:#fff;
}
#social ul li a {
	color:#fff;
}
#Nous-contacter{
	background: #8A7677;
}
.min_menu {
  background: rgba(0, 0, 0, 0,98) !important;
}
                                                   /*modif prof*/
#header #main_menu li{
	display:block;
}
#la-musique {
  background: #313131;
  border-top: 1px dotted #ededed;
  
}

@-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.shake{
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	display:inline-block
}






}
@media screen and (min-width: 1px) and (max-width: 801px) {
	.midlow {
		display: block
		}