html{
height:100%;
}


body {
max-width:100%;
font-family: 'Quicksand', serif;
color:rgba(51, 51, 51, 0.83);
font-size:18px;
height:100%;
}



@media(min-width: 992px){}
.container{
max-width: 1100px;
}
}



@media (max-width: 767px){
.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
}


h3{
font-size:30px;
color: #000;
font-family: 'Lobster Two', cursive;
margin-top: 60px;
margin-bottom: 70px;
position: relative;
display: inline-block;
}


h3:after{
border-top: 1px solid #000;
width: 172px;
content: "";
position: absolute;
bottom: -13px;
right: 0;
}


.introduction-centre{
  text-align: center;
}


p{
text-align:left;
font-size:16px;
margin-bottom:60px;
}






/*** BOUTON "HAUT DE LA PAGE" ***/



#returnOnTop {
    background: url('../img/home/return_on_top.png') no-repeat;
    bottom: 5%;
    cursor: pointer;
    display: none;
    filter: alpha(opacity = 50); /* IE < 8 */
    height: 48px;
    opacity: 0.4;
    position: fixed;
    right: 1%;
    width: 48px;
}



#returnOnTop:hover {
    filter: alpha(opacity = 100); /* IE < 8 */
    opacity: 0.8;
}






/********** HEADER *********/



header {
width: 100%;
background-color: #fff;
z-index: 999999999;
-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
-ms-transition: height 0.3s;
-o-transition: height 0.3s;
transition: height 0.3s;
}



@media (min-width: 768px){
header {
height: 150px;
position: fixed;
top: 0;
left: 0;
text-transform: none;

}
}



header .container{
height: 100%;
}


@media (max-width: 767px){
header .container{
margin:0 0 0 0;
padding:0 0 0 0;
}
}


header img#logo {
  display: block; 
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
}



header #moi{
  float: right;
  display: inline-block;
  background: url("../img/home/moi.png") no-repeat 19px 1px;
  width: 210px;
  height: 200px;
  margin-top: 12px;
}

 
header #moi:hover{
background: url("../img/home/moi_bis.png") no-repeat 19px 1px;
}



@media (max-width: 1199px){
header #moi{
display: none;
}
}


@media (min-width: 767px){
header nav {
  display: block;
  margin-top: -20px;
  margin-left: 70px;
  float: left;
  height: 70px;
}
}



header nav a {
  line-height: 180px;
  color: rgba(51, 51, 51, 0.83);
  font-size: 17px;
  margin-left:21px;
  padding: 9px 16px 9px 16px;
  background-image: url("../img/home/nav-bg.png");
  background-repeat: no-repeat;
  background-position: 0 -273px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.6s;
}




@media (max-width: 992px){
header nav a {
font-size: 15px;
margin-left: 10px;
padding: 9px 10px 9px 10px;
}
}


@media (max-width: 767px){
header nav a {
  margin-left:0px;
  line-height: 45px;
  font-size: 14px;
  padding: 0px;
  display: block;
  color: #fff;
  border-top: 1px solid rgba(245, 245, 245, 0.24);
}
}


@media (min-width: 768px){
header nav a:hover {
    background-position: 0 -180px;
}
}

header nav a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #a166be;
}
}

header nav a:hover, a:link {
text-decoration: none;
}


header nav a:first-child {
margin-left:0px;
}



header nav #active{
color:#fff; 
background-color: #E1A5FF;
}






/*** HEADER SMALLER ***/



header.smaller {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px){
header.smaller {
height: 85px;
}
}


header.smaller img#logo {
opacity: 0;
visibility: hidden;
}


header img#logo-small {
display: none;
opacity: 0;
}


header.smaller img#logo-small {
display: block;
top: 5px;
opacity: 1;
position: absolute;
}


header.smaller #moi {
opacity: 0;
visibility: hidden;
}


