/*realisations*/
main{
    padding-top: 140px;
}
.contrea{
   width: 70%;
}


.industrielle{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.titrerea{
   width: 87%;
text-align: left;
}
.titrearea div{
    text-align: left;
}

.titrerea p{
    font-family: roboto-regular,  sans-serif;
    font-size: 25px;
    color:#66B741;
    max-width: 600px;
    margin: 0;
    padding: 40px 0;
    padding-bottom: 70px;
}
  h1{
      font-family: roboto-light,  sans-serif;
      font-size: 45px;
      color:#3B617E ;
      text-shadow: none;
    width: 100%;
    
  }
  h2{
      font-family: roboto-regular,  sans-serif;
      font-weight: 200;
      font-size: 35px;
      color:#414440;
      width: 100%;
  }
  figcaption{
      color:white;
      background-color:#B2D86D;
      font-family: roboto-regular, sans-serif ;
      font-size: 25px;
      text-align:center ;
      width: 395px;
      height: 50px;
      margin-top: -15px;
      padding-top: 10px;
  }
/*ligne*/
#blue{
    border: 40px solid #4475C5;
    margin-top:200px ;
}
.urbaine{
   text-align: center;
   margin-top: -140px;
}
@media screen and (max-width:400px){
.urbaine img{
width:320px ;
}
}
/* images et carroussel*/


.contimg{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 80%;
    margin-top:100px;
 margin-bottom: 50px;
}

.contimg img{
   
 margin-bottom: 30px;
}
@media screen and (max-width:400px){
    .contimg{margin-left: 2%;
    }
}
@media screen and (max-width:500px){
    .industrielle img{
        margin: auto;
        max-width: 100%;
        
    }
    figcaption{
        max-width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:580px){
    figure{margin: auto 5px;
    }
}
figure{
    max-width: 100%;
}
.carrousel{
    width: 30%;
}
.autreimg{
   
    display: flex;
    justify-content: space-between;
   width: 80%;
}
hr{
    max-width: 100%;
}