body {
	margin: 0 auto;
}

p {
	margin : 0;
}

a, a:visited, a:active {
    color: 808080;
    text-decoration: none;
}

a:hover {
   color: black;
    /*color: black;*/
    text-decoration: none;
}

h1 {
	text-align:center;
	font-family:Qwigley;
	font-size:6em;
	margin: 0 auto;
}


h2.fr {
	text-align:center;
	font-family:Lato;
	font-size:6em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 auto;
}

h2.en {
	text-align:center;
	font-family:Lato;
	font-size:5.1em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 auto;
}

h3.fr {
	text-align:center;
	font-family:Lato;
	font-size:2.7em;
	text-transform: uppercase;
	margin: 0 auto;
}

h3.en {
	text-align:center;
	font-family:Lato;
	font-size:3.4em;
	text-transform: uppercase;
	margin: 0 auto;
}


h2.bebe_fr {
	text-align:center;
	font-family:Lato;
	font-size:4.8em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 auto;
}

h2.bebe_en {
	text-align:center;
	font-family:Lato;
	font-size:9.6em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 auto;
}

h3.bebe_fr {
	text-align:center;
	font-family:Lato;
	font-size:3.5em;
	text-transform: uppercase;
	margin: 0 auto;
}

h3.bebe_en {
	text-align:center;
	font-family:Lato;
	font-size:2.9em;
	text-transform: uppercase;
	margin: 0 auto;
}

h4 {
	text-align:center;
	font-family:Lato;
	font-size:5.5em;
	text-transform: uppercase;
	margin: 0 auto;
}

.titre {
	font-family:Lato;
	font-size:2.4em;
	text-transform: uppercase;
	font-weight: bold;
}

.titre-2 {
	font-family:Lato;
	font-size:1.6em;
	text-transform: uppercase;
}

.texte {
	font-family:Lato;
	font-size:1.4em;
	color: #808080;
	text-align:justify;
}

.texte-2 {
	font-family:'Josefin Sans', sans-serif;
	color: #808080;
	text-align:center;
	font-size:1.6em;
}

.texte-3 {
	font-family:Lato;
	font-size:1em;
	margin: 10px;
	color: white;
	text-align:center;
}

.texte-4 {
	font-family:Lato;
	font-size:2em;
	font-style: italic;
	color: #808080;
	text-align:center;
	font-weight: lighter;
}

.img-responsive .centre {
 margin: 10 auto;
}

.img-thumbnail {
 margin-bottom: 30px;
}


.border-left {
	padding-left: 20px;
	border-left : 1px solid black;
}

.border-right {
	/*border-right : 1px solid black;*/
}


.spacer-top {
	margin-top:40px;
}

.spacer-top-2 {
	margin-top:20px;
}

.btn-1 {
	margin : 20px 0;
	text-transform: uppercase;
	padding: 10px;
	border: none;
}

.btn-success {
    background: #DB7093;
    border: none;

}

.btn-danger {
    background: #CCC;
    border: none;

}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #F08080;
}

.footer {
	background: #CCC;
	margin: 0 auto;
}

ul#footer li {
	display: inline;
	text-align: center;
	padding: 2px ;
	margin: 0;
	font-family:Lato;
	font-size:1em;
	color: white;
	text-align:center;
	font-weight: lighter;
   }

.form-inline {
	padding-top:10px;
}


.radiohack {
	color: #808080;
   	font-family:Lato;
	font-size:1.4em;
    margin-right:10px;
    display: inline-block;
}


.inputhack {
	margin-bottom:5px;
	width:100%;
	font-size:1.4em;
}

.optionhack {
	color: #808080;
	font-size:1.4em;
}

.labelhack {
	color: #808080;
	font-weight: normal;
	margin-top:10px;
	font-size:1.4em;
}

.hidden {
	display:none;
}

.border {
	border : 1px solid black;
}

.center {
	text-align:center;
}


.glyphicon-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  font-size:75px;
  color:#DB7093;
  margin:10px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


.btn-success[disabled] {
	background-color: #E0E0E0;
    border-color: #E0E0E0;
}


#StripeMontant {

margin-top:10px;
}


.flag {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/flags.png') no-repeat;
}


.flag.flag-gb {
    background-position: -16px 0;
}

.flag.flag-fr {
    background-position: 0 0;
}


.stripepaiement {
	background-color: #539248;
    padding: 10 10px;
    color: white;
    font-size: 1em;
    text-align: justify;
    margin-bottom: 20px;
}

/* RESPONSIVE POUR MOBILE */
@media screen and (max-width: 480px) {

h1 {
	font-size:4em;
	margin-top:20px;
}

h2.fr {
	font-size:2.2em;
}

h3.fr {
	font-size:1em;
}


h2.en {
	font-size:1.9em;
}

h3.en {
	font-size:1.25em;
}

h2.bebe_fr {
	font-size:1.8em;
}

h2.bebe_en {
	font-size:1.05em;
}

h3.bebe_fr {
	font-size:1.3em;
}

h3.bebe_en {
	font-size:3.7em;
}

h4 {
	font-size:2em;
}

.titre {
	font-size:1.5em;
}

.titre-2 {
	font-size:1.4em;

}

.texte {
	font-size:1em;
}

.texte-3 {
	font-size:1em;
}

.border-left {
	padding-left: 15px;
}

.padding30 {
	padding:0 30px 20px 30px;
}

.spacer-top-2 {
	margin-top:20px;
}

.radiohack {
	font-size:1em;
}

.inputhack {
	font-size:1em;
}

.optionhack {
	font-size:1em;
}

.labelhack {
	font-size:1em;
}

}




/* RESPONSIVE POUR MOBILE PAYSAGE */
@media screen and (max-width: 760px) {

.padding30 {
	padding:0 30px 20px 30px;
}


ul#footer li {
	font-size:0.8em;
   }

}

/* HACK FORMULAIRE FULL LARGEUR */
@media screen and (min-width: 760px) {

.form-inline .form-control {
	width:100%;
}

}
