/* Elements généraux */

html {
	font-size: 100%;
	overflow-y:scroll;
}

body {
	font-family: 'Raleway', sans-serif;
	overflow-x:hidden;
	width:100%;
}

h1, 
h2 {
	font-size: 1.5em;
	color: #6a2991;
	text-align: center;
}
h1 {
	font-size: 2em;
	line-height: 1.6;
	font-weight: bold;
}
.section-titrage h1,.section-titrage h3{
	line-height:1;
	margin:0;
}
.section-titrage h1{
	font-size:1.8em;
}
.section-titrage{
	margin:5% 3% 3% 3%;
}

.h2-digi {
	font-weight: bold;
	font-size: 3.1rem;
	line-height: .8em;
}
.h2-digi span {
    font-weight: normal;
    font-size: 1.1rem;
}
h3{
	color: #6a2991;
	font-size:1em;
	text-align: center;
}

h4{
	color: #6a2991;
	font-size:1.2em;
	font-weight:bold;
	text-align: center;
}
a {
	color: #6a2991;
}

ul {
	padding: 0;
	margin: 0;
}

img {
	width: 100%;
}

ul, header, .header-fixed, .header-initial{
	transition: all 1s ease;
	-webkit-transition: 1s ease;
	z-index:5;
}

.row {
	margin:0;
	padding:0;
}

.h2-home ,
p {
	margin: 0;
	text-align:justify;
}
h1 {
	font-size: 1.4rem;
	line-height: 1.6;
}

h1 span {
	font-size: 1.5rem;
	font-weight: bold;
}
.texte-violet {
	color: #6a2991;
}
.tags:hover{
    color: #6a2991;
    cursor:default;
    font-weight:bold;
}

.hr-digi {
	border-top: 1px solid rgba(106,41,145,0.25);
	max-width: 400px;
	margin: 50px auto;
}
a:hover{
	color:#670e87
}
.btn-digi {
	width: 100%;
	max-width: 300px;
	margin: auto;
	display: block;
	background-color: #6a2991;
	color: #fff;
	border: 0 none;
	font-size: 1em;
	font-weight: bold;
	transition: all 0.4s ease;
	padding:10px;
}

.container-fluid>.navbar-collapse, 
.container-fluid>.navbar-header, 
.container>.navbar-collapse, 
.container>.navbar-header{
	margin:0;
}

.navbar-toggle{
	float:left;
	margin-left:10px;
}

.btn-digi:hover,
.btn-qty:hover {
	background: #441a5c;
	color: #fff;
	transition: all 0.4s ease;
}

.conteneur-relatif {
	position: relative;
}

.conteneur-relatif img {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -8px;
	width: auto;
}

/* M E N U . P H P */

header{
	z-index:10;
	-moz-box-shadow: 1px 1px 1px 1px #aa99b0;
	-webkit-box-shadow: 1px 1px 1px 1px #aa99b0;
	-box-shadow: 1px 1px 1px 1px #aa99b0;
	box-shadow: 1px 1px 1px 1px #aa99b0;
}
.navbar {
	min-height: 0;
	margin-bottom: 0;
	border: none;
}
.header-digi {
	position:fixed;
	top:0;
	background-color: #f3ecf4;
	width: 100%;
}

.header-digi .container {
	position: relative;
}

.logo-digi {
	max-width: 200px;
    padding: 40px 0 0 0;
    margin: 0 auto;
}

.header-fixed .navbar-digi {
	float: none;
	height:50px;
}
.btn-compte {
	position: fixed;
	top: 0;
	right: 0;
	border: 0 none;
	border-radius: 0;
	background-color: #f9f4fa;
	padding: 20px;
	border-bottom: 3px solid #ece1f1;
	color: #692a92;
	font-weight: bold;
}
.btn-compte:hover {
	color: #692a92;
	background-color: #ece1f1;
	border-bottom: 3px solid #692a92;
}

.btn-compte2 {
	position: fixed;
	top: 0;
	right:50px;
	border: 0 none;
	border-radius: 0;
	background-color: #f9f4fa;
	padding: 20px;
	border-bottom: 3px solid #ece1f1;
	color: #692a92;
	font-weight: bold;
}
.btn-compte2:hover {
	color: #692a92;
	background-color: #ece1f1;
	border-bottom: 3px solid #692a92;
}

.navbar-digi {
	float: none;
	text-align: center;
	border-radius: 3px;
}

.navbar-digi li {
	width:calc(100% / 5);
	height:50px;
	border-right: 1px solid #6b2a90;
	background-color: #d8c1de;
}
.header-initial  {
	height:150px;
}
.header-initial  .navbar-digi li:nth-child(7), .header-initial  .navbar-digi li:nth-child(7) a{
	border-right: 0 none;
	border-radius:0 5px 5px 0;
}

.header-fixed  .navbar-digi li:last-child{
	border-right: 0 none;
}
.header-initial  .navbar-digi li:nth-child(2) a, .navbar-digi li:nth-child(2){
	border-radius:5px 0 0 5px;
}
.navbar-nav{
	margin:0;
}

li:last-child {
  border-radius:0 5px 5px 0;
}

.navbar-default .navbar-nav > li > a {
	color: #692791;
	font-size: 1em;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.header-digi .navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	background-color: #6b2a90;
	color: #d8c1de;
}

.header-fixed {
	position: fixed !important;
	height:50px;
	top: 0;
	z-index: 2;
	background-color:#d8c1de;
}

.header-fixed >li>a{
	padding:0;
}
.header-fixed a {
	height:50px;
	padding-top:1.5em;
	line-height:15px;
	font-size:0.8em;
}
.header-fixed .container-fluid{
	width:100%;
	padding:0;
}
.header-fixed li{
	width:calc(100% / 8);
	padding:0;
}