@media (min-width: 768px){
header.smaller nav {
margin-top: 2px;
}
}


@media (min-width: 768px){
header.smaller nav a {
line-height: 75px;
}
}


 

/********************* MENU BOOTSTRAP *********************/



#mainmenu{
display: inline-block;
}


@media (max-width: 767px){
#mainmenu{
float: right;
width: 100%;
}
}


.navbar{
border:0;
vertical-align:middle;
margin-bottom:0;
background-color:#FFF;
}


.navbar .navbar-nav {
display: inline-block;
vertical-align: top;
font-size:15px;
vertical-align:middle;
}



.navbar .navbar-collapse {
text-align: center;
vertical-align:middle;
padding-right: 0px;
padding-left: 0px;
}


@media (max-width: 767px){
.navbar .navbar-collapse {
width: 100%;
background-color: rgba(31, 30, 31, 0.82);
}
}
 

a:focus, a:hover {
text-decoration: none;
}



.icon-bar{
background-color: rgba(51, 51, 51, 0.83);
}


.navbar-toggle {
border: 1px solid rgba(51, 51, 51, 0.83);
}





/*** AFFIX ***/



@media (min-width: 768px){
.affix{
position: initial;
}
}


@media (max-width: 767px){
.affix{
top: 0;
width: 100%;
z-index: 9999 !important;
}
}


@media (max-width: 767px){
.affix ~ .container {
position: relative;
top: 50px;
}
}





/*** JUMBOTRON **/



#container-jumbotron{
position: relative;
height: 480px;
margin-top: 100px;
}

@media (max-width: 992px){
#container-jumbotron{
height: auto;
}
}

@media (max-width: 767px){
#container-jumbotron{
margin-top: 0px;
}
}

#img-jumbo-accueil{
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
}

@media (max-width: 767px){
#img-jumbo-accueil{
height: 250px;
}
}

#img-jumbo{
width: 100%;
object-fit: cover;
}

@media (max-width: 767px){
#img-jumbo{
height: 250px;
}
}






/************************ HOME ************************/



.first{
padding: 0 0 0 0;
}



#first-line{
margin-top:14%;
margin-bottom:5px;
letter-spacing:3px; 
position:relative;
text-align:center;
color:#000;
}

@media screen and (min-width: 767px) and (max-width: 992px) { 
#first-line{
margin-top:80px;
}
}


h1{
font-size:40px;
font-family: 'Megrim', cursive;
display: inline-block;
margin-top: 10px;
}

@media (max-width: 767px){
h1{
font-size:24px;
}
}



#first-line i {
vertical-align: 30%;
}

@media (max-width: 767px){
#first-line i {
vertical-align: 7%;
}
}


#first-line:before{
    border-top: 1px solid #000;
    width: 550px;
    content: "";
    position: absolute;
    top: -5px
}


@media (max-width: 767px){
#first-line:before{
width: 307px;
}
}



#second-line{
text-align:center;
color:#000;
}

#second-line:before{
    border-top: 1px solid #000;
    width: 550px;
    content: "";
    position: absolute;
}


@media (max-width: 767px){
#second-line:before{
width: 307px;
}
}


h2{
font-size:31px;
font-family: 'Lobster Two', cursive;
margin-top: 11px;
display: inline-block;
margin-bottom: 60px;

}


@media (max-width: 767px){
h2{
font-size:17px;
}
}



/*** ME RECRUTER **/


#me-recruter {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}



#phrase-me-recruter {
    position: absolute;
    top: 0;
    right: -140px;
    width: 350px;
    height: 160px;
    background: url('../img/home/fleche.png') no-repeat 30px 35px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}


#me-recruter:hover #phrase-me-recruter {
    margin-right: 110px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}


#me-recruter a {
    position: absolute;
    display: block;
    background: url('../img/home/badge.png') no-repeat;
    width: 15px;
    height: 240px;
    overflow: hidden;
    text-indent: -400px;
    top: 4px;
    right: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}

