@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Blokk';
	src: url('../fonts/blokk/BLOKKRegular.eot');
	src: url('../fonts/blokk/BLOKKRegular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/blokk/BLOKKRegular.woff') format('woff'),
		 url('../fonts/blokk/BLOKKRegular.svg#BLOKKRegular') format('svg');
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feather';
	src:url('../fonts/feather/feather.eot?-9jv4cc');
	src:url('../fonts/feather/feather.eot?#iefix-9jv4cc') format('embedded-opentype'),
		url('../fonts/feather/feather.woff?-9jv4cc') format('woff'),
		url('../fonts/feather/feather.ttf?-9jv4cc') format('truetype'),
		url('../fonts/feather/feather.svg?-9jv4cc#feather') format('svg');
}

.ip-header {
	position: fixed;
	top: 0;
	z-index: 100;
	min-height: 480px;
	width: 100%;
	height: 100%;
	/*background:#4c4aa7 url(../img/bg_00.jpg) no-repeat center center fixed;*/
	background:#4c4aa7;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
	 z-index: 999999999;
}

.logo_load {
	 position:absolute;
    left: 50%;
    top: 50%;
    width: 162px;
    height: 174px;
    margin-left: -81px;
    margin-top: -87px;
}


.ip-loader {
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	cursor: default;
	pointer-events: none;

}



.ip-loader {
	bottom: 20%;
}

.ip-header .ip-inner {
	display: none;
	margin: 0 auto;
}

.ip-header .ip-loader svg path {
	fill: none;
	stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
	stroke: #a71f36;
}

.ip-header .ip-loader svg path.ip-loader-circle {
	-webkit-transition: stroke-dashoffset 0s;
	transition: stroke-dashoffset 0s;
	stroke: #FFFFFF;
}



/* Animations */

/* Initial animation of header elements */
.loading .ip-loader {
	opacity: 1;
	-webkit-animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
}

.loading .ip-loader {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

@-webkit-keyframes animInitialHeader {
	from { opacity: 0; -webkit-transform: translate3d(0,800px,0); }
}

@keyframes animInitialHeader {
	from { opacity: 0; -webkit-transform: translate3d(0,800px,0); transform: translate3d(0,800px,0); }
}

/* Header elements when loading finishes */
.loaded .ip-loader {
	opacity: 1;
}


@-webkit-keyframes animLoadedLogo {
	to { -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); }
}

@keyframes animLoadedLogo {
	to { -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); }
}

.loaded .ip-loader {
	-webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedLoader {
	to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}

@keyframes animLoadedLoader {
	to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}


/* Header animation when loading finishes */
.loaded .ip-header {
	-webkit-animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); }
}

@keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
}

/* Content animations */
.loaded .ip-main h2,
.loaded .ip-main .browser,
.loaded .ip-main .browser .box,
.loaded .codrops-demos {
	-webkit-animation: animLoadedContent 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animLoadedContent 1s cubic-bezier(0.7,0,0.3,1) both;
}