#logo-digi-fixed a{
	padding:0;
}
#logo-digi-fixed a:hover{
	background-color:#d8c1de;
}
#logo-digi-fixed img{
	max-height:50px;
	margin:0;
	padding: 11px 8px;
}

nav {
	position: relative !important;
	width:100%;
	bottom: 0 !important; 
	left: 0 !important;
	margin-left: 0 !important;
}
.header-initial nav{
	background-color: transparent;
    border: 0 none;
}
.logo-digi img{
	transition: all 0.4s ease;
}

/* ----------- dropdown ---------------*/


/* I N D E X . P H P */
section:first-of-type{
	padding-top:170px;
}


/* ------------------------- Section réalisations --------------------------------- */

.bg_global_crea{
		position:absolute;
		margin-top:50px;
		max-width:100%;
		width:100%;
		z-index:0;
		opacity:0.15;
		text-align:center;
		clear:both;
	}
.bg_crea_1{
	max-width:25%;
	float:left;
	perspective:2000px;
}
.bg_crea_2{
	max-width:25%;
	float:left;
	perspective:3000px;
}
.bg_crea_3{
	max-width:25%;
	float:left;
	perspective:3000px;
}
.bg_crea_4{
	max-width:25%;
	float:left;
	perspective:2000px;
}
.bg_crea_1 img{
	max-width:100%;
	float:left;
	margin-left:0.1vw;
	transform: rotateY(25deg);
}
.bg_crea_2 img{
	max-width:94%;
	margin-top:15px;
	margin-left:0.1vw;
	padding-left:0.5vw;
	float:left;
	transform: rotateY(15deg);
}
.bg_crea_3 img{
	max-width:94%;
	margin-top:15px;
	margin-left:0.1vw;
	padding-left:0.5vw;
	float:left;
	transform: rotateY(-15deg);
}
.bg_crea_4 img{
	max-width:100%;
	float:left;
	margin-left:0;
	transform: rotateY(-25deg);
}

.contenant-presentation {
	padding-top:50px;
	width: 80%;
	font-size:0.85em;
}
.contenant-presentation p{
	padding-top:0.5% !important;
}
.texte-gauche,
.texte-droite,
.texte-droite-sm,
.texte-milieu {
	line-height: 1.5;
}
.texte-droite-sm{
	display:none;
}
.cubes-droite-sm{
	position:relative;
	max-width:100%;
	float:left;
	margin:0;
	padding:0;
}
.texte-gauche,
.texte-droite {
	width: 23%;
	float: left;
}

.texte-gauche {
	text-align: right;
}

.texte-milieu {
	margin-top: 80%;
	text-align: center;
}

.last-crea {
	width: 50%;
	float: left;
	margin: 0 2%;
}

.last-crea p {
	position: relative;
}

.last-crea img {
	position: absolute;
}

.last_crea_text {
	text-align: center;
}


.support {
	width: 100%;
	opacity:0;
	-webkit-animation: tablette 1s 1.6s ease-out 1 forwards;
	animation: tablette 1s 1.6s ease-out 1 forwards;
}

.global_presentation{
	position:relative;
	max-width:62%;
	width:62%;
	height:150px;
	z-index:10;
	margin:5vw 19% 0 19%;
	text-align:center;
	clear:both;
}


.cubes-droite{
	position:relative;
	max-width:100%;
	float:left;
	margin:0;
	padding:15vw 0 0 0;
	transition:1s ease;
	-webkit-transition:1s ease;
}
.cubes-milieu{
	padding:0 2.5% 0 0;
}
.cube1{
	max-width:14px;
	max-height:14px;
	min-width:14px;
	min-height:14px;
	background:#6a2990;
	float:right;
	margin-left:6px;
	opacity:0;
	-webkit-animation: cube1 1s 1s ease-out 1 forwards;
	animation: cube1 1s 1s ease-out 1 forwards;
}

.cubes-droite .cube1{
	-webkit-animation: cube1 1s 1.5s ease-out 1 forwards;
	animation: cube1 1s 1.5s ease-out 1 forwards;
}
.cubes-milieu .cube1{
	-webkit-animation: cube1 1s 2s ease-out 1 forwards;
	animation: cube1 1s 2s ease-out 1 forwards;
}
	@-webkit-keyframes cube1 {
		from{
			opacity:0;            
		}
		to   {
		   opacity:1;            
		}
	}@keyframes cube1 {
		from{
			opacity:0;            
		}
		to   {
		   opacity:1;            
		}
	}
.cube2{
	max-width:14px;
	max-height:14px;
	min-width:14px;
	min-height:14px;
	background:#b189c1;
	float:right;
	margin-left:6px;
	opacity:0;
	-webkit-animation: cube2 1s 0.8s ease-out 1 forwards;
	animation: cube2 1s 0.8s ease-out 1 forwards;
}
.cubes-droite .cube2{
	-webkit-animation: cube2 1s 1.3s ease-out 1 forwards;
	animation: cube2 1s 1.3s ease-out 1 forwards;
}
.cubes-milieu .cube2{
	-webkit-animation: cube2 1s 1.8s ease-out 1 forwards;
	animation: cube2 1s 1.8s ease-out 1 forwards;
}
	@-webkit-keyframes cube2 {
		from{
			-khtml-opacity:0;            
			opacity:0;            
		}
		to   {
		   -khtml-opacity:1;            
		   opacity:1;            
		}
	}@keyframes cube2 {
		from{
			-khtml-opacity:0;            
			opacity:0;            
		}
		to   {
		   -khtml-opacity:1;            
		   opacity:1;            
		}
	}
