@charset "UTF-8";
/* CSS Document */

html,
body {
    width: 100%;
    height: 100%;
}

body {
   font-family: 'Proxima Nova', Georgia, sans-serif;
    background-color: #fff;
    color: #fff;
    webkit-tap-highlight-color: #222;
	 max-width: 100% !important; overflow-x: hidden !important;
}
img{max-width: NNNpx;}
a {
    color: #9c27b0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.row {
    margin-right: 0px!important; 
    margin-left: 0px!important; 
}

a:hover,
a:focus {
    color: #9c27c1;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
   font-family: 'Proxima Nova', Georgia, sans-serif;
}
h1{
	text-transform: uppercase;
	font-family: 'proxima_nova_altblack'!important;
	color: #d12e26 !important;
	letter-spacing: 0.15em !important;
	font-size: 2.8em!important;

}
h2{
	font-family: 'proxima_nova_altbold'!important;
}

h3{
	font-family: 'Proxima Nova'!important;
	font-size: 1.6em!important;
}


h4{

	font-family: 'proxima_nova_ltsemibold'!important;
	color: #fff !important;
	Line-Height: 1.5 !important;
	
}

p {
    font-size: 1.2em;
    line-height: 1.7;
    margin-bottom: 20px;
}
#copyright{
	font-size:0.8em;
}
#contact{
	color: #fff!important;
	font-size: 1em;
		font-family: 'Proxima Nova'!important;

}
.separator{
	border-bottom:2px solid #d53522;
	width: 60px;
	margin-left: auto;
    margin-right: auto;
	margin-top:20px;
	margin-bottom:20px;

}
#punchline{
	font-family: 'proxima_nova_ltsemibold';
	padding-top:15px;
	padding-bottom: 10px;
	font-size: 1.4em;

}
.borders > *.top {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}
.borders > *.bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
}
.borders > *.left {
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.borders > *.right {
    top: 0;
    right: 0;
    height: 100%;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}
.borders > * {
    position: fixed;
    z-index: 200;
    background: #fff;
    height: 25px;
    width: 25px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    -moz-transition: -moz-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);

}
section {
    padding: 30px 0;
}

aside {
    padding: 50px 0;
}


header {
        position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    /*padding: 100px 15px;*/
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
}
.logo2{

	position:absolute;
	width: 30%;
	top:-240px;

	left: 50%; 
    -webkit-transform: translate(-50%, 0); 
	transform: translate(-50%, 0); 
  
}
.logo3{

	padding-bottom:5%;
	width:40%;
  
}
.box.first {
  margin-top: -290px;
  z-index: 1002;
  box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.05);
	

}
.box {
    padding: 50px 30px;
    background: #fff;
    position: relative;
}

section:nth-child(3){
	z-index: 300;
	position:relative;
	background-color: white;
}
section{
	z-index: 100;
	position:relative;
	background-color: white;
}
section:nth-child(5){
	z-index: 100;
	position:relative;
	background-color:#eef2f9;
}
footer {
	z-index: 100;
	position: relative;
    background-color:#fff;
	padding: 15px;
}
.info{
	background-color: #252d3e;
	    padding-top: 30px;
    padding-bottom: 30px;
	z-index: 10;
	 box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.05);
}
#scroll{
	width: 5%;
	margin-left: auto;
    margin-right: auto;
}
.carte{
	background:#eef2f9;
	z-index: 1;
	margin-top: -70px;
	 box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.05);
	   margin-bottom:  90px;

}
.contact{
	padding-top:70px;}

.col-lg-10{
	    padding-right: 0px!important;
    padding-left: 0px!important;
}
 #map {
     width: 100%;
     height: 500px;
            }
.service{
	margin-top: 120px;
}
.servicex3{
	padding-bottom:120px;
}
.img-circle{
	position: absolute;
	top: -60px;
    left: 50px;
    z-index: -1;
	border-radius: 0%!important;
}
.logofin{
	width:8%;
	padding-top:15px; 
	padding-bottom:15px;
}
/*------------------------*/


.atss-right {
    right: 0;
    float: right;
    left: auto;
}

.atss {
    position: fixed;
    top: 40%;
    width: 3pc;
    z-index: 100020;
    background: none;
}

.atss .at-share-btn {
    border: 0;
    padding: 0;
}
.atss .at-share-btn, .atss a {
    position: relative;
    display: block;
    width: 3pc;
    margin: 0;
    outline-offset: -1px;
    text-align: center;
    float: left;
    -webkit-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out;
    overflow: hidden;
    background: #fff;
    z-index: 100030;
    cursor: pointer;
}
.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
    display: block;
    padding: 8px 0;
}
a .at-icon-wrapper {
    cursor: pointer;
	background-color: #fff;
	
}



#at4-share{
		box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.05);

}

.at-icon {
    fill: #1d2235;
    border: 0;
}

.at-icon:hover {
    fill: #da5851;
    border: 0;
}
.atss .at-share-btn span .at-icon, .atss a span .at-icon {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 2pc;
    height: 2pc;
    line-height: 2pc;
    border: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
}



/*------------------------*/
@media (min-width: 768px){
	header {min-height: 100%;}
	.logo3{display: none;}
}
@media (max-width: 767px) {
	 body {
        overflow-x: hidden !important;
    }
    .container {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
	h1{    
	font-size: 1.5em!important;
	}
	header{
	display: none!important;
	}
	
	.service {
    margin-top: 10%;
	}
	.borders{
		display: none;
	}
	
	.box.first {
    margin-top: -0px;
	}
	#scroll{
	width: 20%;
	margin-left: auto;
    margin-right: auto;
	}
	section:nth-child(5) {
    z-index: 100;
    position: relative;
    background-color: #fff;
	}
	.contact {
    padding-top: 0px;
	}
	.logofin{
	display:none;
	}
	.carte{
	margin-bottom:0px;
	}
	.box {
    padding: 20px 30px;
    background: #fff;
    position: relative;
}
}
@media (max-width: 1199px) {
	.img-circle {
    position: relative;
    top: 15px!important;
    left: 0px!important;
    z-index: -1;
	width: 20%!important;
	padding-bottom: 2%;
	}
		.servicex3 {
    padding-bottom: 5px;
	}
}
@media (max-width: 991px) {
	.logo2{
		top:-160px;
	}
	
}

