/*
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 : 29 nov. 2018, 15:21:21
    Author     : Lea
*/
p.devis_dem {
    background: white;
    color: cornflowerblue;
    padding: 3%;
    margin-top: 4%;
    width: 98%;
    font-size: 84%;
    text-align: center;
    font-weight: 700;
    border-radius: 20px 4px 20px 4px;
}
body {
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
    /* height: 1000px; */
    width: 100%;
    background-size: 120%;
}
p.cour_sout {
    background: cornflowerblue;
    width: 41%;
    margin-left: auto;
    margin-right: auto;
    padding: 1%;
    border-radius: 24px 5px 24px 5px;
    color: white;
}
.col-lg-8.col-md-12.col-xs-12.contenu {
    color: #333;
    background: white;
    margin-top: 2%;
    margin-left: 2%;
    border-radius: 14px;
    text-align: center;
    -webkit-box-shadow: 5px 5px 5px 5px rgba(255, 255, 255, 1);
    box-shadow: 3px 5px 45px 2px rgb(0, 0, 0);
    margin-bottom: 50px;
}
.col-lg-4.col-md-12.col-xs-12.misterbulle img {
    width: 141% !important;
}
.col-lg-8.col-md-12.col-xs-12.contenu h1 {
    color: cornflowerblue;
    background: white;
    margin-top: 2%;
    margin-left: 0%;
    border-radius: 14px;
    text-align: center;
    margin-bottom: 3%;
}

.col-lg-8.col-md-12.col-xs-12.contenu p {
    font-size: 106%;
    margin-bottom: 2%;
    margin-top: 2%;
    font-weight: bold;
}
.cour {
    text-align: left;
    text-decoration: none;
    list-style-type: none;
    list-style: none;
    font-size: 151%;
    font-weight: bold;
}
span.blue {
    color: cornflowerblue;
}
img.absolute {
    position: absolute;
    top: 1%;
    left: 91%;
    width: 8%;
    max-width: 81px;
    min-width: 81px;
}
.col-lg-4 li {
    margin-top: 14px;
    margin-left: -49px;
    font-size: 66%;
}
.cour.col-lg-12 {
    margin-left: 10%;
}

aside.col-lg-3.col-md-12.col-xs-12.form {
    /* display: table-caption; */
    margin-top: 6%;
    background: cornflowerblue;
    margin-left: 2%;
    border-radius: 18px;
    margin-bottom: 4%;
    -webkit-box-shadow: 5px 5px 5px 5px rgba(255, 255, 255, 1);
    box-shadow: 3px 5px 45px 2px rgb(0, 0, 0);
    max-height: 600px;
    max-width: 441px;
}
form {
    /* margin-top: 14%; */
    display: grid;
}
form input {
    background: cornflowerblue;
    border: solid white 2px;
    margin-top: 5%;
    padding: 2%;
    color: white;
    font-size: 111%;
    text-align: center;
    width: 71%;
    margin-left: 14%;
}
input.submit {
    background: white;
    color: cornflowerblue;
    font-size: 100%;
    font-weight: bold;
    border-radius: 27px;
        -webkit-box-shadow: 5px 5px 5px 5px rgba(333,333,333,333);
    box-shadow: 3px 5px 45px 2px rgb(0, 0, 0);
}
img.logo {
    width: 62%;
    margin-left: 15%;
    margin-top: 7%;
    max-width: 241px;
    max-height: 54px;
}

h2 {
    border-bottom: 2px solid #474747;
    width: 56%;
    font-size: 101% !important;
}
ul {
    list-style: none;
}
input.submit:hover {
    background: #303030;
    color: white;
    border-color: #363636;
}
p.traiter {
    color: white;
    font-size: 201%;
    text-align: center;
    margin-top: 29%;
}
@media screen and (max-width: 320px){
.col-lg-4.col-md-12.col-xs-12.misterbulle img {
    width: 91% !important;
}
}
p.form {
	font-size: 106%;
    margin-bottom: 2%;
    margin-top: 2%;
    font-weight: bold;
    text-align: center;
}
footer a {
    color: white;
}
footer {
    background-color: #6495ed;
    text-align: center;
    color: white;
    padding-top: 1%;
    padding-bottom: 1px;
}