.cube3{
	max-width:14px;
	max-height:14px;
	min-width:14px;
	min-height:14px;
	background:#d7c1df;
	float:right;
	margin-left:6px;
	opacity:0;
	-webkit-animation: cube3 1s 0.6s ease-out 1 forwards;
	animation: cube3 1s 0.6s ease-out 1 forwards;
}
.cubes-droite .cube3{
	-webkit-animation: cube3 1s 1.1s ease-out 1 forwards;
	animation: cube3 1s 1.1s ease-out 1 forwards;
}
.cubes-milieu .cube3{
	-webkit-animation: cube3 1s 1.6s ease-out 1 forwards;
	animation: cube3 1s 1.6s ease-out 1 forwards;
}
	@-webkit-keyframes cube3 {
		from{
			opacity:0;            
		}
		to   {
		   opacity:1;            
		}
	}
	@keyframes cube3 {
		from{
			opacity:0;            
		}
		to   {
		   opacity:1;            
		}
	}
.cube4{
	max-width:14px;
	max-height:14px;
	min-width:14px;
	min-height:14px;
	background:#6a2990;
	float:right;
	margin-left:6px;
	opacity:0;
	-webkit-animation: cube4 1s 0.4s ease-out 1 forwards;
	animation: cube4 1s 0.4s ease-out 1 forwards;
}
.cubes-droite .cube4{
	-webkit-animation: cube4 1s 0.9s ease-out 1 forwards;
	animation: cube4 1s 0.9s ease-out 1 forwards;
}
.cubes-milieu .cube4{
	-webkit-animation: cube4 1s 1.4s ease-out 1 forwards;
	animation: cube4 1s 1.4s ease-out 1 forwards;
}
	@-webkit-keyframes cube4 {
		from{
			opacity:0;            
		}
		to   {
		   opacity:1;            
		}
	}
	@keyframes cube4 {
		from{
			opacity:0;            
		}
		to   {
		   opacity:1;            
		}
	}
.cube5{
	max-width:14px;
	max-height:14px;
	min-width:14px;
	min-height:14px;
	background:#d7c1df;
	float:right;
	opacity:0;
	-webkit-animation: cube5 1s 0.2s ease-out 1 forwards;
	animation: cube5 1s 0.2s ease-out 1 forwards;
}
.cubes-droite .cube5{
	-webkit-animation: cube5 1s 0.7s ease-out 1 forwards;
	animation: cube5 1s 0.7s ease-out 1 forwards;
}
.cubes-milieu .cube5{
	-webkit-animation: cube5 1s 1.2s ease-out 1 forwards;
	animation: cube5 1s 1.2s ease-out 1 forwards;
}
	@-webkit-keyframes cube5 {
		from{
			opacity:0;            
		}
		to   {
		   opacity:1;            
		}
	}
	@keyframes cube5 {
		from{
			opacity:0;            
		}
		to   {
		   opacity:1;            
		}
	}
.texte-gauche p{
		position:relative;
		direction:rtl;
		float:right;
		opacity:0;
		-webkit-animation: textprojet 1s 1.2s ease-out 1 forwards;
		animation: textprojet 1s 1.2s ease-out 1 forwards;
	}
	@-webkit-keyframes textprojet {
		from{
			opacity:0;            
		}
		to   {
		   opacity:1;            
		}
	}
	@keyframes textprojet {
		from{
			opacity:0;            
		}
		to   {
		   opacity:1;            
		}
	}
.last_crea{
		max-width:55%;
		float:left;
		margin:0 2.5% 0 2.5%;
	}
	.last_crea p img{
		position:absolute;
		display:block;
		max-width:100%;
		width:100%;	
		padding:0;
		margin:0;
		z-index:3;
		opacity:0;
		-webkit-animation: tablette 1s 1.6s ease-out 1 forwards;
		animation: tablette 1s 1.6s ease-out 1 forwards;
	}
	@-webkit-keyframes tablette {
	  from, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	  }

	  0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	  }

	  20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	  }

	  40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	  }

	  60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	  }

	  80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	  }

	  100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	  }
	}
	@keyframes tablette {
	  from, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	  }

	  0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	  }

	  20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	  }

	  40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	  }

	  60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	  }

	  80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	  }

	  100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	  }
	}
	.last_crea p img.support{
		z-index:3;
	}
	.last_crea p img.capture_derniere_crea{
		z-index:10;
		width:80%;
		top:2.6vw;
		left:3.6vw;
	}
	.last_crea p span{
		margin:0 0 0 0;
		top:20vw;
	}
p.last_crea_text{
	position:relative;
	display:block;
	max-width:100%;
	padding:2.5%;
	color:#6a2990;
	opacity:0;
	float:left;
	-webkit-animation: textlastcrea 1s 2s ease-out 1 forwards;
	animation: textlastcrea 1s 2s ease-out 1 forwards;
}
	@-webkit-keyframes textlastcrea {
		from{
			opacity:0;            
		}
		to   {
		   opacity:1;            
		}
	}
	@keyframes textlastcrea {
		from{
			opacity:0;            
		}
		to   {
		   opacity:1;            
		}
	}
.last_crea p img{
	position:absolute;
	display:block;
	max-width:100%;
	width:100%;	
	padding:0;
	margin:0;
	z-index:3;
	opacity:0;
	-webkit-animation: tablette 1s 1.6s ease-out 1 forwards;
	animation: tablette 1s 1.6s ease-out 1 forwards;
}
	@-webkit-keyframes tablette {
	  from, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	  }

	  0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	  }

	  20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	  }

	  40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	  }

	  60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	  }

	  80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	  }

	  100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	  }
	}

