@charset "utf-8";
/* CSS Document */
#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }
/*------------------------------------------------------------------------*/
.logo-nav{
	position: relative;
	z-index: 999;
	display:block;
	width: 100%;
	background-color: grey;
	background-image: url("../img/banner_restauration.jpg")
}
.logo-nav img{
	vertical-align: middle;
    border-style: none;
    margin: 0 auto;
    display: block;
}
@media (max-width: 576px) {
	.logo-nav{
		display: none;
	}
}
.banner{
	background-color: #000;
}

.bannerRestauration, .bannerAccord, .bannerReparation{
	
	max-width: 100%;
	height: 180px;
	background: no-repeat center;
}

.bannerRestauration{
background-image: url(../img/banner_restauration.jpg);
}

.bannerAccord{
background-image: url(../img/banner_accord.jpg);
}

.bannerReparation{
background-image: url(../img/banner_reparation.jpg);
}

.mid-black-bg{
	background-color: black;
	padding : 0 !important;
}

.mid-big-photo{
	width: 50px;
	padding: 0 !important;
}

.logo_poincon{
	margin: 0 auto;
	position: relative;
	padding-top: 50px;
}

.mid-big-photo img{
	max-width: 100%;
	padding: 0 !important;
}

.logo_poincon img{
	width: 50px;
	display: block;
    margin: 0 auto;
}

.big-texte{
	font-size: 20px;
	color: white;
	text-align: center;
	padding: 0 60px;
}

.goldColor{
	color : #8d743b;
}

.jumbotron {
  padding: 5rem 3rem;
    margin-bottom: 2rem;
    background-color: black;
    background-image: url(../img/fond.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.jumbotronTitle{
	color : white ;
}

.lead{
    font-weight: 400;
}

.cinzel-<uniquifier> {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.view {
 /*   width: 300px;
    height: 200px;
    float: left;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
  	background-color: #fff;
	background-image: url(../img/banner_restauration.jpg);
	background-position : no-repeat center center;
}

.view .mask, .view .content {
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative; 
	transform: scaleY(1);
	transition: all 0.7s ease-in-out;
	width : 100%;
}

.view h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 20px;
    padding: 10px;
	background: transparent;
    margin: 20px 40px 0px 40px;
    transform: scale(0);
    color: #000;
    transition: all 0.5s linear;
    opacity: 0;
}

.view p {
  /*  font-family: Georgia, serif;
    font-style: italic;*/
    font-size: 16px;
    position: relative;
    padding: 10px 20px 20px;
    text-align: center;
	color: #000;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000 ;
    color: #fff;
    text-transform: uppercase;
	opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
	border: 1px solid transparent !important;
}
.view a.info:hover {
	background: transparent;
	border: 1px solid #343a40 !important;
	color : black;
}
.view .mask { 
    background-color: #8d743b; 
    transition: all 0.5s linear;
    opacity: 0;
}	
.view:hover img { 
	transform: scale(10);
    opacity: 0;
}
.view:hover .mask { 
	opacity: 1;
}																			 
.view:hover h2,
.view:hover p,
.view:hover a.info{ 
    transform: scale(1);
    opacity: 1;
}
#savoir-faire{
    background-image: url(../img/fond-savoir-faire.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#savoir-faire img{
    width: 100%;
    margin: 0 auto;
}