/*
Template: responsive-mobile
Name: responsive-mobile-child

*/

/*Menu*/
#main-menu-container {
    background-color: #b21212 ;
}
#main-navigation .main-nav ul li a {
    font-weight:700 !important;
}
/* end menu*/
.h2-home{
text-decoration:none;
font-size: 1.1em;

}
H2.stp{
  background-image: url("/wp-content/themes/responsive-mobile-child/images/stp.png");
  background-position:right 30px;
  background-repeat: no-repeat;
  z-index: 999 ;
  height: 70px;




}

.iw-so-acc-title{font-size: 1.5em !important;}

/*images*/
.textwidget p img {
    border: none !important;
}

/*End images*/

.t-blink{text-decoration: blink}

#ul-header{
     font-size: 1.2em;
    font-weight: bold;
    color:#415671;
    list-style-type: square;
}
#call{background-image: url("/wp-content/themes/responsive-mobile-child/images/call-1.png");
background-repeat: no-repeat;
height: 75px;
position:relative;
}
#call a{
  position: absolute;
 top: 30px;
 left:150px;
 font-size: 1.4em;
color: #415671;
font-weight: bold;
}
.entry-title{
	color: #415671;
}

#third-header {
    float: left;
    margin: 0px 25px 0px -40px;
    width: 36%;
    padding: 0px;
    text-align: left;
    font-size: 1.2em;
}
#site-branding {
    float: left;
    width:30% ; 
}


.cat-descript{

    border-top: 1px solid #fff;
    border-radius: 10px;
    background-color: rgba(127,127,127,0.1);
    padding: 10px;
}
h1{
    font-size: 1.5em;
}
h2{
    font-size: 1.3em !important;
    font-weight: bold;
    color:#415671;
    text-decoration: underline;
}

h3{
    font-size: 1.1em;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.sow-image-container img{ border: 3px solid rgba(127,127,127,0.1);; }
.textwidget p img{ border: 3px solid rgba(127,127,127,0.1);; }
.fiche{
    margin-top:10px;
    color: #0971b2;
   font-size: 1.2em;
}
.panel-grid-cell {
    margin-bottom: -30px;
}

/*fiche upload*/
.upload{
    position: relative;
    width: 347px;
    height: 80px;
    border: 1px solid rgba(127,127,127,0.1); 
    border-radius: 0 0 10px 10px;
    margin-top:10px;


}
.u-text{
    position: absolute;
    top: 0px;
    left:0px;
    color: #415671;
    border-bottom: 1px solid #ccc;
    width: 100%;
    background:rgba(127,127,127,0.1);
    text-align: center;
   
}
.u-text span{
padding: 5px;
}


#u-container > div {
    margin-top: 30px;
  display: flex;
  text-align: center;
}
#u-container > div > div {
  width: 106px;
  height: 40px;
  padding: 3px;
  text-align: center;
  background: linear-gradient(-45deg, #68a54b, #9acc85);
  border-radius: 10px;
}

#u-child {
  justify-content: space-around;
}
#u-child a {
color: #fff;
text-decoration: none;
}
#u-child a:hover { color:#ccc;}
/*End upload*/

/****Devis*****/
.devis{
    margin:20px 0 10px 0;
    font-size: 1.4em;
    font-weight: bold;
    color:#691212;
    text-decoration: underline;
}
.devis-div span{
  width: 42%;
 float: left;
 margin: 10px 0 20px 7px;
}
.devis-div label{
 width: 42%;
 float: left;
 margin: 10px 0 20px 7px;
 padding-top: 5px;
}

.hrClear{
    clear: left;
margin :25px 0 25px 0;
}
.hrClear2{
    clear: left;
border: none !important;
}



/****End Devis****/


/***Media queries****/



@media (max-width: 992px) {
 .entry-title{font-size: 1.6em;}

  #site-branding{

    display:block; 
    width: 100%;

  }
  #third-header {

    display: none;

  }
  
   #secondary-header{

    display: none;

  }


}
  @media (min-width: 992px){}
#main-navigation .main-nav ul li a {
    margin: 13px;
    color: #eeeeee;
    font-size: 1.1em;
    font-weight: 500;
}
}
