#tpl_home .sites{
    display: flex;
    padding: 60px 0px 90px 0px;
    border-top: 4px solid #ffffff;
    flex-wrap: wrap;
    position: relative;
    margin-top: -3px;
}
#tpl_home .sites:before{
	content: ' ';


}
#tpl_home .sites .site{
	display:inline-block;
	font-size: 18px;
	padding: 30px 60px 60px 60px;
	flex: 0 0 auto;
	width: 25%;
	position: relative;
	text-align: center;
}

#tpl_home {
	/*margin-top: 42px;*/
}

#tpl_home .sites .site ul{
    padding: 0;
}

#tpl_home .sites .visu{
	text-align: center;
	padding-bottom: 30px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#tpl_home .sites img{
	max-width: 100%;
}
#tpl_home .sites .site h2,
#tpl_home .chiffres .chiffre h2{
	color: #000000;
	font-size: 25px;
	font-weight: 300;
	margin: 0px 0px 20px 0px;
	min-height: 60px;
}
#tpl_home .sites ul li{
	list-style: none;
	position: relative;
}
#tpl_home .sites a.visu-link,
#tpl_home .chiffres a{
	position: absolute;
	left: 0;
	right: 0;
    margin: 0 auto;
	bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	display:inline-block;
	padding-left: 20px;
	color: #000000;
    width: 150px;
}
#tpl_home .sites a.visu-link:before,
#tpl_home .chiffres a:before{
	content: ' ';
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	top: 8px;
	left: 0px;
}
#tpl_home .sites .bleu a{
	color: #1676b5;
}
#tpl_home .sites .bleu a:before{
	border-color: transparent transparent transparent #1676b5;
}
#tpl_home .sites .rouge a{
	color: #d12e26;
}
#tpl_home .sites .rouge a:before{
	border-color: transparent transparent transparent #d12e26;
}
#tpl_home .sites .jaune a{
	 color: #f3c338;
}
#tpl_home .sites .jaune a:before{
	border-color: transparent transparent transparent #f3c338;
}
#tpl_home .sites .vert a{
	color: #6bab46;
}
#tpl_home .sites .vert a:before{
	border-color: transparent transparent transparent #6bab46;
}
#tpl_home .sites a.visu-link:hover{
	padding-left: 25px;
}

#tpl_home .chiffres{
	padding: 100px 240px;
	flex-wrap: wrap;
	background: #f7f7f7;
	display: none;
}
#tpl_home .chiffres .chiffre{
	display:inline-block;
	font-size: 14px;
	padding: 0px 60px 60px 60px;
	flex: 0 0 auto;
	width: 33%;
	position: relative;
	text-align: center;
}
#tpl_home .chiffres a{
	display: inline-block;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 140px;
}

#tpl_home .chiffres .visu{
	margin-bottom: 20px;
}
#tpl_home .parallax{
	background: url("../../../images/gmp/visu_montagne1.jpg") center 0px no-repeat;
	height: 640px;
	display:flex;
	justify-content: center;
	align-items: center;
}

#tpl_home .satellite {
	/*background: url(../../../images/gmp/satellite.jpg) center 0px no-repeat;*/
	/*height: 640px;*/
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
}

#tpl_home .satellite h2 {
    color: #fff;
    font-size: 48px;
    line-height: 38px;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    margin-top: 0;
}

.satellite .introduction {
    font-style: normal;
    font-size: 48px;
    line-height: 38px;
    font-weight: 300;
    display: inline-block;
}

.satellite .bt_learn_more {
    display: inline-block;
    float: none;
    color: #ffffff;
    border: none;
    padding: 10px 60px;
    border-radius: 20px;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    margin: 20px 0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #d12e26;
}

.satellite .bt_learn_more:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: none;
}

.satellite .bt_learn_more:hover {
    background: #000000;
}

#tpl_home .satellite .detail {
    position: absolute;
    bottom: 26px;
    left: 5%;
    width: 544px;
    color: #ffffff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
    text-align: left;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    opacity: 0;
    background: rgba(0,0,0,0.25);
    padding: 16px
}

.satellite .detail.animated {
    opacity: 1!important;
}

#tpl_home .presentation{
	display:inline-block;
	margin: auto;
	padding: 20px 20px;
	color: #ffffff;
	width: 1500px;
	font-size: 16px;
	text-align: center;
	background-color: rgba(209, 46, 38, 0.7);
}
#tpl_home .presentation a{
	display: inline-block;
	color: #d12e26;
	background: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius:  16px;
	padding: 8px 30px;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

}#tpl_home .presentation a:hover{
	 -webkit-box-shadow: 0 0 10px 0 #000000;
	 box-shadow: 0 0 10px 0 #000000;
 }
#tpl_home .presentation h3{
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFFFFF;
    text-align: left;
}
#tpl_home .presentation p{
	display:block;
	padding: 25px 0;
	text-align:left;
    color: #FFFFFF;
}
#tpl_home .zone_citation{
	padding: 100px 0px;
	text-align: center;
	font-size: 27px;
	font-weight: 300;
	background: #f7f7f7;
}
#tpl_home .citation{
	width: 960px;
	margin: 0 auto;
}
#tpl_home .citation span{
	display:block;
	padding-top: 25px;
	font-size: 16px;
	font-style: italic;
}
#tpl_home .citation span strong{
	font-weight: 700;
	font-style: normal;
}

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }
    50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-ms-keyframes pulse {
    0% { -ms-transform: scale(1); }
    50% { -ms-transform: scale(1.1); }
    100% { -ms-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }
    50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.visu:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/* Flip effect */
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
	transform-style: preserve-3d;
}
/*  UPDATED! flip the pane when hovered */
.chiffre:hover .flip-container .back {
	transform: rotateY(0deg);
}
.chiffre:hover .flip-container .front {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 100%;
	text-align: center;
	height: 100px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(-180deg);
}

@media screen and (max-width:1500px){
	#tpl_home .sites .site{
		width: 50%;
	}
	#tpl_home .chiffres{
		padding: 100px 120px;
	}
}
@media screen and (max-width:1200px) {
	#tpl_home .chiffres {
		padding: 100px 15px;
	}
	#tpl_home .chiffres .chiffre{
		padding: 0px 15px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width:991px) {

	#tpl_home .parallax{
		background: none;
		height: auto;
	}
	#tpl_home .parallax .presentation{
		width: 100%;
	}

	#tpl_home .citation {
		width: 100%;
		font-size: 28px;
		padding: 0px 100px;
	}

    #tpl_home .presentation a{
        margin-bottom: 25px;
    }
}
@media screen and (max-width:767px) {
	#tpl_home .sites .site{
		width: 100%;
	}
	#tpl_home .chiffres .chiffre{
		width: 100%;
		margin-bottom: 20px;
	}
	#tpl_home .parallax .presentation{
		padding: 30px;
	}
	#tpl_home .presentation p{
		padding: 25px 0px;
	}
	#tpl_home .zone_citation{
		padding: 30px 0px;
	}
	#tpl_home .citation {
		padding: 0px 20px;
	}
}
@media screen and (max-width:594px) {
    .satellite .detail{
        display: none;
    }
}

@media screen and (min-width: 1921px) {
	#tpl_home .satellite {
		background: url(../../../images/gmp/satellite.jpg) center 33% no-repeat;
	}

    #tpl_home .satellite .detail {
        opacity: 1;
    }
}