#me-recruter:hover a {
width: 125px;
}




/*** A PROPOS **/

.btn.focus, .btn:focus, .btn:hover {
color: rgba(244, 244, 244, 0.37);
}


#a-propos{
background: #FFF url("../img/home/wallpaper.jpg") center center repeat;
position: relative;
overflow: hidden;
}



.btn-extensible{
color: #fff;
font-size: 12px;
letter-spacing: 2px;
padding: 10px 19px 10px 19px;
border-radius: 5px;
background-color: #000;
text-transform: uppercase;
display: block;
margin : auto;
margin-bottom: 90px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}


@media (min-width: 481px){
.btn-extensible:hover{
padding: 10px 60px 10px 60px;
color: rgba(244, 244, 244, 0.37);
}
}


#btn-contact{
width: 200px;
}


@media (min-width: 481px){
#btn-contact:hover{
width: 400px;
}
}



#a-propos img{
margin:auto;
}





/******** SERVICES ********/



#services{
  background-color: #603c71;
  color: #fff;
}

#services h3{
  color: #fff;
}

#services h3:after{
border-top: 1px solid #fff;
width: 130px;
right: 0;
}



/***  LE TOTAL FLIP ***/

.scene{
width: 150px;
height: 150px;
/*perspective: 600px;*/
margin: 0 auto;
text-align:center;
}

.flip{
 /*transform-style: preserve-3d;*/
}

.flip,
.flip > div{
  width: inherit;
  height: inherit;
  transition: transform 1s;
}

.flip > div{
  line-height: 145px;
  position: absolute;
  backface-visibility: hidden;
}

.avant{
  transform: perspective(600px) rotateY(0deg);
}

.arriere{
  transform: perspective(600px) rotateY(180deg);
}

.scene:hover .avant{
  transform: perspective(600px) rotateY(180deg);
}

.scene:hover .arriere{
  transform: perspective(600px) rotateY(360deg);
}



.flip-img{
  margin: 0 auto;
}

/*****************/

.my-services{
  text-align: center;
}


.my-services h4{
text-transform: uppercase;
font-family: 'Quicksand', serif;
font-weight: 600;
margin-top: 20px;
margin-bottom: 20px;
}


.my-services .description{
margin-bottom: 10px;
font-size: 14px;
font-weight: 600;
}


.my-services .sous-description{
font-size: 12px;
letter-spacing:0px;
margin-bottom: 90px;
}



#btn-services{
width: 325px;
margin-top: -20px;
background-color: #fff;
color: #4d106b;
font-weight: 600;
}


@media (max-width: 481px){
#btn-services{
width: 290px;
letter-spacing: 1px;
}

}
@media (min-width: 481px){
#btn-services:hover{
width: 465px;
}
}



/****** REALISATIONS *****/



#portfolio h3:after{
width: 70px;
right: 0;
}


#portfolio #bestof{
margin-bottom: 30px;
}

#portfolio #selection{
text-align: center;
margin-bottom: 40px;
}


.da-thumbs {
  list-style: none;
  padding: 0;
}

@media (max-width: 1199px){
.da-thumbs {
text-align: center;
}
}

.da-thumbs li {
  float: left;
  margin: 6px;
  padding: 8px;
  position: relative;
}

@media (max-width: 1199px){
.da-thumbs li {
  float: none;
  display: inline-block;
}
}

.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
  width: 247px;
}

.da-thumbs li a {
  overflow: hidden;
}

.da-thumbs li a div {
  position: absolute;
  background: #333;
  background: rgba(0, 0, 0, 0.63);
  width: 100%;
  height: 100%;
}

.da-thumbs li a div span {
  display: block;
  padding: 10px 0;
  margin: 40px 20px 20px 20px;
  font-weight: normal;
  color: rgba(255,255,255,0.9);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}


