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

strong {
	font-weight: 600;
	font-size: larger;
}

body 
{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	background: #fff;
    background-size: contain;
	color: #000;
	font-weight: 300;

}

.box-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

img.logo {
	width: 500px;
}

h1 
{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 36px;
	margin:0;
}

h2 
{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-weight: 300;
	font-size: 32px;
	margin:0;
}

.kaushan {
	font-family: 'Kaushan Script', cursive;
	color: #ee236b;
	font-size: 38px;
	margin: 0px;
	margin-left: -5px!important;
	display: inline-block;
-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}

p.sloganweb
{
	text-align: center;
	font-size: 140px;
	color: #ececec;
	font-weight: 900;
	padding: 0px;
	margin : 0 0 40px 0;
	display: block;
	margin-top: 10px;
	line-height: 140px;

}

p.baseline
{
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: 200;
	padding: 14px;
	display: block;
	margin-top: 10px;

}


p.intro-form
{
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: 300;
	padding: 14px;
	display: block;
	margin-top: 40px;

}

ul {
	list-style: none;
	padding: 0px;
}

.lien-kolt {
	color: #ee236b;
	text-transform: uppercase;
}

.lien-kolt:hover{
	color: #000;
	text-decoration: none;

}

.button {
	background-color: #ee236b;
	color: #fff;
	padding : 14px;
	border : none;

}

.button.grey-bg {
	background-color: #9e9e9e;
	color: #000;
}

.button:hover{
	background-color: #000;
	color: #fff;
	padding : 14px;
	border : none;

}



button:focus {
    outline: none!important;
}

.form-control:focus {
    border-color: #ffd400;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,212,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,212,0,.6);
}

@media screen and (max-width: 680px)
{
    p.sloganweb
{
	font-size: 60px;
	line-height: 1;

}

.firstline{
	margin-top: 100px;

}

}
