/*

 Theme Name: Byg_4
Theme URI: http://www.byg-communication.com/ 
Author: Byg Communication                 
Author URI: http://www.byg-communication.com.fr/ 
Description: Description
Version: 1                
Template:      byg_theme
*/

.header-slider {
    background: #fff;
    box-shadow: none; 
    border-bottom: 0;
}
#master-header{
    background: #fff;
    position: relative;
}
#BygTheme_Menu {
    background: transparent;
    margin-bottom: 30px;
}
#BygTheme_Menu li a:hover{
    color: rgb(45, 88, 70);
    background: transparent;
    border: 0;
}
h2, h3,h4, h5, h6, p, label, a {
    font-weight: 700 !important;
}

#header .logo {
    float: none;
}
h1{
    text-align: center;
    margin-bottom: 60px !important;
}
.container.main-text img {
    border-radius: 0px;
    border: 1px solid #eee;
    padding: 4px;
}

.full_box img {
    border-radius: 3px;
    background: #FFF;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    padding: 4px;
}

.top-main-image.noimage {
    height: 0px;
}


h3{
    margin-bottom: 40px !important;
    text-align: left;
}
.btn-dark-coral {
    background: #ff6600;
    color: #FFFFFF !important;
    font-size: 16px !important;
    margin-top: 20px;
}

.stage-galfullbox-wrapper, .stage-gal {
    height: 1164px;
    overflow: hidden;
}

.stage-gal{
    max-width: 100%;
    position: absolute;
    background-image: url(http://www.tailleur-de-pierre-besancon.fr/wp-content/uploads/2016/07/background.jpg);
    width: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.stage-gal h2{
    margin-bottom: 40px;
    margin-top: 30px;
}
.logo h2{
    color:#ff6600 !important;
}
.stage-gal p{
    color:rgba(255,255,255,.7);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animDelay04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.btn-more{
    border: 2px solid #fff !important;
    background: transparent;
    color:#fff;
    font-size: 16px !important;
}
.big-icon{
    text-align: center !important;
    padding-top: 30px;
}

.big-icon h4{
    color: #333 !important;
    margin-bottom: 20px;
}

.big-icon i.fa{
    color: #ff6600;
    border-color: #ff6600 !important;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    min-width: 80px;
    margin: 0px auto;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 50%;
    padding: 32px 30px 26px;
    font-size: 30px;
}
.full-stage-newsfullbox-wrapper,
.full-stage-news{
    height:533px;
    background: #F0E5CF;
    overflow: hidden;
}
.full-stage-news{
    position: absolute;
    width: 100%;
    left: 0;
    padding-top: 20px;
}
.full-stage-news h5{
    color: #ff6600 !important;
    font-family: Lobster Two;
    font-size: 50px;
    font-weight: 500 !important;
}
.facebook-btn{
    color: #C94F38!important;
    background: transparent!important;
    border: 2px solid #C94F38!important;
}
.facebook-btn i.fa{
    padding: 9px;
    background: #C94F38;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px;
}
.home .container .full-stage-news img {
    border-radius: 0px;
    border: 0px solid #eee;
    padding: 0px;
}
.site-footer{
    background-color:#D1B4B9;
    padding: 15px 0 !important;
}
.wpcf7 .form-control{
    font-weight: normal;
    padding: 20px 10px;
}
.wpcf7-submit.btn{
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    color: #FFF!important;
    background: rgba(0,0,0,.3);
}
.wpcf7-textarea{
    margin-top: 25px;
}
.prefooter{
    background-color: #ff6600;
    margin-top: 0 !important;
}
@media (max-width: 768px){
    
}
@media screen and (max-width: 720px) and (min-width: 320px){
    .stage-galfullbox-wrapper,
    .stage-gal{
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .stage-gal img{
        width: 100%;
    }
    
    .full-stage-newsfullbox-wrapper,
    .full-stage-news{
        height: auto;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px){
    .mycontainer{
        width: 750px;
    }
}

@media (min-width: 992px){
    .mycontainer {
        width: 970px;
    }
}

@media (min-width: 1200px){
    .mycontainer {
        width: 1170px;
    }
}
.hamburger-menu .pipes{
    background: #333;

}
.dropcap {
    color: #ff6600;
 }
 .container.main-text{
     text-align: justify;
 }