.last_crea a{
	position:relative;
	text-decoration:none;
	top:27vw;
}
.btn-realisations{
	padding:1vw 0 1vw 0;
	margin:2vw auto 5vw auto;
	opacity:0;
	clear:both;
	-webkit-animation: btncrea .7s 2.1s ease-out 1 forwards;
	animation: btncrea .7s 2.1s ease-out 1 forwards;
}
	@-webkit-keyframes btncrea {
	  from, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	  }

	  0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	  }

	  20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	  }

	  40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	  }

	  60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	  }

	  80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	  }

	  100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	  }
	}
	@keyframes btncrea {
	  from, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	  }

	  0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	  }

	  20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	  }

	  40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	  }

	  60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	  }

	  80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	  }

	  100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	  }
	}
.last_crea a div:hover{
	background:#441a5c;
}


.texte-droite-sm p{
	position:relative;
	padding-bottom:5%;
	clear:both;
	float:left;
	opacity:0;
	-webkit-animation: textactivite 1s 1.5s ease-out 1 forwards;
	animation: textactivite 1s 1.5s ease-out 1 forwards;
}
.texte-droite p{
	position:relative;
	float:left;
	opacity:0;
	-webkit-animation: textactivite 1s 1.5s ease-out 1 forwards;
	animation: textactivite 1s 1.5s ease-out 1 forwards;
}
	@-webkit-keyframes textactivite {
		from{
			opacity:0;            
		}
		to   {
		   opacity:1;            
		}
	}
	@keyframes textactivite {
		from{
			opacity:0;            
		}
		to   {
		   opacity:1;            
		}
	}

/* ------------------------- CLOSE UP DERNIERS PROJETS ----------------------------- */

.contenant-close-up-blocks{
	width: 100%;
    padding-left: 10%;
    margin-top: 2%;
    background-color: rgba(130,0,255,0.1);
    box-shadow: inset 1px 1px 130px rgba(120,80,80,0.1);
    padding-right: 10%;
}

.close-up{
	float:left;
	padding-bottom:2%;
	padding-top:5%;
	width:30%;
	line-height: 1.5;
	font-size: 0.9em;
	display:block;	
}

.close-up p:first-letter{
	font-size: 2em;
	top:0;
	left:0;
	position:absolute;
	color:#3c1061;
	padding:0;
	line-height:1;
}
.close-up p{
	margin-top:2%;
}
.close-up img{
	box-shadow: 0.2vw 0.2vw 0.5vw rgba(94,87,79,.5);
}


.close-up-c-block, .close-up-r-block{
	margin-left:4.5%;
}





/* Section prestations */

#prestations{
	transition:1s ease;
	-webkit-transition:1s ease;
}

.section-prestations {
	background-image: url(../images/desktop.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow:hidden;
}

.section-prestations img,
.section-prestations h2,
.prestations {
	position: absolute;
}

.nexus {
	width: 6.8%;
	max-width:200px;
	top: 4vw;
	left:-10%;
}
	@keyframes nexus {
		from{left:-10%;}
		to{left:16%;}
	}
	@keyframes nexusback {
		from{left:16%;}
		to{left:-10%;}
	}

.casque {
	width: 23%;
	top: 55%;
	left:-40%;
	z-index: 1;
}@keyframes casque {
		from{left:-40%;top:55%;}
		to{left:-2%;top: 14%;}
	}
	@keyframes casqueback {
		from{left:-2%;top: 14%;}
		to{left:-40%;top:55%}
	}

.intuos {
	width: 30%;
	max-width:400px;
	top: 16vw;
	left:-40%;
	z-index: 0;
}
	@keyframes intuos {
		from{left:-40%;top:40vw;}
		to{left:0;top: 16vw;}
	}
	@keyframes intuosback {
		from{left:0%;top: 16vw;}
		to{left:-40%;top:40vw}
	}

.stylet {
	width: 10%;
	max-width:190px;
	top: 13vw;
	left: -20vw;
} 	@keyframes stylet{
	from{left:-20vw;top:3;}
	to{left:14vw;top:13vw;}
	}
	@keyframes styletback{
	from{left:14vw;top:13vw;}
	to{left:-20vw;top:3;}
	}

.pot {
	width: 6.4%;
	top: 0vw;
	left: -10vw;
}	@keyframes pot{
	from{left:-10vw;top:0;}
	to{left:24vw;top:7vw;}
	}
	@keyframes potback{
	from{left:24vw;top:7vw;}
	to{left:-10vw;top:0;}
	}

.clavier {
	width: 32%;
	max-width: 540px;
	top: -150vw;
	left: 32vw;
	opacity:0;
} @keyframes clavier{
	from {top:-150vw;opacity:0;left:10vw;}
	to {top:5vw;opacity:1;left:32vw;}
	}
	@keyframes clavierback{
	from {top:5vw;opacity:1;left:32vw;}
	to {top:-150vw;opacity:0;left:10vw;}
	}

.ecran {
	width: 50%;
	max-width:900px;
	left: 28.5vw;
	top:-200vw;
	opacity:0;
}
	@keyframes ecran{
		from{opacity:0;top:-200vw;left:15vw;}
		to{opacity:1;top:1vw;left:28.5vw;}
	}
	@keyframes ecranback{
		from {opacity:1;top:1vw;left:28.5vw;}
		to{dopacity:0;top:-200vw;left:15vw;}
	}

.souris {
	width: 6%;
	max-width: 120px;
	top: 20vw;
	left: 120%;
} 
@keyframes souris{
	from{left:120%;top:35vw;opacity:0;}
	to {left:67%;top:20vw;opacity:1;}
	}
	@keyframes sourisback{
	from {left:67%;top:20vw;opacity:1;}
	to {left:120%;top:35vw;opacity:0;}
	}

.mug {
	width: 10%;
	max-width: 170px;
	top: 14vw;
	left: 120%;
} 
	@keyframes mug{
	from{left:120%;}
	to {left:69%;}
	}
	@keyframes mugback{
	from {left:69%;}
	to {left:120%;}
	}

.tablette {
	width: 12.1%;
	max-width: 230px;
	top: 22vw;
	left: 120%;
	z-index: 1;
} 
	@keyframes tabletto{
	from{left:120%;top:50vw;opacity:0;}
	to {left:75%;top:22vw;opacity:1;}
	}
	@keyframes tablettoback{
	from {left:75%;top:22vw;opacity:1;}
	to {left:120%;top:50vw;opacity:0;}
	}

.capture_derniere_crea{
	position:absolute !important;
	display:block;
	max-width:80%;
	width: 80%;
	left: 10%;
	top: 2000%;
	padding:0;
	margin:0;
	z-index:1;
	opacity:0;
	-webkit-animation: tablette 1s 1.6s ease-out 1 forwards;
	animation: tablette 1s 1.6s ease-out 1 forwards;
}
@-webkit-keyframes tablette {
	  from, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	  }

	  0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	  }

	  20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	  }

	  40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	  }

	  60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	  }

	  80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	  }

	  100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	  }
	}
	@keyframes tablette {
	  from, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	  }

	  0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	  }

	  20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	  }

	  40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	  }

	  60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	  }

	  80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	  }

	  100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	  }
	}