#btn-portfolio{
width: 315px;
margin-top: 60px;
}

@media (max-width: 480px){
#btn-portfolio{
width: 290px;
}
}

@media (min-width: 481px){
#btn-portfolio:hover{
width: 430px;
}
}



/******** FIGURES *******/


#figures{
background: url("../img/home/earth.jpg") no-repeat center center;
background-size: cover;
height:540px;
color: #fff;
padding-top: 65px;
position: relative;
}



@media (max-width: 992px){
#figures{
height:560px;
}
}

@media (max-width: 767px){
#figures{
height:855px;
}
}


@media (max-width: 481px){
#figures{
height:800px;
}
}

#figures #moi2{
position: absolute;
right: 33px;
width: 300px;
background: url("../img/home/moi2.png") no-repeat;
height: 500px;
top: -130px;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}

#figures #moi2:hover{
background: url("../img/home/moi2_bis.png") no-repeat;
}

#figures .img-figures{
margin: 0 auto; 
width: 45%;
}


#figures .counter{
text-align: center;
font-size: 46px;
display: block;
}


#figures .description-figures{
text-align: center;
font-size: 18px;
}


@media (max-width: 992px){
.figures-full{
height:250px;
}
}



@media (max-width: 767px){
.figures-full{
height:290px;
}
}


@media (max-width: 481px){
.figures-full{
height:240px;
}
}

.parlez-moi{
background-color: rgba(0, 0, 0, 0.63);
line-height: 125px;
height: 130px;
}

@media (max-width: 992px){
.parlez-moi{
line-height: 17px;
height: 190px;
}
}


#description-parlez-moi{
font-size: 17px;
margin-bottom: 0px;
margin-left: 44px;
letter-spacing: 1px;
}



@media (max-width: 992px){
#description-parlez-moi{
line-height: 30px;
margin-top: 35px;
margin-bottom: 35px;
text-align: center;
margin-left: 0px;
}
}

@media (max-width: 481px){
#description-parlez-moi{
line-height: 26px;
margin-bottom: 30px;
margin-top: 28px;
text-align: center;
margin-left: 0px;
}
}


#btn-parlez-moi{
font-size: 12px;
margin-bottom: 0px;
margin-top: 42px;
text-transform: uppercase;
letter-spacing: 3px;
border: 1px solid #fff;
padding: 14px 45px 14px 45px;
font-weight: 500;
background-color: transparent;
border-radius: 0px;
}



@media (max-width: 992px){
#btn-parlez-moi{
margin-left: 0px;
padding: 14px 15px 14px 15px;
display: block;
}
}




/***************** PAGE SERVICES *****************/



#services-sur-mesure{
background: #FFF url("../img/home/wallpaper.jpg") center center repeat;
position: relative;
overflow: hidden;
}


#services-sur-mesure h3:after{
width: 255px;
right: 0;
}



.my-services-sur-mesure{
  text-align: center;
  height: 490px;

}

@media (max-width: 767px){
.my-services-sur-mesure{
  height: auto;
}
}

.img-sur-mesure{
width: 245px;
height:153px;
}


@media (max-width: 767px){
.img-sur-mesure{
margin: 0 auto;
}
}

.img-sur-mesure:hover{
box-shadow: 0 0 3px #666;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}



#ergonomie{
background: #FFF url("../img/services/picto/picto_ergonomie.jpg") center center no-repeat;
}

#ergonomie:hover{
background: #FFF url("../img/services/picto/picto_ergonomie_on.jpg") center center no-repeat;
}


#graphisme{
background: #FFF url("../img/services/picto/picto_graphisme.jpg") center center no-repeat;
}

#graphisme:hover{
background: #FFF url("../img/services/picto/picto_graphisme_on.jpg") center center no-repeat;
}


#webdesign{
background: #FFF url("../img/services/picto/picto_webdesign.jpg") center center no-repeat;
}

