/*
Theme Name: Theme site pirate 2
Author: Yellow
Version: 3.0.0.2
Description: Thème Squelette - 3.0.0.2  mise à jour du form contact (placeholder + mail copie admin + mail reponse internaute)
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* 

SOMMAIRE
--------

Possibilité de recherche via le numéro (1.0, 2.0...)


1.0 - Reset

2.0 - Utiles

3.0 - Typos

4.0 - Général

5.0 - Liens & Boutons

6.0 - Formulaires

7.0 - Structure

8.0 - Header

9.0 - Footer

10.0 - Menu

*/


/*
-----------
1.0 - Reset
-----------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
input, a, textarea
{
  outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b, strong
{
	font-weight: bold;
}
i, em
{
	font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
}

/*
------------
2.0 - Utiles
------------
*/

.left, .alignleft
{
  float: left;
}
.alignleft {
  margin-right: 15px;
}
.right, .alignright
{
  float: right;
}
.alignright {
  margin-left: 15px;
}
.alignnone {
  margin:20px;
  display: block;
}
.aligncenter {
  margin: 0 auto;
  display: block;
}
.clear
{
	clear: both;
}
.centrer,
.container
{
	width: 980px;
	margin:0 auto;
}


/*
-----------
3.0 - Typos
-----------
*/



/*
-------------
4.0 - Général
-------------
*/

body {
  font-weight: 400;
  font-size: 13px;	
  background: #111111;
  font-family: 'Open Sans', sans-serif;
  color:#fff;
}
h1 {
  font-size: 118px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  line-height: 140px;
}
h2 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  line-height: 80px;
}
h3 {

}
h4 {

}
h5 {

}
h6 {

}
p {

}


/*
---------------------
5.0 - Liens & Boutons
---------------------
*/

a,
a:before
{
	text-decoration: none;
	color:#333;
  -moz-transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
a:hover
{
	text-decoration: underline;
	color:#555;
}


/*
-----------------
6.0 - Formulaires
-----------------
*/

.champ-antispam {
  display: none;
}
input {

}
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus
 {
  outline: none;
}



/*
---------------
7.0 - Structure
---------------
*/

#main
{
	clear: both;
}
#page {
  min-width: 980px;
}


/*
----------
8.0 - Header
----------
*/

header {

}


/*
----------
9.0 - Footer
----------
*/



/*
----------
10.0 - Menu
----------
*/


.logo-menu
{
  padding: 40px;
  overflow: auto;
}