.carnet {
	width: 15.6%;
	max-width: 250px;
	top: 2vw;
	left: 140%;
} @keyframes carnet{
	from{left:140%;top:-10vw;opacity:0;}
	to{left:80%;top:2vw;opacity:1;}
}

.section-prestations h2 {
    width: 90%;
    top: 58%;
    left: 5%;
    text-align: left;
}

.prestations-row-1 {
    width: 90%;
    top: 64%;
    left: 5%;
}
.prestations-row-2 {
    width: 90%;
    top: 80%;
    left: 5%;
}

.prestations-row-1 .bloc-prestations {
	width: 32.6%;
	line-height:1.2em;
	border-top: 10px solid #3c1061;
	float: left;
	box-shadow: 0 0.1vw 0.1vw #5e574f;
	margin: 0 1% 0 0;
	padding: 15px;
	color: #fff;
	background: rgba(106,41,144,.8);
}

.prestations-row-2 .bloc-prestations {
	width: 49.5%;
	line-height:1.2em;
	border-top: 10px solid #3c1061;
	float: left;
	box-shadow: 0 0.1vw 0.1vw #5e574f;
	margin: 0 1% 0 0;
	padding: 15px;
	color: #fff;
	background: rgba(106,41,144,.8);
}

.bloc-prestations p{
	width:90%;
	margin-top:20px;
}

.bloc-prestations:last-child{
	margin: 0;
	padding-bottom:15px;
}

/* Section data */
.section-data p{
	text-align:center;
}
.section-data {
	text-align: center;
}

.data_visuel {
    background: #f3ecf5;
    padding-top: 75px;
    position: relative;
}

.data_visuel h2 {
    margin-bottom: 30px;
	opacity:0;
} @keyframes fadein {
	0% {height:0;transform:scale(0);opacity:0;}
	100% {height:100%;transform:scale(1);opacity:1;}
}
.serveurs {
	opacity:0;
	max-width: 500px;
} @keyframes serveurs {
	0% {height:0;transform:scale(0);opacity:0;}
	60% {transform:scale(1.1);}
	100% {height:100%;transform:scale(1);opacity:1;}
}

.data_text {
	padding: 0px 0 30px 0;
	background: #ebdfee;

}

.data_text p:first-of-type {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    line-height: 1.6;
}

.light {
	margin-top: 15px;
	padding-top: 15px;
}

/* S E R V I C E S . P H P */

.bloc-services {
	min-height: 400px;;
}

.bloc-services {
	background-color: #6a2991;
	color: #fff;
	margin: 15px 0;
	padding: 25px;
}

.bloc-services:hover {
	background-color: #441a5c;
}

.bloc-services,
.bloc-services:hover {
	transition: all 0.4s ease;
}

.icone-services {
	text-align: center;
	font-size: 3rem;
}

.h2-services {
	color: #fff;
	font-size: 1.6rem;
	margin-bottom: 25px;
	line-height: 1.3;
}

.h2-services span {
	font-weight: bold;
}

/* ----------------------------------- H E B E R G E M E N T S . P H P ----------------------------- */

.img-hebe {
	margin: auto;
	display: block;
	max-width:607px;
	margin: 50px auto 40px auto;
}
.hebe-gauche{
	width:50%;
	float:left;
}
.hebe-droite{
	width:50%;
	float:right;
	text-align:right;
}
.hebe p, .hebe h2{
	padding:0 4%;
}

.hebe-gauche p {
	text-align: right;
	float: right;
}
.hebe-droite p{
	text-align: left;
}

.hebe-gauche h2 {
	text-align: right;
}

.hebe-droite h2 {
	text-align: left;
}

.hebe-gauche h2 {
	font-size: 1.5rem;
}

.hebe-droite h2 {
	font-size: 1.5rem;
}

.hebe-gauche h2 span,
.hebe-droite h2 span {
	font-weight: bold;
	font-size: 1.8rem;
}

/* ---------------------------- G A L E R I E . P H P -------------------------------------- */

.galerie {
	margin: 20px auto 35px auto;
}
.galerie-in, .services{
	margin-right: -15px;
	margin-left: -15px;
	padding-bottom:5%;
}
.presentation-galerie-in p {
	padding:1% 5% 5% 5%;
	text-align:center;

}
.autres-reals div{
	padding-top:2%;
}
.galerie img {
	width: 100%;
	max-width: 100%;
	margin: 15px 0;
}
.bloc-galerie{
	overflow:hidden;
}
.bloc-galerie:hover .hover-galerie {
	display: block;
	background-color: rgba(60,45,70,0.9);
	transition: all 1s ease;
}

