

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


@import url('https://fonts.googleapis.com/css?family=Muli:400,700,800');




*,html{
    font-family: 'Muli';
}


.txt-center{text-align: center;}

.bloc-center{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    
}

/* ----------------- SECTION UN ------------------*/ 



.titre-middle{
    font-weight: 700
}


.p-middle{
    font-size: 20px;
}



.text-un{
    width: 50%
}

#quatre li{
    list-style: none;
    font-weight: 900;
    color: #3d60f5;
    font-size: 18px;
    line-height: 25px;
}

#quatre img{
    
    width: 60%;
    
}

#quatre{
    height: 80vh;
    background-image: url(../images/img/rect-1.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

#quatre span{
    color: #3d60f5;
    font-weight: 800
}

/* ----------------- SECTION DEUX ------------------*/ 



#cinq img{
    width: 85%;
    
}

#cinq{
    display: flex;
    align-content: center;
    align-items: center;
    background-color:#3d60f5;
    height: 40vh;
    background-image: url(../images/img/rect-2.png);
    background-attachment: fixed;
    justify-content: center;
    color: white
}


#trois{
    padding-top: 40px;
}













































.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 360px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
    filter: brightness(0.4);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
    text-align: center;
    padding-top: 20px;
}

figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    filter: blur(4px);
}
figure.effect-roxy:hover h2 {
	padding: 0;
    transition: 0.4s
}
figure.effect-roxy h2 {
	
    transition: 0.4s
}

figure.effect-roxy:hover:before{
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    background-color:blue;
    width: 100%;
    z-index: 0;
    left: 0;
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #9e5406;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-romeo h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
	padding: 0.25em 2em;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background: #18a367;
}

figure.effect-layla img {
	height: 390px;
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}









#techno-1 .col-md-2 {
	text-align: center;
	position: relative
}

#techno-1 .col-md-2 img {
	margin-bottom: 50px;
}

#techno-1 .col-md-2 p {
	font-weight: 600;
	color: grey;
	transition: .5s;
}

#techno-1 .col-md-2:hover:before {
	position: absolute;

	height: 130px;

	width: 130px;

	border-radius: 64px;

	background-color: none;

	top: -35px;

	content: "";

	left: 33px;

	z-index: -1;

	border: #55acee solid 2px !important;
	transition: .5s;

}

/* #techno-1 .col-md-2:nth-child(3) p{
transform: scale(1.1);
     transform: translate(0px, 30px);
     transition: .5s;
     color: #4a9bd8
 }

 #techno-1 .col-md-2:nth-child(3){

     height: 130px;

     width: 130px;

     border-radius: 64px;

     background-color: none;

     top: -35px;

     content: "";


     z-index: -1;

     border: #55acee solid 2px !important;
     transition: .5s;

 }

 #techno-1 .col-md-2:nth-child(3) img{

    margin-top: 30px

 }*/

#techno-1 .col-md-2:hover p {
	transform: scale(1.1);
	transform: translate(0px, 30px);
	transition: .5s;
	color: #4a9bd8
}

#techno-1 .col-md-2:hover img {
	transform: rotateY(360deg);
	transition: .6s
}


#techno-1 .imgcenter {
	padding: 40px 0;
}


#techno-2{
	padding-bottom: 40px;
	background-color: #eaeaea
}


#techno-2 p{
	margin-top: 30px;
	font-size: 20px;
	line-height: 35px;
}

#techno-2 img{
	width: 350px;
	margin-top: -50px;
}

#techno-2{
	margin-top: 70px;
}

#techno-2 h1{
	margin-top: 60px;
}

#techno-3{
	background-image: url(../images/webdesign/background.png);
	background-size: contain;
	background-position: left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}

#techno-3 p.imgcenter{
	font-size: 23px !important;
	font-weight: 600;
}
#techno-3 .col-md-6{
	float: right;
}

#techno-3 .info-bloc{
	padding-left: 100px;
	width: 80%;
	float: left;
	padding-left: 30px;
}

.info-bloc h2{
	color: #2481d7;
	font-weight: 600;
}

.img{
	float: left;

}

.img img{
	width: 100px;
}

.img img:hover{
	transform: rotateY(180deg);
	transition: .5s;
}

.bloc-techno{
	padding: 20px 0;
}

