/* 
    Created on : 6 juin 2019
    Author     : lorenzo
*/
body{
    width:70%;
    font-family: 'Roboto', sans-serif;
    margin: auto;
}
@media(max-width: 600px) {
  body {
    width: 100%;
  }
}
html{
    width:100%;
    font-family: 'Roboto', sans-serif;
}
main{
    width: 100%;
    background-color: eblue;
    margin: auto;
}
footer{
    width:100%;
    margin: auto;
    font-size:11px;

}
.footerbody{
    width: 100%;
    background-color: #c40e20;
}
 footer ul {
    list-style-type: none;
    padding-left: 0;
 
}
footer a{
    color: grey;
    text-decoration: none;
}
.colorWhite{
    color: white;
}
.colorGrey{
    color: #838383;
}
.colorBlue{
  color:  rgb(69, 137, 166) ;
}
.colorDarkred{
    /* color: red; 
     * correction sd */
    color: darkRed;
}
.colorBlack{
    color: black;
}
.darkRed{
    /* background-color: red; 
     * correction sd */
    background-color: DarkRed;
}
.backBlue{
   background-color:  rgb(69, 137, 166);
}
.backGrey{
    background-color: #212121;
}
nav a{
    width: auto;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #262626;
    text-decoration: none;
    cursor: pointer;
    padding: 20px 20px;
    font-weight: bold;
}
nav a:{
    text-decoration: none;
    color: #c40e20;
}
.footerInfo{
    background-color: red;    
    font-size: 10px;
}
.footerP{
    padding-left: 20px;
}

.carouselIndex{
    height: 400px;
    color:#c40e20;
}
.divIndexDevis{
   height: 250px;
   padding: 0px;;
}
.divIndex{
   height: 250px;
   padding: 0px;;
}
.divInfo{
   height: 200px;
   padding: 0px;;
}
.alignTxt{
    text-align: left;
}
.imgIndex{
    width: 100%;
    border: 1px solid white;
  object-fit: fill;
 padding: 0px;
  
}
.divImgIndex{
    height: 200px;
    color: black;
}
.row{
   margin:0;
}
.col-md-6{
    padding: 0px;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
.titre1{
    font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.titre2{
    font-weight: bold;
  font-size: 25px;
  text-align: center;
}
.centeredDevis {
  
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.centeredDevisP {
  font-size: 15px;
  color: white;
}
.centeredTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
.centeredTxt2 {
  position: absolute;
  font-size: 15px;
  text-align: left;
}
.marginTxt {
	margin-left: 10%;
	margin-right: 10%;
}
.centeredAllTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-danger{
    /* background-color: rgb(69, 137, 166);
     * correction sd */
    background-color: DarkBlue;
    border-color: hsl(240, 100%, 12%);
}
.btn-danger:hover {
    /* background-color: rgb(69, 137, 166);
     * sd corrections */
    background-color: hsl(240, 100%, 12%);
    border-color: hsl(240, 100%, 12%);
    font-weight:600;
}
.divImgIndex:{
  
  color: red;

}
.divLg{
    height: 30px;
}
.icon{
    font-size: 50px;
}
.divImgDevis{
    width: 100%;
    
}
.imgDevis{
    object-fit: cover;
    width: 100%;
}
.redBorder: {
  border-color: red;
}
li{
    list-style:none;
}
.txtContact{
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.divMap{
    padding-top: 20px;
    padding-bottom: 20px;
}
.borderLeft{
  border-left-style: solid;
  border-color: red;
}
.borderRight{
  border-right-style: solid;
  border-color: red;
}
  .borderTop{
  border-top-style: solid;
  border-color: red;
}
.posRelative{
    position: relative;
}
.heightMin{
    min-height: 200px;
}
.heightMin2{
    min-height: 350px;
}
.heightMin3{
    min-height: 300px;
}
.heightMin4{
    min-height: 30px;
}
.imgMaxHeight{
    min-height: 250px;
    max-height: 250px;
}
.alignBottom{
    vertical-align: text-bottom;
    text-align: left;
}
@media(max-width: 990px) {
  .screen{
    display:none;
  }
    .mobile{
    display: box;
  }
}
@media(min-width: 990px) {
    .mobile{
    display:none;
  }
    .screen{
    display:box;
  }
}

.sssdm {
	/* pour mettre en évidence suissedem */
	font-variant-caps: small-caps;
	font-size:110%;
}

/* ajustement position sd */
.titre1 {
	margin-top:0.5em;
	}
.col-md-3{
    padding-top: 2em;
    background-color: darkred;
}

/* temporaire pour désactiver les formulaires */
form {
	/* color:white; */
 }
button[type="submit"] {
	/* display:none; */
}