.hover-galerie {
	background-color: rgba(0,0,0,0);
	position: absolute;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	top: 15px;
	padding: 15px;
	color: #fff;
	font-size: 0.8rem;
	display: none;
}

.nom-site {
	font-size: 1.2em;
	line-height:1.5;
	font-weight:bold;
}

.texte-rose {
	color: #d8c1de;
	line-height: 1.1;
	margin-bottom: 5px;
}

/* ---------------------------------------------- P A G E - T R A V A U X ---------------------------------------- */

.device-travaux {
	max-width: 700px;
	display: block;
	margin: 50px auto;
}
.btn-travaux {
	margin: 50px auto;
}

/* ---------------------------- Elements généraux NDD + compte + contact ----------------------------------------- */

.bloc-ndd p {
	text-align: center;
}
.bloc-ndd{
	margin-bottom:5%;
}
.formulaire {
	margin: 5% auto;
	max-width: 400px;
}

.cadre-rose {
	background-color: rgb(243, 236, 244);
	border: 2px solid rgb(214, 193, 222);
	padding:1% 5%;
	max-width: 500px;
	margin: 5% auto;
}

/* ------------------------------------ N D D - E 1 ---------------------------------- */

.h2-ndd {
	font-size: 1.5rem;
	margin-top: 0;
}

/* -------------------------------------- N D D - E 2 ------------------------------------ */

.cadre-extensions {
	padding: 25px 180px;
}

/* -------------------------------------- N D D - E 3 ------------------------------------- */

.cadre-qty {
	text-align: center;
}

.cadre-qty button {
	background-color: #6a2991;
	color: #fff;
	width: 50px;
	height: 50px;
	border: 0 none;
}

.cadre-qty input {
	max-width: 78px;
	height: 50px;
	margin: 0 5px;
	text-align: center
}

.boutons-resa {
	text-align: center;
	margin-top: 25px;
}

.boutons-resa a {
	display: inline-block;
}

/* --------------------------------------- N D D - E 4 ----------------------------------------- */

.champs-obligatoires {
	font-size: 0.8rem;
	color: #6a2991;
}

.semi-input {
	width: 49%;
}

.formulaire option {
	color: #555;
}

.formulaire input[type="text"],
.formulaire input[type="password"],
.formulaire select,
.formulaire option:first-child {
	color: #999;
}

/* -------------------------------------- N D D - E 5 ------------------------------------ */

.bloc-recap {
	max-width: 600px;
	margin: 25px auto 0 auto;
}

.bloc-recap ul {
	list-style: none;
	border: 2px solid rgb(214, 193, 222);
	padding: 25px 40px;
}

.bloc-recap ul li {
	border-bottom: 1px solid rgba(106,41,145,0.25);
	padding: 15px 0;
}

.bloc-recap ul li:last-child {
	border-bottom: 0 none;
}

.colonne {
	float: left;
}

.bloc-recap .colonne1 {
	width: 50%;
}

.bloc-recap .colonne2,
.bloc-recap .colonne3 {
	width: 25%;
	text-align: right;
}

.total-ttc {
	color: #6a2991;
	font-weight: bold;
	padding: 25px 40px 0 25px;
}

.colonne-st {
	margin-left: 50%;
}

.btn-paiement {
	margin-top: 25px;
	float: right;
}

/* ------------------------------------- C O M P T E --------------------------------------- */

.cadre-rose ul {
	list-style: none;
}

.cadre-rose ul li {
	padding: 15px 0 40px 0;
	border-bottom: 1px solid rgba(106,41,145,0.25);
}

.cadre-rose ul li:last-child {
	border: 0 none;
}

.cadre-rose .colonne1,
.cadre-rose .colonne2 {
	width: 50%;
}

.cadre-rose .colonne2 {
	text-align: right;
}

.cadre-facture {
	margin: 10% auto;
}

.icone-facture {
	margin-right: 5px;
}

/* ----------------------------------------------- C O N T A C T . P H P ------------------------------------- */

.form-control {
    padding: 10px;
    min-height: 50px;
    margin-bottom: 15px;
    border-color: rgba(106,41,144,0.25);
    border-radius: 5px;
}

.form-control:focus {
    border-color: #6a2991;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(106,41,145,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(106,41,145,.6);
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
	color:#6a2990;
	opacity:1
}

.map{
	margin-top: 25px;
}

/* -------------------------------------- F O O T E R . P H P ---------------------------- */

footer {
	background: #b189c1;
}

footer p {
	text-align: center;
	line-height: 1.5;
	padding: 35px 0;
	color: #fff;
}



/* ----------------------------------------- MAP --------------------------------------*/

.map_scroll{
	pointer-events:none;
}


/* ---------------------------------- OVERRIDE CLASS ---------------------------------------*/

.nav>li>a{
	padding:15px 7px;
}

.display-none{
	display:none !important;
}
.display-block{
	display:block !important;
}
.center-text{
	text-align:center;
}





/* ------------------------------ QUERIES  -------------------------------- */
/* ------------------------------------------------------------------------ */
/* --------------------- ECRAN :  1600 px ++  --------------------- */
@media (min-width:1600px) {
	#prestations{
		height:75vw;
	}
	.bloc-prestations{
		font-size:1.5em!important;
		min-height:10vw;
	}
	.section-prestations h2{
		top:50%;
	}
	.prestations-row-1{
		top:55%;
	}
	.prestations-row-2{
		top:70%;
	}
}/* --------------------- FIN ECRAN : 1600 px ++  --------------------- */