.logo-menu #logo
{
  float: left;
  perspective: 1000;
  -moz-transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.logo-menu #logo img
{
  -moz-transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}



.logo-menu #logo:hover img
{
  transform: rotateY(180deg) rotateX(180deg) rotate(180deg);
}

.logo-menu #menu
{
  float: right;
}

.logo-menu #menu > li
{
  float: left;
}

.logo-menu #menu > li > a
{
  cursor: pointer;
  color:#fff;
  display: block;
  margin-left: 50px;
  line-height: 52px;
  height: 52px;

  overflow: hidden;
  font-size: 24px;
  font-family: 'Oswald';
  color:#fff;
  text-transform: uppercase;

  position: relative;

  -moz-transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.logo-menu #menu > li > a span
{
	-moz-transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;

  display: block;
}

.logo-menu #menu > li > a span::after
{
	content: attr(data-hover);
	display: block;
  color:#b59758;

}


.logo-menu #menu > li > a:hover span
{
	margin-top: -52px;
}

.logo-menu #menu a .active
{
  color:#b59758;
  text-decoration:none;
  margin-top: 0!important;
}

.logo-menu #menu a:hover 
{
  
  text-decoration:none;
}

.logo-menu #menu a img
{
  display: block;
  padding: 10px 0;

  opacity: 1;
  -moz-transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.logo-menu #menu a:hover .monte
{
  margin-top: -52px;
}
/*
.logo-menu #menu a.mail
{
  background: url('images/mail-head-hover.png') no-repeat center center;
}

.logo-menu #menu a.facebook
{
  background: url('images/facebook-head-hover.png') no-repeat center center;
}

.logo-menu #menu a.instagram
{
  background: url('images/instagram-head-hover.png') no-repeat center center;
}

.logo-menu #menu a.vimeo
{
  background: url('images/vimeo-head-hover.png') no-repeat center center;
}*/

.centrer
{
  width: 2000px;
}

.bloc-accueil
{
  position: absolute;
  left: 50%;
  top:50%;

  margin-left: -1000px;
  margin-top: -225px;

}

.page-template-template-accueil #main
{
  position: fixed;
  height: 100%;
  line-height: 100%;
  width: 100%;
  z-index: 1;
  top:0;
}

.page-template-template-accueil #branding
{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  z-index: 9999;
}




.bloc-accueil .centrer h1
{
  height: 280px;
}

.bloc-accueil h1 a
{
  color:#b59758;
  float: left;
  line-height: 100px;
  margin-top: 30px;

}
.bloc-accueil h1 a+a
{

  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #fff;
}

.bloc-accueil h1 a:hover
{
  text-decoration: none;
  color:#fff;
}

.bloc-accueil .bouton
{
  margin-top: 80px;
}

a.bouton
{
  line-height: 85px;
  display: inline-block;
  padding-left: 40px;
  padding-right: 30px;
  overflow: visible;
  color:#fff;
  border:2px solid #fff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-family: "Oswald";

  position:relative;
  z-index: 9;

}

a.bouton::before
{

  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #b59758;
  content: '';
  z-index: -5;

  overflow: hidden;
  color:#fff;


  -moz-transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;


}

a.bouton:hover::before
{
  width: 100%;

}



.bouton span
{
  background:url('images/fleche-bouton.png') no-repeat center center;
  width: 14px;
  height: 85px;
  margin-left: 26px;
  float: right;
}

a.bouton:hover
{
  text-decoration: none;
  /*border-color: #b59758;*/
}


.bloc-bouton-fin-real
{
  text-align: center;
  padding-top: 50px;
}

.bloc-bouton-fin-real .bouton
{
  font-size: 18px;
  line-height: 65px;
}


#site-generator
{
  padding: 40px;
  color:#606060;
}

.page-template-template-accueil #site-generator
{
  position: fixed;
  bottom:0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.page-template-template-agence #site-generator
{
}

.fond-video-accueil {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  width: 100%; 
  height: 100%;
  z-index: -100;
}

#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
  opacity: .6;
}

.fond-agence
{
  background: url(images/fond-agence.jpg) no-repeat center top;
  height: 800px;
  width: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: -100;
}

.contenu-agence
{

}

.contenu-agence h1
{
  margin-top: 300px;
}

.contenu-agence .sous-titre
{
  font-family: 'Oswald';
  color:#b59758;
  font-size: 70px;
  text-transform:uppercase;
  margin-bottom: 120px;
}

.contenu-agence .sous-titre span
{
  font-family: 'Playfair Display', serif;
  color:#fff;
  text-transform: none;
}

.blocs-flex
{
  width: 100%;
  overflow: hidden;
}

.sidebar-fix
{
  width: 665px;
  float: right;
  background: #1e1e1e;
}

.content-flex
{
  margin-right: 665px;
}

.texte-sidebar
{
  padding: 85px;
  margin-bottom: 140px;
}

.texte-sidebar .trait
{
  width: 60px;
  height: 1px;
  display: block;
  margin-bottom: 60px;
  background: #b59758;
}

.texte-sidebar p
{
  line-height: 30px;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 30px;
}

.texte-sidebar p em
{
  font-size: 25px;
  font-family: 'Playfair Display', serif;
}

.texte-sidebar .titre-tel
{
  font-size: 32px;
  line-height: 32px;
  font-family: 'Oswald';
  text-transform: uppercase;
  padding-bottom: 5px;
  display: block;
}

.texte-sidebar .telephone
{
  font-size: 24px;
  display: block;
  line-height: 32px;
}

.map-agence
{
  margin-bottom: 120px;
}

.map-agence img
{
  display: block;
  width: 100%;
  height: auto;
}

.map-agence .titre-agence
{
  line-height: 70px;
  font-family: 'Oswald';
  text-transform: uppercase;
  margin-top: 40px;
  text-align: center;
  display: block;
  font-size: 32px;
  letter-spacing: .2em;
}

.map-agence .adresse-agence
{
  text-align: center;
  display: block;
  font-size: 16px;
}

.texte-sidebar-3 a
{
  display: block;
  line-height: 32px;
  color:#fff;
  font-size: 16px;
  margin-top: 25px;
}

.texte-sidebar-3 a img
{
  float: left;
  margin-right: 20px;
}

.texte-sidebar-3 a:hover
{
  color:#b59758;
  text-decoration: none;
}

.texte-sidebar-3 .facebook img
{
  margin-left: 6px;
  margin-right: 26px;
}

.texte-sidebar-3 .vimeo img
{
  margin-left: 2px;
  margin-right: 21px;
}

.equipage
{
  width: 960px;
  margin: 0 auto;
  margin-top: 150px;
  padding-bottom: 250px;
}

.equipage .liste-equipe
{
  overflow: auto;
  margin-top: 40px;
}

.equipage .liste-equipe .bloc-perso
{
  width: 300px;
  height: 490px;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #1e1e1e;

  overflow: hidden;

  -moz-transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.equipage .liste-equipe .bloc-perso:hover
{
  background: #111111;
}

.equipage .liste-equipe .bloc-perso img
{
  position: absolute;
  top:0;
  left: 0;
    -moz-transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;

  opacity: 1;
}

.equipage .liste-equipe .bloc-perso img+img
{
  opacity: 0;
}

.equipage .liste-equipe .bloc-perso:hover img
{
  opacity: 0;
  top:-50px;
}

.equipage .liste-equipe .bloc-perso:hover img+img
{
  top:-50px;
  opacity: 1;
}

.equipage .liste-equipe .bloc-perso .nom
{
  font-size: 38px;
  color:#fff;
  font-family: 'Oswald';
  position: absolute;
  width: 100%;
  left: 0;
  bottom:-48px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;

  -moz-transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.equipage .liste-equipe .bloc-perso .metier
{
  font-size: 20px;
  color:#b59758;
  font-family: 'Oswald';
  position: absolute;
  width: 100%;
  left: 0;
  bottom:-300px;
  line-height: 20px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;

  -moz-transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.equipage .liste-equipe .bloc-perso:hover .nom
{
  bottom:80px;
}

.equipage .liste-equipe .bloc-perso:hover .metier
{
  bottom:40px;
}

.clients
{
  width: 960px;
  margin: 0 auto;
}

.clients h2
{
  padding-bottom: 35px;
}

.clients p
{
  font-size: 16px;
  line-height: 30px;
}

.clients p del
{
  text-decoration: none;
  color:#b59758;
}

.liste-realisations
{
  overflow: auto;
  min-height: 33.33vw;
}

.liste-realisations a
{
  float: left;
  width: 33.33%;
  position: relative;
  overflow: hidden;

  opacity: 1;
  visibility: visible;

  -moz-transition:all .5s ease-in-out;
  -webkit-transition:all .5s ease-in-out;
  transition:all .5s ease-in-out;
}

.liste-realisations a.bloc-realisation-masque
{
  opacity: 0;
  visibility: hidden;

  width: 0;
}

.liste-realisations a .image-bloc
{
  width: 100%;
  height: auto;
  display: block;
}

.liste-realisations a .mobile
{
  display: none;
}

.liste-realisations a .desktop
{
  display: block;
}

.liste-realisations .logo-bloc
{
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  text-align: center;
  top:-10vw;


  -moz-transition:all .5s ease-in-out;
  -webkit-transition:all .5s ease-in-out;
  transition:all .5s ease-in-out;

}

.liste-realisations .logo-bloc img
{
  display: inline-block;
  max-width: 40%;
	height: auto;
}

.liste-realisations h3
{
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  -moz-transition:all .5s ease-in-out;
  -webkit-transition:all .5s ease-in-out;
  transition:all .5s ease-in-out;

  z-index: 99;
  color:#b59758;
  text-transform: uppercase;
  font-family: 'Oswald';
  top:35vw;
  font-size: 3.25vw;
}

.liste-realisations h4
{
  position: absolute;
  z-index: 99;
  text-align: center;
  left: 0;
  width: 100%;
  -moz-transition:all .6s ease-in-out;
  -webkit-transition:all .6s ease-in-out;
  transition:all .6s ease-in-out;

  color:#fff;
  top:50vw;
  font-size: 1.25vw;
}

.liste-realisations .masque
{
  position: absolute;
  top:0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  background:  #111111;
  background-size: 60px auto;
  -moz-transition:all .5s ease-in-out;
  -webkit-transition:all .5s ease-in-out;
  transition:all .5s ease-in-out;
}

.liste-realisations a:hover .logo-bloc 
{
  top:6vw;
}

.liste-realisations a:hover h3
{
  top:15vw;
}

.liste-realisations a:hover h4
{
  top:20vw;
}

.liste-realisations a:hover .masque
{
  opacity: .85;
}

.fond-realisations {
    background:  url("images/fond-reals.jpg") no-repeat scroll center top;
    height: 800px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -100;
}


.bloc-realisations h1 {
    margin-top: 300px;
}

.bloc-realisations h2
{
  display: inline-block;
  color:#b59758;
  -moz-transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  cursor: pointer;
  line-height: 60px;
}

.bloc-realisations h2+h2
{
  border-left: 1px solid #fff;
  margin-left: 20px;
  padding-left: 20px;
}

.bloc-realisations h2:hover,
.bloc-realisations h2.active
{
  color:#fff;
}

.bloc-realisations .liste-tri
{
  padding-bottom: 110px;
}

.header-realisation
{
  margin:0 auto;
  display: block;
  width: 100%;
}

.bloc-page-realisation
{
  padding-top: 130px;
  padding-bottom: 130px;
}

.bloc-page-realisation .centrer
{
  overflow: auto;
}

.bloc-page-realisation .left
{
  width: 200px;
}

.bloc-page-realisation .left img
{
  display: block;
  max-width: 80%;
  height: auto;
}

.bloc-page-realisation .right
{
  width: 1700px;
  padding-left: 60px;
  border-left: 1px solid #b59758;
  padding-bottom: 20px;
}

.bloc-page-realisation .right p
{
  font-size: 24px;
  line-height: 44px;
}

.bloc-page-realisation .right p a
{
  color:#bbb;
}

.images-realisation
{
  overflow: auto;
}

.images-realisation img
{
  float: left;
}

.images-realisation .carre-mille
{
  width: 50%;
  height: auto;
}

.images-realisation .rectangle-mille
{
  width: 100%;
  height: auto;
}

.texte-rea
{
  float: left;
  width: 100%;
  padding: 130px 0;
  font-size: 24px;
  line-height: 44px;

}

.texte-carre
{
  width: 50%;
  height: 50vw;
  padding: 0;
  font-size: 24px;
  line-height: 44px;
  position: relative;
}

.texte-carre .centre-texte-carre
{
  width: 90%;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);
}

.loader {

position : fixed;
z-index: 999999;
top : 0px;
left : 0px;
height : 100%;
width : 100%;
cursor : wait;
  background: #111;
}

.loader img
{
  position: absolute;
  top:50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -25px;


  -moz-transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;

  animation: loading 1.5s ease-in-out infinite;

}

@keyframes loading {
  0% {
    
    transform: rotateY(0deg) rotateX(0deg) rotate(0deg);
  }
  35% {
    
    transform: rotateY(0deg) rotateX(0deg) rotate(0deg);
  }
  50%
  {
    transform: rotateY(180deg) rotateX(180deg) rotate(180deg);
  }
  65% {
    
    transform: rotateY(180deg) rotateX(180deg) rotate(180deg);
  }
  100%{
    transform: rotateY(180deg) rotateX(180deg) rotate(180deg);
  }
}
   

.video-wrapper
{
  position: relative;
  float: left;
  width: 100%;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

   

.video-header
{
  position: relative;
  width: 100%;
  height: 0;
}
.video-header iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bloc-iframe-contact
{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 9999999;

  opacity: 1;
  visibility: none;
  -moz-transition: .5s all ease-in-out;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.bloc-iframe-contact-visible
{
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.bloc-iframe-contact .fond-pop-in
{
  background: #111;
  opacity: .7;
  width: 100%;
  height: 100%;
}

.bloc-iframe-contact .pop-in
{
  height: 520px;
  width: 460px;
  position: absolute;
  top:50%;
  left: 50%;
  margin-left: -230px;
  margin-top: -260px;
  background: #111111;
}

.bloc-iframe-contact .pop-in iframe
{
  height: 520px;
  width: 460px;
}

.bloc-iframe-contact .pop-in .croix
{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 13px;
  top:13px;
  background: url('images/croix-popin.png') no-repeat center center;
  cursor: pointer;

  -moz-transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.bloc-iframe-contact .pop-in .croix:hover
{
  transform: rotate(180deg);
}

.page-template-template-contact #branding,
.page-template-template-contact #colophon,
.page-template-template-merci #branding,
.page-template-template-merci #colophon
{
  display:  none;
}


.bloc-contact
{

}


.bloc-contact .titre-contact
{
  font-family: 'Oswald';
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-bottom: 20px;
}

.bloc-contact .colonne-1 > div
{
  height: 45px;
  border-bottom: 1px solid #414141;
  width: 320px;
  margin: 0 auto;
  position: relative;
}

.bloc-contact .colonne-1 > div label
{
  display: block;
  width: 100px;
  float: left;
  line-height: 45px;
  color:#414141;
  letter-spacing: .2em;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: 300;
}

.bloc-contact .colonne-1 > div input
{
  height: 35px;
  line-height: 35px;
  font-size: 35px;
  margin-top: 5px;
  float: right;
  width: 220px;
  padding: 0;
  border:0;
  background: none;
  color:#b59758;

  letter-spacing: .2em;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: 300;

  position: absolute;
  width: 220px;
  left: 0;
  padding-left: 100px;
}

.bloc-contact .colonne-1 > div .error
{
  height: 10px;
  margin-top: 5px;
  float: right;
  width: 220px;
}

.bloc-contact .colonne-1 > .champ-textarea .error
{
  height: 35px;
  line-height: 35px;
}

.bloc-contact .colonne-1 > div .error + input
{
  line-height: 20px;
  height: 20px;
  top:0;
  padding-top: 20px;
}

.bloc-contact .colonne-1 > div textarea
{
  float: left;
  width: 298px;
  border:1px solid #414141;
  border-top: none;
  background: none;
  padding: 10px;
  letter-spacing: .2em;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: 300;
  line-height: 20px;
  color:#b59758;
  height: 70px;
  resize: none;
}

.bloc-contact input[type="submit"]
{
  width: 200px;
  height: 60px;
  border:1px solid #fff;
  padding-right: 28px;
  color:#FFF;
  background: none;
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  letter-spacing: .2em;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Oswald';
  background:  url('images/fleche-contact.png') no-repeat right 40px center;

  -moz-transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;

}

.bloc-contact input[type="submit"]:hover
{
  cursor: pointer;
  border:1px solid #b59758;
  color:#b59758;
}


.bloc-merci
{
  margin-top: 50px;
  text-align: center;
  padding: 0 20px;
}

.bloc-merci p
{
  font-size: 16px;
  line-height: 30px;
}

.desktop
{
  display: block;
}

.mobile
{
  display: none;
}

.to-the-top
{
	background: url('images/to-the-top.png') no-repeat center 5px;
	width: 30px;
	padding-top: 30px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	color:#fff;
}

.to-the-none
{
	right:-30px; 
}

.to-the-top:hover
{
	text-decoration:none;
	background-position: center 0;
	color:#fff;
}






































.page-template-template-espace-client #branding,
.page-template-template-espace-client #colophon,
.page-template-template-realisation-cache #branding,
.page-template-template-realisation-cache #colophon
{
  display: none!important;
}

.header-espace
{
  text-align: center;
}

.header-espace .logo-menu #logo
{
  float: none;
  display: inline-block;
}

.contenu-espace form
{
  margin: 0 auto;
  width: 370px;
}


.contenu-espace form > div
{
  height: 45px;
  border-bottom: 1px solid #414141;
  width: 370px;
  margin: 0 auto;
}

.contenu-espace form > div label
{
  display: block;
  width: 150px;
  float: left;
  line-height: 45px;
  color:#414141;
  letter-spacing: .2em;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: 300;
}

.contenu-espace form > div input
{
  height: 35px;
  line-height: 35px;
  font-size: 35px;
  margin-top: 5px;
  float: right;
  width: 220px;
  padding: 0;
  border:0;
  background: none;
  color:#b59758;

  letter-spacing: .2em;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: 300;
}


.contenu-espace form input[type="submit"]
{
  width: 370px;
  height: 60px;
  border:1px solid #fff;
  color:#FFF;
  background: none;
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  letter-spacing: .2em;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Oswald';

  -moz-transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;

}

.contenu-espace form input[type="submit"]:hover
{
  cursor: pointer;
  border:1px solid #b59758;
  color:#b59758;
}

.liste-real-cache
{
  text-align: center;
}

.liste-real-cache > a
{
  display: inline-block;
  width: 180px;
  height: 120px;
  position: relative;
  margin: 10px;
  text-align: center;
}

.liste-real-cache > a:hover
{
  opacity: .7;
}

.liste-real-cache > a img
{
  max-width: 180px;
  max-height: 80px;
  margin: 0 auto;
}

.liste-real-cache > a span
{
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  color:#fff;
}

.texte-liste-real-cache
{
  padding: 50px 0;
  width: 980px;
  margin: 0 auto;
}



.heade-crea
{
  overflow: auto;
  padding-bottom: 50px;
}

.heade-crea .left
{
  width: 180px;
  margin-bottom: 20px;

}

.heade-crea .left img
{
  display: block;
  max-width: 180px;
  max-height: 80px;
  margin: 0 auto;
  margin-top: 30px;
}

.heade-crea .right
{
  width: 780px;
  margin-bottom: 20px;
}

.heade-crea .right .titre-real
{
  
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  color:#fff;
  display: block;
  margin-bottom: 10px;
}

.contenu-espace p
{
  line-height: 20px;
}

.video-cache
{
  position: relative;
  margin-bottom: 50px;
}

.video-cache iframe
{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
}

.pdf-cache
{
  margin-bottom: 50px;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}

.pdf-cache iframe
{
   width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
}

.images-cache
{

}


.images-cache img
{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  
  .texte-liste-real-cache
  {
    width: auto;
  }

  .heade-crea .left
  {
    float: none;
    margin: 0 auto;
  margin-bottom: 20px;
  }

  .heade-crea .right
  {
    float: none;
    margin: 0 auto;
  margin-bottom: 20px;
    width: auto;
  }
}






































@media (max-width: 2000px) {

  .centrer
  {
    width: 1600px;
  }

  .bloc-accueil
  {
    margin-left: -800px;
  }

  .bloc-page-realisation .right
  {
    width: 1300px;

  }

}


@media (max-width: 1600px) {

  h1
  {
    font-size: 60px;
    line-height: 80px;
  }

  .centrer
  {
    width: 980px;
  }

  .bloc-accueil h1 a
  {
    line-height: 55px;
    margin-top: 10px;
  } 

  .bloc-accueil .centrer h1
  {
    height: 160px;
  }

  .bloc-accueil .bouton
  {
    margin-top: 40px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 16px;
  }

  .bloc-accueil .bouton span
  {
    background-image: url('images/fleche-contact.png');
    width: 10px;
    margin-left: 20px;
    height: 60px;
  }

  .bloc-accueil {
    margin-left: -490px;
    margin-top: -133px;
  }

  .fond-agence
  {
    height: 410px;
    background-size: 1600px auto;
    background-position: center;
  }

  .contenu-agence h1
  {
    margin-top: 80px;
  }

  .contenu-agence .sous-titre
  {
    font-size: 36px;
    margin-bottom: 80px;
  }

  .sidebar-fix
  {
    width: 365px;
    padding-bottom: 100px;
  }

  .content-flex
  {
    margin-right: 365px;
  }

  .texte-sidebar p
  {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 30px;
  }

  .texte-sidebar
  {
    margin-bottom: 20px;
    padding: 50px;
  }

  .texte-sidebar .telephone
  {
    font-size: 16px;
    line-height: 24px;
  }

  .texte-sidebar .titre-tel
  {
    font-size: 24px;
    line-height: 30px;
  }

  .map-agence .titre-agence
  {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    padding-left: 50px;
    margin-bottom: 5px;
  }

  .map-agence .adresse-agence
  {
    line-height: 30px;
  }

  .map-agence .adresse-agence
  {
    padding-left: 50px;
    text-align: left;
  }


  .map-agence {
      margin-bottom: 50px;
  }

  .equipage .liste-equipe .bloc-perso
  {
    width: 240px;
    height: 390px;
  }

  .equipage
  {
    width: 780px;
    padding-bottom: 130px;
  }

  .equipage .liste-equipe .bloc-perso .nom
  {
    font-size: 30px;
    line-height: 38px;
  }

  .equipage .liste-equipe .bloc-perso:hover .nom
  {
    bottom: 65px;
  }

  .equipage .liste-equipe .bloc-perso .metier
  {
    font-size: 16px;
    line-height: 16px,
  }

  .equipage .liste-equipe .bloc-perso:hover .metier
  {
    bottom: 30px;
  }

  .clients
  {
    width: 780px;
  }

  h2
  {
    font-size: 36px;
    line-height: 46px;
  }

  .bloc-realisations h2
  {
    line-height: 30px;
  }

  .bloc-realisations h2 + h2
  {
    margin-left: 10px;
    padding-left: 10px;
  }

  .fond-realisations
  {
    height: 410px;
    background-size: 1600px auto;
    background-position: center;
  }

  .bloc-realisations h1
  {
    margin-top: 80px;
  }

  .bloc-realisations .liste-tri
  {
    padding-bottom: 80px;
  }

  .liste-realisations .masque
  {
    background-size: 50px;
  }

  .bloc-page-realisation .right
  {
    width: 760px;
  }

  .bloc-page-realisation .left
  {
  	width: 150px;
  }

  .bloc-page-realisation .right p
  {
    font-size: 16px;
    line-height: 30px;
  }


}


@media (max-width: 1200px) {

  .clients
  {
    width: 520px;
    padding-bottom: 100px;
  }

  .equipage
  {
    width: 520px;
  }

}


@media (max-width: 1000px) {

  #page {
  	min-width: 320px;
      margin: 0 auto;
      width: 320px;
      overflow: hidden;
  }

  .page-template-template-accueil #page
  {

  }

  .centrer
  {
    width: 320px;
  }

  #video-background
  {
    display: none;
  }

  .bloc-accueil
  {
    margin-left: 0;
    margin-top: -102px;
    left: 0;
  }

  .page-template-template-accueil #main
  {
  	width: 320px;
  }

  .logo-menu
  {
    padding: 20px 0;
    width: 320px;
    margin: 0 auto;
  }

  #menu
  {
    display: none;
  }

  .menu-mobile
  {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top:92px;
    display: block!important;
    z-index: 9999;
  }
  
  .logo-menu #menu.menu-mobile > li 
  {
    float: none;
  }

  .logo-menu #menu.menu-mobile > li > a
  {
    display: block;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #333;
    text-align: center;
  }

  .logo-menu #menu.menu-mobile a img
  {
    margin: 0 auto;
    margin-top: 10px;
    padding: 0;
  }

  .logo-menu #menu.menu-mobile a:hover .monte
{
  margin-top: -32px;
}



  .burger
  {
    float: right;
    width: 40px;
    height: 40px;
    background: #FFF;
    margin-top: 6px;
    background: url('images/burger.png') center center;
    cursor: pointer;
  }

  .burger-x
  {
    background: url('images/burger-x.png') center center;
  }

  h1 {
      font-size: 30px;
      line-height: 40px;
      text-align: center;
  }
  
  .bloc-accueil h1 a
  {
    font-size: 24px;
    line-height: 20px;
  }
  .bloc-accueil h1 a
  {
    font-size: 24px;
    line-height: 20px;
    display: inline-block;
    float: none;
  }

  .bloc-accueil h1 a+a
  {
    padding-left: 5px;
    margin-left: 5px;
  }

  .bloc-accueil .centrer h1
  {
    height: 100px;
  }

  .bloc-accueil .bouton
  {
    display: block;
    width: 160px;
    margin: 0 auto;
    margin-top: 40px;
  }

  #site-generator
  {
    padding: 20px 0;
    text-align: center;
  }

  #site-generator .left
  {
    float: none;
  }

  .video-header
  {
    /*display: none;*/
  }

  .content-flex
  {
    margin-right: 0;
  }

  .sidebar-fix
  {
    float: none;
    width: 320px;
    margin: 0 auto;
  }

  .contenu-agence .sous-titre
  {
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
  }

  .contenu-agence .sous-titre span
  {
    text-align: center;
    display: block;
  }

  .desktop
  {
    display: none;
  }

  .mobile
  {
    display: block;
  }

  .equipage
  {
    width: 320px;
  }

  .equipage h2
  {
    text-align: center;
  }

  .equipage .liste-equipe .bloc-perso {
      height: 245px;
      width: 150px;
      margin: 5px;
  }

  .equipage .liste-equipe .bloc-perso .nom
  {
    font-size: 20px;
    line-height: 30px;
    bottom:65px;
  }

  .equipage .liste-equipe .bloc-perso .metier
  {
    font-size: 14px;
    bottom:30px;
  }

  .equipage .liste-equipe .bloc-perso img
  {
    top:-50px;
  }

  .clients
  {
    width: 320px;
  }

  .clients h2
  {
    text-align: center;
  }

  .liste-realisations a
  {
    width: 50%;
    text-decoration: none;
    height: 350px;
  }

  .liste-realisations
  {
    min-height: 50vw;
  }

  .liste-realisations .logo-bloc img
  {
    position: static;
    margin-top: 10px;
    max-width: 60%;
  }

  .liste-realisations .logo-bloc
  {
    position: static;
  }

  .liste-realisations h3,
  .liste-realisations a:hover h3
  {
    position: static;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
    padding: 0 10px;
  	width: auto;
  }

  .liste-realisations h4,
  .liste-realisations a:hover h4
  {
    position: static;
    font-size: 14px;
    margin-bottom: 70px;
    padding: 0 10px;
    line-height: 20px;
    width: auto;
  }

  .liste-realisations .masque
  {
    background-image: none;
    height: 50vw;
    display: none;
  }

  .liste-realisations .logo-bloc,
  .liste-realisations a:hover .logo-bloc
  {
    top:10vw;
  }

  .bloc-realisations h2
  {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
  }

  .bloc-realisations .liste-tri
  {
    text-align: center;
  }

  .bloc-page-realisation .left
  {
    float: none;
    width: 100%;
  }

  .bloc-page-realisation .left img
  {
    margin: 0 auto;
  max-width: 100%;
  }

  .bloc-page-realisation .right
  {
    float: none;
    width: auto;
    padding-left: 0;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #b59758;
    border-left: none;
  }

  .bloc-iframe-contact .pop-in
  {
    width: 320px;
    margin-left: -160px;
  }

  .bloc-iframe-contact .pop-in iframe
  {
    width: 320px;
  }

  

  .liste-realisations a .mobile
  {
    display: block;
  }

  .liste-realisations a .desktop
  {
    display: none;
  }

	.to-the-top
	{
		display: none;
	}

	body
	{
	}

  .images-realisation .carre-mille
  {
    width: 100%;
  }

  .texte-rea
  {
    padding: 50px 0;
  }

  .texte-carre
  {
    width: 100%;
    height: auto;

  }

  .texte-carre .centre-texte-carre
  {
    position: static;
    transform: none;
    width: 100%;
    left: 0;
    top:0;
  }


}




@media (max-width: 340px) {

	

	.bloc-contact .colonne-1 > div
  {
    width: 280px;
  }

  .bloc-contact .colonne-1 > div input
  {
    width: 180px
  }

  .bloc-contact .colonne-1 > div textarea
  {
    width: 258px;
  }

  .bloc-contact .colonne-1 > div .error
  {
    width: 180px;
  }

}