@import url('../fonts/OpenSans.html');

*, *:after, *:before{
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
    letter-spacing: 3px;
}

body{
	font-family : 'OpenSans', sans-serif;
}

.content{
	width: 80%;
    margin: 0 auto;
    position: relative;
    display: block;
}

h1.header{
	text-align: center;
    margin: 20px auto 0;
    padding: 20px 0 0;
    border-radius: 5px 5px 0 0;
}

.formulaire{
    padding-top: 5px;
    margin: 0 auto;
    margin-bottom:15px;
}

.styled-select{
	margin:60px auto;
    position: relative;
    cursor: pointer;
}

select{
    width: 200px;
    padding: 10px;
    min-height: 50px;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 17px;
}

button.next, #finaliser{
    margin: 0 auto;
    display: block;
    -webkit-appearance: none;
    background-color:  #F75949;
    border-radius: 5px;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 40px;
    color:#eee;
    border: 2px solid transparent;
    cursor:pointer;
}

button.next:hover, #finaliser:hover{
    border: 2px solid #F75949;
    color:#F75949;
    background:none;
    transition:ease-in 0.3s;

}

#coordonnees > input{
    width: 48%;
}

.pull-left{
    float:left;
    width:40%;
    margin-right: 10%;
}

.pull-right{
    float:right;
    width: 40%;
}


.numero{
    width:20% !important;
    float: left;
}

label{
    display: block !important;
    text-align: left;
}

.clearfix{
    clear:both;
}

input{
    width:100%;
}

#finaliser{
    margin-top: 20px;
}

.white{
    color:#fff;
}

.green{
    color:#46A546;
}

.confirmation-text{
    float:right;
    width: 70%;
}

@media (max-width: 560px){
    .confirmation-text{
        width:100%;
    }
}

.zip, .calendar{
        width: 120px;
    height: 40px;
    margin: 20px 0;
    padding: 10px;
    font-size: 19px;
    border: 2px solid #025d69;
    border-radius: 3px;
}

.calendar{
    width:200px;
    font-size:17px;
}

.form-input{
    margin-bottom: 10px;
}

@media (max-width:991px){
    .form-input{
        width: 100%;
    }
}

.form-input > input {
    border: 2px solid #025d69;
    padding: 4px;
    border-radius: 3px;
}

.mbr-after-navbar:before{
    height: 0;
}