/* --------------------- ECRAN :  1200 px ++  --------------------- */
@media (min-width:1200px) {
	#prestations{
		height:75vw;
	}
	.section-prestations h2{
		top:50%;
	}
	.prestations-row-1{
		top:60%;
	}
	.prestations-row-2{
		top:78%;
	}
	#logo-digi-fixed a{
	padding-top:0!important;
	}
	#logo-digi-fixed img{
		max-height:55px;
		padding:10px 0;
	}
	.bloc-prestations, p.last_crea_text, .texte-droite p, .texte-gauche p  {
		font-size:1.2em;
	}
	.header-fixed a {
		font-size:1.1em;
		padding-top: 1.2em;
	}
	.cubes-droite{
		padding: 15.5vw 0 0 0;
	}
	.btn-realisations {
		font-size:1.3em;
	}
}/* --------------------- FIN ECRAN : 1200 px ++  --------------------- */


@media (min-width:992px){/* --------------------- ECRAN : 992 px ++ --------------------- */
    header-fixed{
    	height: 50px;
    }

.navbar-digi-bas {
		display: flex;
		justify-content: center;
		top: 120px;
		position: fixed;
		width: 90%;
		left: 5%;
    }
    .navbar-digi-haut{
		top: 0;
		position: fixed;
		width: 100%;
    }
}/* --------------------- FIN ECRAN : 992 px ++  --------------------- */

/* --------------------- ECRAN : 992 px < 1200px --------------------- */

@media (min-width:992px) and (max-width:1200px){
	#prestations{
		height:85vw;
	}
	.section-prestations h2{
		top:47%;
	}
	.prestations-row-1{
		top:59%;
	}
	.prestations-row-2{
		top:76%;
	}
}/* --------------------- FIN ECRAN : 992 px < 1200px --------------------- */




/* --------------------- ECRAN : 0 < 992 px  --------------------- */

@media (min-width:0px) and (max-width:992px){

.close-up{
	float:left;
	padding-bottom:2%;
	padding-top:5%;
	width:80%;
	margin-left:10%;
	line-height: 1.5;
	font-size: 0.9em;
	display:block;
}
.close-up p{
	margin-top:2%;
}
.header-initial li {
	width: calc(100% / 3);
	height:50px;
	border-right:none;
	border:.1px solid rgba(107,42,144,.2);
	background-color: #d8c1de;
	z-index:5;
}
.header-initial li:last-child {
	border-right:.1px solid rgba(107,42,144,.2);
}
.header-initial img{
	vertical-align:initial;
}
.header-initial{
	height:150px;
}
.header-initial .navbar-digi li:nth-child(2){
	border-radius:5px 0 0 0;
}
.header-initial .navbar-digi li:nth-child(2) a{
	border-radius:5px 0 0 0;
}

.header-initial .navbar-digi li:nth-child(4){
	border-radius:0 5px 0 0;
}
.header-initial .navbar-digi li:nth-child(4) a{
	border-radius:0 5px 0 0;
}

.header-initial .navbar-digi li:nth-child(5){
	border-radius:0 0 0 5px;
}
.header-initial .navbar-digi li:nth-child(5) a{
	border-radius:0 0 0 5px;
}

.header-initial .navbar-digi li:nth-child(7){
	border-radius:0 0 5px 0;
}
.header-initial .navbar-digi li:nth-child(7) a{
	border-radius:0 0 5px 0;
}
.padding-nav-0{
	padding-top:20px;
	display:block!important;
}
.padding-nav{
	margin-top:15px !important;
}
.padding-nav-2{
	margin-top:320px !important;
}
.padding-nav, .padding-nav-2, .navbar-collapse{
	-webkit-transition: 0.5s ease; /* Safari */
    transition: 0.5s ease;
}
.navbar-collapse ul{
	width:100%;
}
.navbar-toggle{
	float:left;
}
}/* --------------------- FIN ECRAN : 0 < 992 px  --------------------- */







/* --------------------- FIX Saut de line : 'Nom de domaine' --------------------- */
@media (min-width:769px) and (max-width:1059px){
	.header-fixed #ndd{
		padding-top:0.35em !important;
	}
}/* --------------------- ECRAN : 768px ++ --------------------- */

@media (min-width:769px) and (max-width:800px){
	.header-fixed .navbar-digi li:nth-child(8) a{
		padding-top:0.35em !important;
	}
}


/* --------------------- ECRAN : 768px < 992px --------------------- */

@media (min-width:768px) and (max-width:992px){
	#prestations{
		height:100vw;
	}
	.section-prestations h2{
		top:40%;
	}
	.prestations-row-1{
		top:52%;
	}
	.prestations-row-2{
		top:73%;
	}
	.navbar-digi li{
	z-index:5;
	}
	.navbar-header{
		display:none !important;
	}section:first-of-type {
    	padding-top: 210px;
	}

}/* --------------------- FIN ECRAN : 768px < 992px --------------------- */






/* --------------------- ECRAN : 768px ++ --------------------- */

@media (min-width:768px){
	.btn-compte{
		right:5%;
}
        .btn-compte2{
                right:18%;
        }
}/* --------------------- FIN ECRAN : 768px ++ --------------------- */





/* --------------------- ECRAN : 0 < 768px  --------------------- */