#webdesign:hover{
background: #FFF url("../img/services/picto/picto_webdesign_on.jpg") center center no-repeat;
}


#integration{
background: #FFF url("../img/services/picto/picto_integration.jpg") center center no-repeat;
}

#integration:hover{
background: #FFF url("../img/services/picto/picto_integration_on.jpg") center center no-repeat;
}


#emailing{
background: #FFF url("../img/services/picto/picto_emailing.jpg") center center no-repeat;
}

#emailing:hover{
background: #FFF url("../img/services/picto/picto_emailing_on.jpg") center center no-repeat;
}


#wordpress{
background: #FFF url("../img/services/picto/picto_wordpress.jpg") center center no-repeat;
}

#wordpress:hover{
background: #FFF url("../img/services/picto/picto_wordpress_on.jpg") center center no-repeat;
}


#referencement{
background: #FFF url("../img/services/picto/picto_referencement.jpg") center center no-repeat;
}

#referencement:hover{
background: #FFF url("../img/services/picto/picto_referencement_on.jpg") center center no-repeat;
}


#online{
background: #FFF url("../img/services/picto/picto_online.jpg") center center no-repeat;
}

#online:hover{
background: #FFF url("../img/services/picto/picto_online_on.jpg") center center no-repeat;
}


.my-services-sur-mesure h4{
text-transform: uppercase;
font-family: 'Quicksand', serif;
font-weight: 600;
margin-top: 25px;
margin-bottom: 15px;
font-size: 15px;
}


.my-services-sur-mesure .description{
margin-bottom: 10px;
font-size: 14px;
font-weight: 600;
}


.my-services-sur-mesure .sous-description{
font-size: 14px;
letter-spacing:0px;
margin-bottom: 80px;
}





/***************** JUMBOTRON SUBLIME TEXTE *****************/



#container-jumbotron-sublime{
height: 350px;
margin-top: 0px;
}

@media (max-width: 992px){
#container-jumbotron-sublime{
height: auto;
}
}

#img-jumbo-sublime{
width: 100%;
object-fit: cover;
}

@media (max-width: 767px){
#img-jumbo-sublime{
height: 250px;
}
}




/***************** COMBIEN CA COUTE *****************/


#combien-ca-coute{
position: relative;
background: #FFF /*url("../img/home/wallpaper.jpg") center center repeat*/;
}

#combien-ca-coute h3:after{
border-top: 1px solid #000;
width: 330px;
right: 0;
}

@media (max-width: 481px){
#combien-ca-coute h3:after{
width: 225px;
right: 30px;
}
}

#cout-projet{
margin-top: 0px;
display: block;
margin: 0 auto;
margin-top: -25px;
margin-bottom: 70px;
}





/********* PARLEZ-MOI **********/



#parlez-moi2{
background-color: #000;
line-height: 155px;
height: 160px;
text-align: center;
}


@media (max-width: 992px){
#parlez-moi2{
line-height: 17px;
height: 180px;
}
}


#description-parlez-moi2{
font-size: 17px;
margin-bottom: 0px;
letter-spacing: 1px;
color: #fff;
}

@media (max-width: 992px){
#description-parlez-moi2{
line-height: 30px;
margin-top: 35px;
margin-bottom: 35px;
text-align: center;
}
}

@media (max-width: 481px){
#description-parlez-moi2{
line-height: 26px;
margin-bottom: 32px;
margin-top: 30px;
text-align: center;
}
}


/***************** PAGE PORTFOLIO *****************/



#portfolio-page{
background: #FFF /*url("../img/home/wallpaper.jpg")*/ center center repeat;
position: relative;
/*overflow: hidden;
*/padding-bottom:80px; 
}


#portfolio-page h3:after{
width: 142px;
right: 0;
}

#bloc-filtres{
text-align: center;
margin-bottom: 30px;
margin-top: 40px;
font-size: 15px;
letter-spacing: 2px;
}

