.realisation{
	margin-top: 72px;
}

.gcard{
	display: inline-block;
	width: 100%;
	max-width: 590px;	
	position: relative;
    margin: .5rem auto 1rem auto;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
	text-align: left;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.gcard-content {
    padding: 24px;
	min-height: 285px;
}

.realisation-address {
    margin-top: 0;
    margin-bottom: 1rem;
}
.realisation-info {
    margin-top: 1rem;
}

.gcard-image-wrapper{
    height: 300px;
    overflow: hidden;
	margin: 0px;
	position: relative;
}

.gcard-image{	
	width: 100%;
	max-width: 590px;
	height: auto;
	display: none;
	cursor: zoom-in;
}
.gmodal-image{	
	width: auto;
	max-width: 950px;
	max-height: 76vh;
	height: auto;
	display: none;
	
	margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
}
.gmodal-bullet-image{
	display: inline;
	width: auto;
	max-width: 60px;
	max-height: 60px;
	height: auto;
}
html .gmodal-bullet-image{ 
	line-height: 0.5;
	margin-bottom: -6px;
}
.gmodal{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	z-index: 99999;
	.transition(2s);
    .transition-delay(.2s);
}
.gmodal-wrapper{
	text-align: center;
}

.gclose-modal-wrapper{
	position: absolute;
	top: 4px;
    right: 8px;
	padding: 0px 8px; 
	cursor: pointer;
	font-size: 32px;
	color: rgba(255,255,255,1);
}

.gleft-wrapper, .gleft-modal-wrapper{
	position: absolute;
	top: 0;
    left: 0;
	cursor: pointer;
}
.gright-wrapper, .gright-modal-wrapper{
	position: absolute;
	top: 0;
    right: 0;
	cursor: pointer;
}
.gleft-subwrapper, .gright-subwrapper,
.gleft-modal-subwrapper, .gright-modal-subwrapper{
	display: table;
	width: auto;
	height: 100%;
}
.gleft, .gright,
.gleft-modal, .gright-modal{
	display: table-cell;
	vertical-align: middle;
	padding: 138px 16px; 
	color: #fff;
}
.gleft-modal, .gright-modal{
	padding-top: 50vh;
    padding-bottom: 48vh;
	font-size: 24px;
}
.gleft-wrapper:hover, .gright-wrapper:hover,
.gleft-modal-wrapper:hover, .gright-modal-wrapper:hover{
	background-color: rgba(255,255,255,0.1);
}


.gcard-bullet-wrapper, .gmodal-bullet-wrapper{
	position: absolute;
    left: 30%;
    width: auto;
    transform: translateX(-30%);
	bottom: 0;
	width: 70%;
    text-align: center;
}
.gmodal-bullet-wrapper{
	left: 24%;
	transform: translateX(-16%);
	width: 77%;
    text-align: center;
}
.gcard-bullet{
	display: inline-block;
	width: 12px;
	height: 12px;
	border: solid 1px #999;
	border-radius: 50%;
	background: #fff;
	margin: 6px 6px;
	cursor: pointer;
}
.gcard-bullet:hover{
	border: solid 1px #fff;
	background: #2a54d3;
	opacity: 0.7;
}
.gmodal-bullet{
	display: inline-block;
	max-width: 100px;
	height: auto;
	border: solid 1px #999;
	border-radius: 2px;
	margin: 6px 6px;
	cursor: pointer;
}
.gmodal-bullet:hover{
	opacity: 0.7;
}
.realisation-address{
	min-height: 66px;
}
.realisation-object{
	min-height: 72px;
}
				
				
.row.realisations .col{
	text-align: center;
}

@media(max-width: 1275px) {
	.realisation-object{
		min-height: 72px;
	}
}
@media(max-width: 1414px) {
	.realisation-address{
		min-height: 99px;
	}
}
@media(max-width: 1033px) {
	.realisation-address{
		min-height: 124px;
	}
}				
@media(max-width: 1015px) {
	.realisation-object{
		min-height: 92px;
	}
}


@media(max-width: 992px) {
	.gcard{
		display: block;
	}
	.gcard-content {
		min-height: auto;
	}
	.gcard-bullet-wrapper, .gmodal-bullet-wrapper{
		position: absolute;
	    left: 0px;
		bottom: 0;
	    width: 100%;
	    transform: translateX(0%);
		text-align: center;
	}
	.gmodal-image{	
		max-width: 280px;
		max-height: 55vh;
	}
	.gmodal-bullet-image{
		max-width: 40px;
		max-height: 40px;
	}
	.realisation-address{
		height: auto;
		min-height: auto;
	}
	.realisation-object{
		height: auto;
		min-height: auto;
	}
}

@media(max-width: 900px) {
.gmodal-image{	
		max-width: 250px;
		max-height: 55vh;
	}
}