/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27 févr. 2019, 09:22:23
    Author     : Lea
*/
p.gaz-fact {
    font-size: 68%;
}
span.blue {
    color: #4cd7ff;
    font-weight: bold;
}
h1.grostitre {
    font-size: 321% !important;
    margin-bottom: 5%;
}
h1 {
    font-size: 165% !important;
}
h2 {
    font-size: 138% !important;
}
.col-lg-12.col-md-12.col-xs-12.other_put {
    margin-left: -6% !important;
    margin-right: auto;
    margin-top: 6%;
}
header{
    background: #12a6d0;
    text-align: center;
}
.call-to-action {
    text-align: center;
    color: white;
    margin-top: 7%;
}
.logo{
    margin-left: auto;
    margin-right: auto;
}

.container-fluid{
    padding: 0px !important;
}

.slider {
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
    padding-bottom: 12%;
    height: 460px;
}

.col-lg-6.col-md-12.col-xs-12.form {
    background: #ffffffad;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
    padding: 2%;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(3,3,3,0.3);
    box-shadow: 1px 1px 1px 1px rgba(132, 132, 132, 0.3);
}
p.phrase_form {
    background: #12a6d0;
    padding: 3%;
    color: white;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    font-weight: 700;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(3,3,3,0.3);
    box-shadow: 1px 1px 1px 1px rgba(3,3,3,0.3);
}
form.form-multistep {
    background: white;
    padding: 3%;
    margin-top: -16px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(3,3,3,0.3);
    box-shadow: 1px 1px 1px 1px rgba(3,3,3,0.3);
}
/*footer {
    background: #333;
    padding: 1%;
}*/
.col-lg-12.col-ld-12.col-xs-12.padding {
    height: 450px;
}
.col-lg-12.col-md-12.col-xs-12.eligible {
    margin-top: 21%;
    margin-left: auto;
    margin-right: auto;
    background: #e7e7e7;
    text-align: center;
    padding: 6%;
    border-radius: 21px;
}
.col-lg-12.col-md-12.col-xs-12.eligible p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 131%;
    font-weight: bold;
    color: #12a6d0;
}
a.btn-retour {
    background: #12a6d0;
    padding: 2%;
    width: 31%;
    text-align: center;
    border-radius: 11px;
    color: white;
    margin-top: 3%;
    font-size: 141%;
}
label {
    color: #4b4b4b;
    font-weight: 700;
    font-size: 91%;
    margin-top: 4%;
}
select {
    background: #cfcfcf;
    border: none;
    padding: 1%;
    width: 42%;
}
input[type="checkbox"] {
    margin-left: 2px !important;
    margin-right: 4px !important;
    margin-top: 31px !important;
}

input[type="submit"] {
    margin-top: 4%;
    border: none;
    background: #7bc816;
    padding: 3% 8% 3% 8%;
    color: white;
    font-size: 126%;
    font-weight: bold;
    border-radius: 9px;
}

input[type="text"]{
    background: #cfcfcf;
    border: none;
    padding: 1%;
    width: 42%;
}

input[type="email"]{
    background: #cfcfcf;
    border: none;
    padding: 1%;
    width: 42%;
}

button.btn2 {
    margin-top: 4%;
    margin-left: -16px;
    border: none;
    background: #7bc816;
    padding: 3% 8% 3% 8%;
    color: white;
    font-size: 126%;
    font-weight: bold;
    border-radius: 9px;
}
.mt {
    background: #e5e5e5;
    margin-top: 4%;
    text-align: center;
    padding: 2%;
}
a.mentions {
    color: #12a6d0;
    font-size: 71%;
}
@media screen and (max-width: 900px){
    
  
}