@media (min-width:0px) and (max-width:768px){
section:first-of-type {
    padding-top: 100px;
}
header button{
	display:block!important;
}
header .container-fluid{
	width: 100%;
    padding: 0;
}
header, .header-initial, .header-digi{
	height:90px;
}
.header-digi, .navbar-header{
	background-color:#f3ecf4;
}
.navbar-digi{
	height:auto!important;
}
.navbar-collapse{
	z-index:10;
	-moz-box-shadow: 1px 1px 1px 1px #aa99b0;
	-webkit-box-shadow: 1px 1px 1px 1px #aa99b0;
	-box-shadow: 1px 1px 1px 1px #aa99b0;
	box-shadow: 1px 1px 1px 1px #aa99b0;
}
.header-initial .navbar-default {
	bottom:-50px;
}
header li, header li a{
	width:100% !important;
	border:none!important;
	border-radius:0!important;
}
#logo-digi-fixed{
	display:none!important;
}
.btn-compte {
	margin:20px;
	width:50px!important;
	height:50px!important;
	border: 0 none;
	border-radius: 0;
	background:url(../images/moncompte.png) no-repeat !important;
	padding: 20px;
}.btn-compte span{
	display:none;
}
.btn-compte:hover {
	background:url(../images/moncompte-hover.png) no-repeat !important;
	border-bottom: 0px solid #692a92;
}

.btn-compte2 {
	margin:20px;
	width:50px!important;
	height:50px!important;
	border: 0 none;
	border-radius: 0;
	background:url(../images/moncompte.png) no-repeat !important;
	padding: 20px;
}.btn-compte2 span{
	display:none;
}
.btn-compte2:hover {
	background:url(../images/moncompte-hover.png) no-repeat !important;
	border-bottom: 0px solid #692a92;
}
header .navbar-digi li:nth-child(1) a, .navbar-digi li:nth-child(1){
	position:absolute;
}
.navbar-digi li {
	background-color: #f3ecf4;
}
.navbar-toggle .icon-bar{
	width: 27px;
	height: 2px;
	background-color: rgba(106, 41, 144,0.5)!important;
}
#plus-initial{
	z-index: 1;
	position: fixed;
	top: 25px;
    width:150px!important;
    left: calc((100% - 150px)/2)!important;
}
.logo-digi{
	padding:0;
}
/* -
------------------------ CLOSE UP DERNIERS PROJETS ----------------------------- */
.presentation-digi{
	padding-top:110px;
}
#prestations{
	height: 148vw;
	}
.bloc-prestations, .prestations, #prestations h2{
	position:relative;
	width:95% !important;
	margin-top:2% !important;
}
.prestations-rows{
	position:absolute;
	top: 30%;
}
.capture_derniere_crea{
	top: 9%;
}
.navbar-toggle{

	margin: 20px;
	border: 1.5px solid ;
	border-color:rgba(106, 41, 144,0.5)!important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}.navbar-toggle:hover{
	background-color:rgba(106, 41, 144,0.2)!important;
}
.hebe-gauche p,.hebe-gauche h2, .hebe-droite p,.hebe-droite h2{
	text-align:center!important;
}
.hebe-gauche, .hebe-droite{
	width:100%;
	padding:2% 0;
}
.texte-milieu{
	margin-top:2.5%;
}
.cubes-droite{
	padding:0;
}
.texte-gauche,.texte-droite, .texte-droite-sm, .last-crea,.texte-milieu{
	width:100%;
	margin-bottom:10px;
	margin: 0;
}
.texte-droite{
	display:none;
}
.texte-droite-sm{
	display:block;
	margin-top: -10%;
}
p.last_crea_text {
	padding: 5%;
	text-align: center;
}
.collapse, .collapsing, .collapse ul, .collapse li {
	overflow:hidden;
	font-size:1em;
	z-index:5;
}
.serveurs {
	width:90%;
	position:relative;
	left:0;
	margin:5%;
}

.data_text{
	padding: 100px 0 50px 0 !important;
}
.last-crea img{
	position:relative;
}

.bloc-services {
	min-height: 300px;
}
.bloc-services p{
	font-size: 1.5em;
    padding: 0 5%;
}
}/* --------------------- FIN ECRAN : 0 < 768px  --------------------- */




/* --------------------- ECRAN : 0 < 500 px  --------------------- */

@media (min-width:0px) and (max-width:500px){
	.capture_derniere_crea{
		top: 9%;
	}
}/* --------------------- FIN ECRAN : 0 < 500 px  --------------------- */





/* ----------------------- FIX PRESTA ----------------------------*/
/* ---------------------------------------------------------------*/


/* --------------------- ECRAN : 400 px < 500 px  --------------------- */
@media (min-width:400px) and (max-width:500px){
	#prestations{
		height: 260vw;
	}
	#prestations h2{
		top: -5%;
		font-size:2em;
	} 
	.prestations-rows{
		top:25%;
	}
	.bloc-prestations{
		width:100%;
		margin-bottom:2.5%;
	}
}/* --------------------- FIN ECRAN : 400 px < 500 px  --------------------- */


/* --------------------- ECRAN : 300 px < 400 px  --------------------- */
@media (min-width:300px) and (max-width:400px){
	.prestations-rows{
		top:20%;
	}
	#prestations{
		height: 320vw;
	}
	#prestations h2{
		top: 17%;
		font-size:2em;
	} .prestations{
		top:28%;
	}.bloc-prestations{
		width:100%;
		margin-bottom:2.5%;
	}
}/* --------------------- FIN ECRAN : 300 px < 400 px  --------------------- */


/* --------------------- ECRAN : 200 px < 300 px  --------------------- */
@media (min-width:200px) and (max-width:300px){
	.prestations-rows{
		top:9%;
	}
	#prestations{
		height: 500vw;
	}
	#prestations h2{
		top: 10%;
		font-size:2em;
	} .prestations{
		top:18%;
	}.bloc-prestations{
		width:100%;
		font-size:.85em;
		line-height:1.2;
		text-align:center;
		margin-bottom:2.5%;
	}
}/* --------------------- FIN ECRAN : 200 px < 300 px  --------------------- */