.loaded .ip-main .browser,
.loaded .ip-main .browser .box:first-child {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.loaded .ip-main .browser .box:nth-child(2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.loaded .ip-main .browser .box:nth-child(3) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

@-webkit-keyframes animLoadedContent {
	from { opacity: 0; -webkit-transform: translate3d(0,200px,0); }
}

@keyframes animLoadedContent {
	from { opacity: 0; -webkit-transform: translate3d(0,200px,0); transform: translate3d(0,200px,0); }
}

/* Change layout class for header */
.layout-switch .ip-header {
	position: absolute;
}

/* No JS */
.no-js .ip-header {
	position: relative;
	min-height: 0px;
}



/* Media queries */

@media screen and (max-width: 45em) {



	.box {
		width: 100%%;
	}

}










/*.service { height: 100%;}*/

/* service wrapper */
.cbp-contentslider {
    width: 100%;
    margin: 1em auto;
    padding: 30px 0px;
    position: relative;
    height: 280px;
    background: transparent;
    color: beige;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: table;
}

.cbp-contentslider .milieu{
display: table-cell;
height: 220px;
position: relative;
vertical-align: middle;
}
.cbp-contentslider .milieumilieu{
display: table-cell;
height: 220px;
position: relative;
vertical-align: middle;
}

.cbp-contentslider > ul {
	list-style: none;
	height: 220px;
	width: 100%;
	/* overflow: hidden; */
	position: relative;
	padding: 0;
	margin: 0;
	display: table-cell !important;
	/* line-height: 220px; */
	vertical-align: middle;
}


.cbp-contentslider > ul li {
	position: absolute;
	width: 100%;
	height: 220px;
	left: 0;
	top: 0;
	/* padding: 1em; */
}

/* Whithout JS, we use :target */
.cbp-contentslider > ul li:target {
	z-index: 100;
}

.cbp-contentslider navig {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}

.cbp-contentslider navig a {
	display: block;
	width: 100%;
	font-weight: 400;
	letter-spacing: 0.1em;
	overflow: hidden;
	outline: none;
	text-align: center;
	line-height: 0px;
	border-radius: 0px 10px 10px 0px;
	position: relative;
	padding: 10px 20px 10px 60px;
	text-transform: uppercase;
-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}


.cbp-contentslider navig a:last-child {
	border: none;
}

.cbp-contentslider navig a:hover {
	background: rgba(250,250,250,0.13);
	color: #fff;
	border-radius: 0px 10px 10px 0px;

	 -webkit-box-shadow: inset 4px 0px 20px 4px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 4px 0px 20px 4px rgba(167,31,54,0.5);
    box-shadow: inset 4px 0px 20px 4px rgba(255, 255, 255, 0.5);
}

.cbp-contentslider navig a.rc-active {
    /* background: rgba(250,250,250,0.13); */
		background: rgb(168 48 55 / 1);
    color: #fff;
    border-radius: 0px 10px 10px 0px;
    -webkit-box-shadow: inset 4px 0px 20px 4px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 4px 0px 20px 4px rgba(167,31,54,0.5);
    box-shadow: inset 4px 0px 20px 4px rgba(255, 255, 255, 0.5);
}



.cbp-contentslider li > div {
	/* position: absolute; */
	/* top: 9em; */
	/* bottom: 3.313em; */
	/* width: 100%; */
	/* left: 0; */
	/* padding: 0 1em; */
	/* overflow-x: hidden; */
	/* overflow-y: auto; */
}

.cbp-contentslider .cbp-content {
	vertical-align: middle;
	padding: 1em 0;
}

.cbp-contentslider p {
	color: #FFFFFF;
	padding: 0 0.5em 0.4em;
	margin: 0;
	font-size: 1.2em;
	font-weight: 300;
	text-align: justify;
	line-height: 1.6;
}
.cbp-contentslider img { max-width: none;}

@media screen and (min-width: 1100px) {
	.cbp-contentslider .milieu {
		display: block;
		line-height: 110px;
	}

}

@media screen and (max-width: 760px) {
.cbp-contentslider ul li span.description {
max-width: none;
padding: 0px;
margin: 0px 10px;

}
.cbp-contentslider ul li span.titre {
	max-width: none;
padding: 0px 0px 40px;


}
/*.cbp-contentslider > ul li {
position: relative;
width: 100%;
height: 100%;
left: auto;
top: auto;
}*/
.cbp-contentslider navig {
	display: inherit;}
.cbp-contentslider > ul {
display: block;
}
}

@media screen and (max-width: 760px) {
	.cbp-contentslider navig a{
	padding: 10px 20px 10px 20px;
	}

	.cbp-contentslider > ul li {
	position: relative;
	height: 100%;
	}
	.cbp-contentslider ul li span.titre {
		font-size: 13px;

}
	}
}