.filtres a{
text-decoration: none;
}

.filtres a:hover{
color:#E1A5FF;
text-decoration: none;

}




/***************** FICHE PORTFOLIO *****************/



.first{
padding: 0 0 0 0;
}



#first-line2{
margin-top:14%;
margin-bottom:0px;
letter-spacing:3px; 
position:relative;
text-align:center;
color: #fff;
}


#first-line2 h1{
font-size:56px;
font-family: 'Quicksand', serif;
display: inline-block;
margin-top: 10px;
font-weight:700;
text-transform: uppercase;
}


@media (max-width: 992px){
#first-line2 h1{
font-size:39px;
}
}

@media (max-width: 767px){
#first-line2 h1{
font-size:26px;
}
}


#second-line2{
text-align:center;
color: #fff;
}

@media (max-width: 992px){
#second-line2{
margin-bottom: 100px;
}
}

#second-line2 h2{
font-size:44px;
display: inline-block;
margin-top: 0px;
font-family: 'Quicksand', serif;
text-transform: lowercase;
}

@media (max-width: 992px){
#second-line2 h2{
font-size:29px;
}
}

@media (max-width: 767px){
#second-line2 h2{
font-size:16px;
}
}

#projet{
display: block; 
height: 100px;
visibility: hidden;
margin-top: 120px;
}


#fiche{
background: #FFF ;
padding-top: 50px;
}


@media screen and (max-width: 481px) { 
#fiche{
padding-top: 70px;
}
}


#fiche-img{
margin-top: 60px;
}


@media (max-width: 991px){
#fiche-img{
margin: 0 auto;
}
}


#texte-fiche{
  margin-top: 60px;
}

@media (max-width: 992px){
#texte-fiche{
text-align: center;
}
}

.arrows{
float: left;
padding-right: 70px;
margin-bottom: 25px;
}

@media (max-width: 992px){
.arrows{
padding-right: 0px;
margin-bottom: 0px;
display: inline-block;
float: none;
}
}

#fleches{
list-style: none;
padding-left: 0;
}



#texte-fiche .arrows #left {
background-image: url(../img/fiche/arrow-arguments-left.png);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;;
}

#texte-fiche .arrows #close {
background-image: url(../img/fiche/close.png);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;;
}

#texte-fiche .arrows #right {
background-image: url(../img/fiche/arrow-arguments-right.png);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin-right: 0px;
}


#texte-fiche .arrows #left:hover{
-webkit-transform: rotate(180deg) scaleY(1);
-moz-transform: rotate(180deg) scaleY(1);
-ms-transform: rotate(180deg) scaleY(1);
-o-transform: rotate(180deg) scaleY(1);
transform: rotate(180deg) scaleY(1);
}



#texte-fiche .arrows #close:hover {
-webkit-transform: rotate(90deg) scaleY(1);
-moz-transform: rotate(90deg) scaleY(1);
-ms-transform: rotate(90deg) scaleY(1);
-o-transform: rotate(90deg) scaleY(1);
transform: rotate(90deg) scaleY(1);
}


#texte-fiche .arrows #right:hover{
-webkit-transform: rotate(180deg) scaleY(1);
-moz-transform: rotate(180deg) scaleY(1);
-ms-transform: rotate(180deg) scaleY(1);
-o-transform: rotate(180deg) scaleY(1);
transform: rotate(180deg) scaleY(1);
}

#texte-fiche .arrows .radius {
    width: 45px;
    height: 45px;
    background: #494949 no-repeat center center;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 22px;
}

#fiche .radius{
  border-radius: 150px;
}




#fiche #categorie{
display: block;
}


@media (max-width: 992px){
#fiche #categorie{
text-align: left;
}
}



#fiche h4{
text-transform: uppercase;
font-weight: 800;
display: inline-block;
font-size: 20px;
margin-right: 5px;
}


.picto{
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
}

