body{
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.container{
    width: 1140px;
    margin: auto;
    padding: 30px;
}
#logo {
    width: 28%;
    float: left;
}
#tel{
    width: 28%;
    margin-top: 3%; 
    float: left;
}
#tel p{
    color: #de833a;
    font-size: 12px;
}
.num{
    border: 1px solid #de833a;
    padding: 15px;
    margin-left: 30%;
}

.num i{
    font-size: 20px;
    vertical-align: middle;
}
#titre{
    width: 44%;
    float: left;
}
h1{
    font-size: 50px;
    font-family: "riffic_freebold";
    color: #f3ad36;
    text-align: center;
}
h2{
    color: black; 
    font-size: 12px;
    text-align: center;
    margin: 20px 0 0 0;
}

#header{
    background: url(img/photoheader.jpg);
    height: 564px;
}
#header a{
    color: white;
    text-decoration: none;
    text-align: center;
}
#header p{
    text-align: center;
}
.retour{
    clear: both;
}
h3{
    text-transform: uppercase;
    color: white;
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    padding-top: 200px;
    margin-bottom: 60px;
}
.decouvre{
    color: white;
    text-transform: uppercase;
    border: 1px solid white;
    padding: 10px;
    background: rgba(255,255,255,0);
    transition:all 0.3s;
}
a:hover .decouvre{
    background: rgba(255,255,255,0.3);
}
/*------------nav/menu---------------*/
#nav li{
    text-transform: uppercase;
    margin-left: 180px;
    display: block;
}
#nav a{
    text-decoration: none;
    color: black;
    margin: 0px 20px 0px 20px;
    text-align: center;
    display: block;
    float: left;
    transition:all 0.3s;
    position: relative;
}
#nav a:hover{
    color: #f3ad36;
}


#nav a:after{
    content:"";
    position: absolute;
    display: block;
    height: 3px;
    width: 0%;
    background: #f3ad36;
    bottom:-30px;
    left: 0px;
     transition:all 0.3s;
}

#nav a:hover:after{
    width: 100%;
}

/* --------------colonnes --------------- */
.col2{
    width: 47%;
    margin-bottom: 20px;
    float: left;
}

.col3{
    width: 30%;
    margin: 1.5%;
    float: left;
    text-align: center;
}

.col4{
    width: 22%;
    margin: 0 1.5%;
    float: left;
}


/*------------prestations---------------*/
.bg_gris{
    background: #e3e3e3;
}

.presta{
    position: relative;
    display: block;
    overflow: hidden;
}

.presta p{
    position: absolute; 
    color:white;
    top:48%;
    width: 100%;
    text-align: center;
}

.presta p span{
     border: 1px solid rgba(255,255,255,0);
     transition:all 1s;
}

.presta img{
    transition:all 0.5s;
}

.presta:hover p span{
    border: 1px solid rgba(255,255,255,1);
    padding: 10px;
    background: rgba(0,0,0,0.3);
}

.presta:hover img{
    -moz-transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
    opacity: 0.5;
}

/*------------garantis---------------*/

#garanties .col4 p{
    color: white;
    font-weight: bold;
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
}
#garanties .col4{
    text-align: center;
}
#garanties h3{
    padding: none;
}
.bg_orange{
    background: #f3ad36;
}
h4{
   text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 20px;
}
/*------------partenaires---------------*/
.text_orange{
    color: #f3ad36;
}
#partenaires p{
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.logo_part{
    margin: 40px 0 10px 0;
}
/*------------footer---------------*/
#footer{
    background: #303030;
}
.titre_footer{
    text-transform: uppercase;
    color: #f3ad36;
    margin-bottom: 10px;
}
#footer a{
    text-decoration: none;
    font-size: 12px;
    color: white;
    line-height: 20px;
    transition:all 0.3s;
}
#footer a:hover{
    padding-left:3px;
    color:#f3ad36;
}
#footer .contact{
    font-size: 12px;
    color: white;
    line-height: 20px;
}
/*------------p.revetment---------------*/

#liste p{
    background: url(img/img_revet_mur/puce.png) no-repeat left;
    padding-left: 20px;
    line-height: 30px;
    color: #949494;
}
.galerie img{
    width: 40%;
    margin: 0 1.5% 2.5% 0.5%;
    float: left;
}
/*------------contact_formulaire---------------*/
.titres{
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
}
.gras{
    font-weight: bold;
}

#contact p{
    margin-bottom: 20px;
}
#contact label {
    color: black;
    font-size: 15px;
}
#contact input[type="text"]{
    width: 100%;
    border: 1px solid #e38f43;
    font-size: 15px;
    color: black;
    padding: 5px;
    box-sizing: border-box;
    margin: 5px 0 0 0;
}
#contact input[type="email"]{
    width: 100%;
    border: 1px solid #e38f43;
    font-size: 15px;
    color: black;
    padding: 5px;
    box-sizing: border-box;
    margin: 5px 0 0 0;
}
#contact textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #e38f43;
    font-size: 15px;
    color: black;
    box-sizing: border-box;
    margin: 5px 0 0 0;
}
#contact input[type="submit"] {
    width: 200px;
    padding: 12px;
    border: 1px solid #e38f43;
    color: #e38f43;
    font-size: 15px;
    background: white;
    margin: auto;
    display: block;
    margin-top: 30px;
}
#contact input[type="submit"]:hover {
    font-size: 15px;
    background: white;
    background: #f5f5f5;
    font-weight: bold;
}
/*------------info_contact---------------*/
#info_contact p{
    text-align: right;
    padding-right: 20px;
    line-height: 30px;
}
#info_contact a{
    text-decoration: none;
    color: black;
}
#info_contact a:hover{
    color: #e38f43;
}
#info_contact img{
    padding: 0 10px 0 0;
}
.bloc_info{
    margin-bottom: 20px;
}
.attachment-post-thumbnail{
    float: left;
    margin: 0 120px 0 0;
}