#techno-4{
	background-image: url(../images/webdesign/solution.png);

	background-attachment: fixed;
	color: white !important;
	padding-top: 50px;
	padding-bottom: 50px;
}

#techno-4 .carre-techno{

	border: 3px #55acee solid;
	height: 350px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 8 !important;
}

.carre-techno:before{
	content: "";
	width: 100%;
	top: 0;
	height: 100%;
	position: absolute;

	left: -400px;
	transition: all .5s;
	z-index: 0;
}

.carre-techno:hover:before{
	content: "";
	width: 100%;
	top: 0;
	height: 100%;
	position: absolute;
	background-color: rgba(85, 172, 238, 0.51);
	left: 0 !important;
	transition: all .5s;
	z-index: -1;
}

.carre-techno h2{

	font-weight: 600;
}

.carre-techno p {

	padding-top: 10px;
}

.carre-techno h2:last-child{
	padding-top: 120px;
}



#techno-5 p{

	font-size: 20px;
}

#techno-5 img{

	width: 350px;
}

#techno-5 .accueil-titre{
	padding: 40px 0;
}
#web .col-md-4{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 40px 0
}

#web .col-md-4 img{

	width: 80px;
}

#web .col-md-4 span {

	font-size: 20px;
	font-weight: 600;
	color: #2481d7;
}

#web .col-md-4 p{
	width: 80%;
	color: grey
}

#web .col-md-4 span{

	padding: 20px 0;
}

.btn-edi{
	margin-top: 50px;

	width: 108%;

	border: solid 1px #55acee;

	padding: 4px;

	color: white;

	background-color: #55acee;
	display: none;
}




.hover-edi{
	position: relative;
	overflow: hidden;
}

.hide-edi{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 100%;
	background-color: #051729;
	transition: .5s all;
	opacity: .8;
	color: WHITE;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.hover-edi:hover .hide-edi{

	right: 0;
	transition: .5s all;
}




.hide-edi div{
	border: 1px solid white;
	padding: 10px;
	font-size: 20px;
	position: relative;
	overflow: hidden
}

.hide-edi div:before{

	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: white;
	top: 0;
	left: 0;
	left: 100%;
	transition: all .5s;
}

.hide-edi div:hover:before{

	left: 0;
	background-color: black;
	opacity: .5;

}



.hide-edi div:hover{
	transition: .5s;

}















.container-box{
	width: 100vw;
	height: 400px;
	display: flex;
	box-sizing: border-box;
}

.container-box .box {
	width: 20vw;
	text-align: center;
	cursor: pointer !important;
	flex-grow: 1;
	background-size: cover;
	background-position: center;
	transition: 1s;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	position: relative
}

.container-box .box:before{

	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 0;
	transition: all .5s;

}

.box h1 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;

	transition: .5s;
	position: absolute;
}


.box h1 span {
	background: rgba(255, 255, 255, 0);
	width: 100%;
	transition: 1s;
	color: #FFF;
	padding: 25px 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.box:hover h1 span {
	color: #262626;
	background: rgba(255, 255, 255, 0.8);
	letter-spacing: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.box:hover h1  {
	background: rgba(0, 0, 0, 0);

	transform:translateY(-80px)
}

.box:hover {
	width: 40vw;
}

.box:hover:before{
	background: none;
}

.container-box .box:nth-child(1) {

	background: url(../images/webdesign/pole/techno-consult.jpeg);
}
.container-box .box:nth-child(2) {
	background: url(../images/webdesign/pole/techno-techno.jpg);
    background-size: cover;
}
.container-box .box:nth-child(3) {
	background: url(../images/webdesign/pole/techno-talent.jpeg);
}
.container-box .box:nth-child(4) {
	background: url(https://img3.goodfon.ru/wallpaper/big/7/5b/fresh-fruits-berries-3920.jpg);
}
.container-box .box:nth-child(5) {
	background: url(http://3.bp.blogspot.com/-FRQ3Bu1X9A8/VHu-XjB-UyI/AAAAAAAAANc/PZ7Kb0ZofwI/s1600/gomitas_al_sol1.jpg);
}

.pole-hide{
	position: absolute;

	color: white;

	bottom: 10px;
	display: none;
}

.pole-hide:nth-child(3){
	bottom: 130px !important
}

section{
	overflow: hidden;
}