.picto-fiche{
margin-bottom: 8px;
margin-left: 2px;
}

#fiche h5{
font-weight: 800;
font-size: 17px;
margin-top: 30px;
}

@media (max-width: 992px){
#fiche h5{
text-align: left;
}
}


#fiche p{
  margin-bottom: 20px;
  font-size: 14px;
}

hr{
  border-color:#E1A5FF;
  width: 65px;
  text-align: left;
  margin:  0 0 0 0;
}


#btn-fiche{
    font-size: 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 28px 12px 28px;
    font-weight: 500;
    border-radius: 4px;
    width: 226px;
    display: inline;
  }


#slide-bureau{
background: #FFF url("../img/fiche/slide-bureau.jpg") center center repeat;
height: 100%;
margin-top: 80px;
}

#fiche-img2{
padding-top: 60px;
display: block;
margin: 0 auto;
margin-bottom: 40px;
}




/******** MAPS *******/




#maps{
margin-top: 150px;
}


@media (max-width: 767px){
#maps{
  margin-top: 0px;
}
}


#maps .col-xs-12{
margin:0;
padding:0;
}


#maps #map{
width: 100%;
height: 500px;
position:relative;
}


#maps #texte{
position:absolute;  
left:15%;
top:30%;
color: #fff;
}


@media (min-width: 1069px){
#maps #texte{
left:28.3%;
}
}



#maps h1{
letter-spacing: 3px;
margin-left: 7px;
margin-right:7px;
margin-bottom:  20px;
}


#maps i{
  letter-spacing: 3px;
  vertical-align: 30%;
}

#maps h1:before{
    border-top: 1px solid #fff;
    width: 550px;
    content: "";
    position: absolute;
    top: -5px;
    left:0px;
}


#maps h1:after{
    border-top: 1px solid #fff;
    width: 550px;
    content: "";
    position: absolute;
    bottom: 108px;
    left:0px;
}


#maps h2{
display: block;
}



/******** CONTACT *******/


#contact{
 margin-bottom: 80px;
}


#contact i {
 color: #E1A5FF;
 vertical-align: 5%;
}

#coordonnes:after{
    width: 137px;
    right: 0;
}


#formulaire:after{
width: 120px;
right: 0;
}

#contact h4{
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
}

#contact p{
  font-size: 14px;
  margin-bottom: 40px;

}


#contact img{
  margin-bottom: 35px;
  margin-top: 75px;
}


@media (max-width: 481px){
#contact img{
  margin-bottom: 0px;
  margin-top: 0px;
}
}


@media screen and (min-width: 481px) and (max-width: 767px) { 
#contact, #contact p{
text-align: center;
}
}



@media screen and (min-width: 481px) and (max-width: 767px) { 
#contact img{
margin: 0 auto;
}
}

/******** FORMULAIRE *******/



@media (min-width: 481px){
    .form-group{
    padding-left: 60px;
    padding-right: 60px;
    }
    }

    label{
    float:left;
    text-align:right;
    padding-top:7px;
    }
    
    input {
    height: 37px;
    padding-left: 25px;
    box-shadow: none;
    width: 100%;
    font-size: 14px;
    background-color: #F5F5F5;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    margin-bottom: 15px;
    }

@media (max-width: 481px){
    input{
    font-size: 12px;
    }
    }

    textarea {
    height: 250px;
    padding-left: 25px;
    box-shadow: none;
    width: 100%;
    font-size: 14px;
    background-color: #F5F5F5;
    padding-top: 10px;
    border: none;
    margin-bottom: 15px;
    }

@media (max-width: 481px){
    textarea{
    font-size: 12px;
    }
    }

    select {
    height: 37px;
    padding-left: 25px;
    box-shadow: none;
    width: 100%;
    font-size: 14px;
    background-color: #F5F5F5;
    border: none;
    margin-bottom: 65px;
    border-radius: 0px;
    }

