/*
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 : 5 mars 2019, 10:38:43
    Author     : Clara
*/

/** HEADER **/
h1{
    text-align: center;
    padding: 10px 0;
}

/** SECTION 1 **/

/** DESK **/
input {
    width: 77%;
    margin-top: 3%;
    padding: 1%;
    border: none;
    border-radius: 10px;
}
.col-lg-12.slider img {
    width: 100%;
}
.masthead {
    height: 700px;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/desk.jpg);
    margin-top: 0%;
    background-position-x: 88% !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 1% 119%;
    background-repeat: no-repeat;
}
.col-lg-6.formulaire {
    float: right;
}

.container-fluid.desk {
    padding: 0;
}


/** GAUCHE **/

.col-lg-6.gauche {
    float: left;
    padding: 0;
}
h2 {
    font-size: 39px;
    color: #ba071c;
    margin-top: 2%;
}
p.sstitre {
    font-size: 29px;
    margin: 2% 0 2% 0;
}
.col-lg-2.rouge {
    float: left;
    background-color: #ba071c;
    border-radius: 10px;
    text-align: center;
    margin-top: 17%;
}
p.fleche {
    color: white;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 6px;
}
.col-lg-10.cadre {
    float: left;
}
.col-lg-12.blanc {
    background-color: white;
    float: left;
    padding: 0;
    width: 86%;
    margin-top: 10%;
    padding-right: 1%;
}
.col-lg-12.piece img {
    width: 28%;
    margin-top: 3%;
    margin-left: 4%;
}

/** FORMULAIRE **/

.font {
    background-color: rgba(255,255,255,0.8);
    /*display: inline-block;
    margin-top: 10%;*/
}
.col-lg-6.partie1 {
    float: left;
}
.col-lg-6.partie2 {
    float: left;
    
}

.partiec{
    float: center;
	text-align:center;
}
h2.titreform {
    text-align: center;
    background-color: #ba071c;
    color: white;
    margin: 11% 12% 4% 11%;
    padding: 2%;
    font-size: 131%;
}
h3 {
    color: #ba071c;
    margin: 3% 0;
}
select {
    margin-bottom: 3%;
    width: 77%;
    padding: 4px;
    background-color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 1% !important;
    color: #757575 !important;
}
p.hform {
    margin: 0 0 2% 0;
}
input#champ_nb_personne_declare {
    background-color: #ccc;
    border: 1px solid grey;
    border-radius: 5px;
}
input.bouton {
    margin-left: 37%;
    background-color: #39b54a;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 8px;
    width: 24%;
    margin-bottom: 2%;
	margin-top: 35px;
}

/** FORMULAIRE 2 **/

.step2 input {
    background-color: #ccc;
    border: 1px solid grey;
    margin-bottom: 4%;
    padding: 4px;
    width: 57%;
}
h2.titreform2 {
    text-align: center;
    margin-bottom: 3%;
    background-color: #ba071c;
    color: white;
    margin: 2% 14% 8% 14%;
}
input.boutonvalid {
    margin-left: 37%;
    background-color: #39b54a;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 4px;
    width: 24%;
    margin-bottom: 2%;
}
.font2 {
    background-color: rgba(255,255,255,0.8);
    display: inline-block;
    margin-top: 10%;
    margin-left: 26%;
}

/** SECTION 1 **/

.col-lg-11.vert {
    margin: auto;
    background-color: #39b54a;
    border-radius: 10px;
    margin-top: 2%;
    padding: 0 7%;
}
h2.hvert {
    color: white;
    text-align: center;
}
h3.h4 {
    font-size: 23px;
    color: white;
    
}
.col-lg-11.vert p {
    color: white;
    font-size: 18px;
}

/** FOOTER **/

footer {
    background-color: red;
    padding: 10px;
    margin-top: 2%;
    text-align: center;
    color: white;
}
p.mentions {
    margin: 0;
    color: white !important;
    text-decoration: none;
}

/** RESPONSIVE **/

@media screen and (min-width: 1920px) and (max-width: 2560px){

}

@media screen and (min-width: 1440px) and (max-width: 1920px){

}

@media screen and (min-width: 1024px) and (max-width: 1440px){
select {
    margin-bottom: 4%;
    width: 77%;
    padding: 4px;
    background-color: #ccc;
    border: 1px solid grey;
    border-radius: 5px;
}
.col-lg-2.rouge {
    float: left;
    background-color: #ba071c;
    border-radius: 10px;
    text-align: center;
    margin-top: 35%;
}
}

@media screen and (min-width: 992px) and (max-width: 1024px){
.col-lg-2.rouge {
    float: left;
    background-color: #ba071c;
    border-radius: 10px;
    text-align: center;
    margin-top: 58%;
}
h3 {
    color: #ba071c;
    margin: 3% 0;
    font-size: 20px;
}
select {
    margin-bottom: 8%;
    width: 102%;
    padding: 4px;
    background-color: #ccc;
    border: 1px solid grey;
    border-radius: 5px;
}
input.bouton {
    margin-left: 31%;
    background-color: #39b54a;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 8px;
    width: 34%;
    margin-bottom: 2%;
}
input.boutonvalid {
    margin-left: 34%;
    background-color: #39b54a;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 8px;
    width: 33%;
    margin-bottom: 2%;
}
}

@media screen and (min-width: 768px) and (max-width: 991px){
.masthead {
    height: 1500px;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/desk.jpg);
    margin-top: 0%;
    background-position-x: 88% !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 1% 119%;
}

.col-lg-12.blanc {
    background-color: white;
    float: left;
    padding: 0;
    width: 86%;
    margin-top: 3%;
    padding-right: 1%;
}
.col-lg-2.rouge {
    float: left;
    background-color: #ba071c;
    border-radius: 10px;
    text-align: center;
    margin-top: -9%;
    width: 12%;
    margin-left: 88%;
}
.col-lg-12.piece img {
    width: 18%;
    margin-top: 3%;
    margin-left: 4%;
}
.font {
    background-color: rgba(255,255,255,0.8);
    display: inline-block;
    margin-top: 3%;
}
}

@media screen and (max-width: 768px){
	.container-fluid.port {
		margin-top: 480px;
	}
}