@media (max-width: 481px){
    select{
    font-size: 12px;
    }
    }
 
    input:-moz-placeholder, textarea:-moz-placeholder {
    color: #555;
    }
 
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #555;
    }
 
    input.placeholder, textarea.placeholder {
    color: #555;
    }
  

    input[type="submit"]{
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    border:0px solid;
    width: 250px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 0 auto;
    display: block;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 0px;
    }

@media (min-width: 992px){
    input[type="submit"]:hover{
    width: 580px;
    }
    }

#texte_confirmation {
    margin-top: 190px;
    text-align: center;
    background-color: black;
    color: white;
    padding: 2% 0;
  }

#container-jumbotron.contact_jumbotron{
  margin-top: 0;
}

/******** ETAPES *******/


#etapes{
background: #000 url("../img/contact/fleur.jpg") no-repeat center center;
background-size: cover;
height: 480px;
color: #fff;
position: relative;
}

@media (max-width: 767px){
#etapes{
height: 980px;
background-size: initial;
}
}


#etapes h3{
color: #fff;
}


#etapes h3:after{
    border-top: 1px solid #fff;
    width: 223px;
    content: "";
    position: absolute;
    bottom: -13px;
    right: 0;
}

#etapes .etapes-bloc{
  text-align: center;
}


#etapes .numero{
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    padding: 9px 18px 9px 18px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
}



#etapes h4{
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

#etapes .texte-etape{
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
}




/******** Vous recrutez ? *******/



#vous-recrutez{
    background-color: #e9e9ea;
    height: 340px;
    color: #000;
    position: relative;
}

@media (max-width: 481px){
#vous-recrutez{
height: 600px;
}
}


@media screen and (min-width: 481px) and (max-width: 767px) { 
#vous-recrutez{
height: 800px;
}
}


#vous-recrutez h3:after{
    width: 157px;
    right: 0;
}

#vous-recrutez h5{
  text-transform: uppercase;
  text-align: center;
}


#portable{
    margin-top: -30px;
    width: 60%;
    float: right;
}

#mobile{
  width: 40%;
  float: left;
  margin-top: -50px;
}


@media (max-width: 992px){
#mobile{
  margin-top: 60px;
}
}





/****** BONUS *****/

#container-jumbotron-bonus{
position: relative;
height: 393px;
margin-top: 100px;
}


@media (max-width: 992px){
#container-jumbotron-bonus{
height: auto;
}
}

@media (max-width: 767px){
#container-jumbotron-bonus{
margin-top: 0px;
}
}

#bonus{
background: #FFF url("../img/home/wallpaper.jpg") center center repeat;
position: relative;
overflow: hidden;
}

#bonus h3:after{
width: 232px;
right: 0;
}


#bonus img{
margin: 0 auto;
margin-bottom: 60px;
}


#bonus h4{
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600;
}




/********* FOOTER **********/



@media (max-width: 768px){
footer{
height: 50px;
}
}

footer .rs {
margin-top: 38px;
margin-bottom: 30px;
text-align: center;
}


footer #texte-footer{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 11px;
margin-bottom: 0px;
line-height: 39px;
}


@media (max-width: 992px){
footer p{
text-align: center;
}
}


footer .rs a {
border-radius: 50%;
background-color: #000;
color: #fff;
margin-left: 5px;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}


footer .rs > a:hover {
background-color: #E1A5FF;
-webkit-transform: rotate(25deg) scaleY(1);
-moz-transform: rotate(25deg) scaleY(1);
-ms-transform: rotate(50deg) scaleY(1);
-o-transform: rotate(50deg) scaleY(1);
transform: rotate(50deg) scaleY(1);
}


#facebook{
padding: 10px 16px 10px 16px;
}


#google, #twitter, #linkedin{
padding: 10px 13px 10px 13px;

}


#viadeo{
padding: 10px 12px 10px 12px;
}
