/*
Feuilles de style contenant le positionnement des blocs principaux du site.
*/

/* COULEURS : 
ORANGE : #0d8cbf;
GRIS : #707070;
*/


html {
  font-size: 14px;
}

body {
  margin:0;
  padding:0;
  background:#ffffff;
  font-family:Arial, Sans-serif;
}

a img
{
	border:none;
}

ul {
  list-style-image:url(../images/li-jk-fleche.png);
}

#frontoffice {
  font-size:13px;
  font-family:Arial, Sans-serif;
	/*font-family: verdana,helvetica,arial,sans-serif;  */
	background:#ffffff;
  color:black;
  width:100%;
  margin:0;
}   

#backoffice {
  font-size:100%;
  font-family:Arial, sans-serif; 
	background: #ffffff;
	color: #707070;
	min-height:887px;
}

.orange {
  color:#0d8cbf;
}

.blanc {
  color:#fff;
}

.gris {
  color:#707070;
}

/*----------------------*/
/* Backoffice - TOP     */
/*----------------------*/

#header-b {
  width: 937px;
  margin: 0 auto;  
  text-align: left; 
  padding-top:10px;
  padding-top:10px; 
}

#header-b a {
  color:#707070;
  text-decoration:underline;
  }

#header-b a:hover {
  color:#707070;
  text-decoration:underline;
  font-weight:normal;
  }

#header-b-gauche {
  width: 50%; 
  float:left;
  padding-top:10px;
  font-size:24px;
  color:#0d8cbf; 
}

#header-b-droite {
  width: 50%;
  text-align:right;
  float:right;
  padding-top:10px;
  margin-bottom:15px;
  }

#page-b {
  width: 937px;
  margin: 0 auto;  
  text-align: left;
  clear:left;
  padding-top:15px;
}

#page-b h2 {
    font-size: 16px;
    text-align:center;
}

#page-b h3 {
    font-size: 14px;
    text-align:center;
}

#pagebackoffice-menu {
  height:30px;
  width: 937px;
  float:left;
  background-color:#0d8cbf;
  font-size: 30px;
  color:white;
  font-weight:bold;
  border-top: 10px solid #0d8cbf;
  border-left: 10px solid #0d8cbf;
  border-right: 10px solid #0d8cbf;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

#pagebackoffice-menu-bloc1 {
  height:30px;
  width: 50px;
  float:left;
  background:url(../images/mario.png) no-repeat top left;
  text-align:center;
  display:block; 
}

#pagebackoffice-menu-bloc {
  height:24px;
  width: auto;
  float:left;
  background-color:#0d8cbf;
  text-align:center;
  display:block;
  padding-top:6px;
  font-size: 14px;
  padding-left: 10px;
  padding-right:10px;
  margin-left:10px;
  margin-right:10px;
  -webkit-border-radius: 2em;
	-moz-border-radius: 2em;
  -ms-border-radius: 2em
	border-radius: 2em;
}

#pagebackoffice-menu-bloc:hover {
  background-color:#707070;
}

#pagebackoffice-menu-bloc a {
color:white;
text-decoration:none;
}

#pagebackoffice-menu-bloc a:hover {
color:white;
text-decoration:none;
}

.user-logo {
  background:url(../images/user-login.png) no-repeat top left;
  padding-left:20px;
}

/*----------------------*/
/* Backoffice - CONTENU */
/*----------------------*/

#pagebackoffice {
  min-height:600px;
  width: 907px;
  padding: 15px;  
  margin-bottom:15px;
  float:left;
  background-color:#ffffff;
  border: 10px solid #0d8cbf;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#pagebackoffice a{
  color:#707070;
  text-decoration:none;
}

#pagebackoffice a:hover{
  color:#707070;
  text-decoration:underline;
}

/* List design */
#pagebackoffice h2 {
  font-size: 16px;
  color: #0d8cbf;
  font-weight: bold;
  margin:0px; 
  padding-bottom:10px; 	 
}

#pagebackoffice h3 {
  font-size: 13px;
  color: #0d8cbf;
  font-weight: bold;
  margin:0px; 
  padding-bottom:10px; 	 
}

#liste-upload {
  text-align: left;
}

#liste-upload li {
  text-align:left;
  font-size: 12px;
  font-weight:bold;
  color: #707070;
  line-height:20px;
  margin-left:50px;
  display : list-item;
  list-style-image : url(../images/upload.png);
}

#liste-ajout-page {
  text-align: left;
}

#liste-ajout-page li {
  text-align:left;
  font-size: 12px;
  font-weight:bold;
  color: #707070;
  line-height:20px;
  margin-left:50px;
  display : list-item;
  list-style-image : url(../images/ajouter.png);
}

#liste {
  text-align: left;
}

#liste table {
border-collapse: collapse;
width: 95%;
margin: 0 auto; 
}

#liste th {
padding: 5px;
background-color: #0d8cbf;
color:white;
font-size:12px;
font-weight:bold;
}

#liste td {
padding: 5px;
border-top: 1px dotted #707070;
}

td.souscat {
background: #e5e4e4;
}

td.soussouscat {
background: #eeeeee;
}

td.homepage {
background: #fdfeb7; 
}

td.souscat1 {
 background: #eeeeee;
 }

#liste-send {
  text-align: left;
}

#liste-send li {
  text-align:left;
  font-size: 12px;
  font-weight:bold;
  color: #707070;
  line-height:20px;
  margin-left:50px;
  display : list-item;
  list-style-image : url(../images/send.png);
}

/* Edit Design */

#formulaire {
  text-align: left;
}

#formulaire table {
border: 1px solid #0d8cbf;
border-collapse: collapse;
width: 90%;
margin: 0 auto;
}
#formulaire th {
width: 350%;
padding: 10px;
}
#formulaire td {
width: 65%;
padding: 10px;
}


#back3 li {
  text-align:left;
  font-size: 12px;
  font-weight:bold;
  color: #707070;
  line-height:20px;
  margin-left: 50px;
  display : list-item;
  list-style-image : url(../images/fleche-retour.png);
}

.violet {
color:#0d8cbf;
font-weight:bold;
}

/* ================================================================================================================================================================================ */
/* ================================================================================================================================================================================ */
/* ================================================================================================================================================================================ */
/* ================================================================================================================================================================================ */
/* ================================================================================= FRONT - OFFICE V2 ============================================================================ */
/* ================================================================================================================================================================================ */
/* ================================================================================================================================================================================ */
/* ================================================================================================================================================================================ */
/* ================================================================================================================================================================================ */

/* ============== */
/* GENERAL STYLES */
/* ============== */

#arianne {
  margin-top:15px;
  font-weight:normal !important;
  color:#c9c9c9 !important;
  font-size:11px !important;
}

#arianne a {
  font-weight:normal !important;
  color:#c9c9c9 !important;
  font-size:11px !important;
}

.belgrano {
  font-family:'Oswald', Arial, Sans-serif;
}

.viga {
  font-family:'Open Sans', Arial, Sans-serif;
  font-weight:bold;
}
 
.page-line {
    padding:0 0 30px 0;
    overflow:hidden;
}

.page-line-begin {
    padding:0 0 30px 0;
    /*overflow:hidden;*/
}

.bg-grey {
  /*background:#fff;*/
}

.bg-white {
  /*background:#fff;*/
}

.line-title {
  height:75px;
  margin-bottom:10px;
}

.line-title h2 {
  padding:0;
  margin:0;
  display:block;
  color:#707070 !important;
  height:47px;
  padding:13px 0 0 0;
  font-size:2.4rem;
  font-family:'Oswald', Arial, Sans-serif;
  font-weight:normal;
}

h2 a {
  color:#707070;
  text-decoration:none;
  font-weight:normal !important;
}

h2 a:hover {
  font-weight:normal;
}


a.bouton-orange-more-grand {
  display:block;
  padding:7px 7px 7px 7px;
  /*background:url(../images/btn-plus-left.png) center left 10px no-repeat #0d8cbf;*/
  background:#f3f3f3;
  color:#707070 !important;
  font-weight:normal !important;
  font-family:'Oswald', Arial, Sans-serif;
  text-decoration:none;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
  width:50%;
  text-align:center;
  border:1px solid #e0e0e0;
  margin:0 auto;
}

a.bouton-orange-more-grand:hover {
  /*background:url(../images/btn-plus-left.png) center left 10px no-repeat #23a1d3;*/
  background:#e0e0e0;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
}

a.bouton-orange-more-petit {
  display:block;
  padding:7px 7px 7px 7px;
  /*background:url(../images/btn-plus-left.png) center left 10px no-repeat #0d8cbf;*/
  background:#f3f3f3;
  color:#707070 !important;
  font-weight:normal !important;
  font-family:'Oswald', Arial, Sans-serif;
  text-decoration:none;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
  width:70%;
  text-align:center;
  border:1px solid #e0e0e0;
  margin-left:40px;
}

a.bouton-orange-more-petit:hover {
  /*background:url(../images/btn-plus-left.png) center left 10px no-repeat #23a1d3;*/
  background:#e0e0e0;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
}

a.bouton-white-more-petit {
  display:block;
  margin:30px auto 15px auto;
  padding:7px 7px 7px 7px;
  /*background:url(../images/btn-plus-g-left.png) center left 10px no-repeat #fff;*/
  background:#0d8cbf;
  color:#fff !important;
  font-weight:normal !important;
  font-family:'Oswald', Arial, Sans-serif;
  text-decoration:none;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
  width:200px;
  text-align:center;
}

a.bouton-white-more-petit:hover {
  /*background:url(../images/btn-plus-g-left.png) center left 10px no-repeat #e8e8e8;*/
  background:#ed9100;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
}

a.bouton-orange-more-footer {
  display:block;
  padding:7px 7px 7px 30px;
  background:url(../images/btn-plus-left.png) center left 10px no-repeat #0d8cbf;
  color:#fff !important;
  font-weight:normal !important;
  font-family:'Oswald', Arial, Sans-serif;
  text-decoration:none;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
  width:150px;
  text-align:center;
}

a.bouton-orange-more-footer:hover {
  background:url(../images/btn-plus-left.png) center left 10px no-repeat #23a1d3;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
}

a.bouton-gris-more {
  display:block;
  padding:7px 7px 7px 30px;
  background:url(../images/btn-plus-left.png) center left 10px no-repeat #3b3b3b;
  color:#fff !important;
  font-weight:normal !important;
  font-family:'Oswald', Arial, Sans-serif;
  text-decoration:none;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
  width:100px;
  text-align:center;
}

a.bouton-gris-more:hover {
  background:url(../images/btn-plus-left.png) center left 10px no-repeat #595959;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
}

.page-line a.sous-liste {
  margin-top:30px;
  margin-left:22px;
}


/* ========= */
/* PREHEADER */
/* ========= */

#preheader {
  height:50px;
  background:#707070;
}

.num-top {
  float:right;
  text-align:right;
  font-family:'Oswald', Arial, Sans Serif;
  font-size:15px;
  margin-top:15px;
}


/* Flipper le dauphin categories */

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  float:left;
  margin:0 20px 20px 0;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 460px;
	height: 220px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
	transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.front {
}

.back {

}

/* Fin de Flipper categories */



/* Flipper le dauphin agence footer */

/* entire container, keeps perspective */
.flip-container-foot {
	perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  float:left;
  margin:0 20px 20px 0;
}
	/* flip the pane when hovered */
	.flip-container-foot:hover .flipper, .flip-container-foot.hover .flipper {
		transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
	}

.flip-container-foot, .front-foot, .back-foot {
	width: 460px;
	height: 80px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
	transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front-foot, .back-foot {
	backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front-foot {
	z-index: 2;
}

/* back, initially hidden pane */
.back-foot {
	transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.front-foot {
}

.back-foot {

}

/* Fin de Flipper agence footer */


/* Flipper le dauphin rzo header */

/* entire container, keeps perspective */
.flip-container-rzo {
	perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  float:right;
  margin:10px 10px 10px 0;
}
	/* flip the pane when hovered */
	.flip-container-rzo:hover .flipper, .flip-container-rzo.hover .flipper {
		transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
	}

.flip-container-rzo, .front-rzo, .back-rzo {
	width: 22px;
	height: 22px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
	transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front-rzo, .back-rzo {
	backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front-rzo {
	z-index: 2;
}

/* back, initially hidden pane */
.back-rzo {
	transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.front-rzo {
}

.back-rzo {

}

/* Fin de Flipper rzo */

/* Flipper le dauphin rzo footer */

/* entire container, keeps perspective */
.flip-container-rzof {
	perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  float:left;
  margin:0 0 10px 15px;
}
	/* flip the pane when hovered */
	.flip-container-rzof:hover .flipper, .flip-container-rzof.hover .flipper {
		transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
	}

.flip-container-rzof, .front-rzof, .back-rzof {
	width: 22px;
	height: 22px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
	-ms-transition: 0.6s;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.front-rzof, .back-rzof {
	backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
  position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front-rzof {
	z-index: 2;
}

/* back, initially hidden pane */
.back-rzof {
	transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.front-rzof {
}

.back-rzof {

}

/* Fin de Flipper rzo footer */


/* Flipper le dauphin Chiffres */

/* entire container, keeps perspective */
.flip-container-chiffres {
	perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  float:left;
  margin:0 0 10px 15px;
}
	/* flip the pane when hovered */
	.flip-container-chiffres:hover .flipper, .flip-container-chiffres.hover .flipper {
  	transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
	}

.flip-container-chiffres, .front-chiffres, .back-chiffres {
	width: 300px;
	height: 220px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
	transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front-chiffres, .back-chiffres {
	backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front-chiffres {
	z-index: 2;
}

/* back, initially hidden pane */
.back-chiffres {
	transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.front-chiffres {
}

.back-chiffres {

}

/* Fin de Flipper chiffres */

/* Flipper le dauphin Quatre */

/* entire container, keeps perspective */
.flip-container-quatre {
	perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  float:left;
  margin:0 0 10px 15px;
}
	/* flip the pane when hovered */
	.flip-container-quatre:hover .flipper, .flip-container-quatre.hover .flipper {
  	transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
	}

.flip-container-quatre, .front-quatre, .back-quatre {
	width: 220px;
	height: 220px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
	transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front-quatre, .back-quatre {
	backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front-quatre {
	z-index: 2;
}

/* back, initially hidden pane */
.back-quatre {
	transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.front-quatre {
}

.back-quatre {

}

/* Fin de Flipper quatre */

/* Flipper le dauphin Cinq */

/* entire container, keeps perspective */
.flip-container-cinq {
	perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  float:left;
  margin:15px 0 10px 15px;
}
	/* flip the pane when hovered */
	.flip-container-cinq:hover .flipper, .flip-container-cinq.hover .flipper {
  	transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
	}

.flip-container-cinq, .front-cinq, .back-cinq {
	width: 140px;
	height: 140px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
	transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front-cinq, .back-cinq {
	backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front-cinq {
	z-index: 2;
}

/* back, initially hidden pane */
.back-cinq {
	transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.front-cinq {
}

.back-cinq {

}

/* Fin de Flipper cinq */

/* Flipper le dauphin Trois */

/* entire container, keeps perspective */
.flip-container-trois {
	perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  float:left;
  margin:15px 0 10px 15px;
}
	/* flip the pane when hovered */
	.flip-container-trois:hover .flipper, .flip-container-trois.hover .flipper {
  	transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
	}

.flip-container-trois, .front-trois, .back-trois {
	width: 300px;
	height: 140px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
	transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front-trois, .back-trois {
	backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front-trois {
	z-index: 2;
}

/* back, initially hidden pane */
.back-trois {
	transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.front-trois {
}

.back-trois {

}

/* Fin de Flipper trois */

/* Flipper le dauphin Deux */

/* entire container, keeps perspective */
.flip-container-deux {
	perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  float:left;
  margin:15px 0 10px 15px;
}
	/* flip the pane when hovered */
	.flip-container-deux:hover .flipper, .flip-container-deux.hover .flipper {
  	transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
	}

.flip-container-deux, .front-deux, .back-deux {
	width:460px;
	height: 300px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
	transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front-deux, .back-deux {
	backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front-deux {
	z-index: 2;
}

/* back, initially hidden pane */
.back-deux {
	transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.front-deux {
}

.back-deux {

}

/* Fin de Flipper deux */

#title-zone h1 {
  margin-top:15px;
  font-size:13px;
  font-weight:normal;
  float:left;
  color:#fff;
  margin-right:10px;
}

#title-zone p.achun {
  margin-top:15px;
  font-size:13px;
  font-weight:normal;
  float:left;
  color:#fff;
  margin-right:10px;
}
/**/

/* ====== */
/* HEADER */
/* ====== */

#header {
  height:90px;
  background:#0d8cbf;
  /*-moz-box-shadow: 0 0 5px #4a4a4a;
  -webkit-box-shadow: 0 0 5px #4a4a4a;
  box-shadow: 0 0 5px #4a4a4a;*/
  z-index:1000;
  position:absolute;
  width:100%;
}

#logo {
  height:90px;
  background:url(../images/logo-jk-v312.png) center center no-repeat; 
}

a#link-home {
  width:140px;
  height:90px;
  display:block;
}

  /* ---- */
  /* Nav */
  /* ---- */

  #menu {
    height:100%;
    background:url(/images/fd-menu-transp.png) top center no-repeat;
    font-family:'Oswald', Arial, Sans-serif;
    font-size:15px; 
  }
  
  #menu.drop {
    height:50px;
  }
  
  /* -------- */
  /* Niveau 1 */
  /* -------- */
  
  #menu ul {
    margin:0;
    list-style-type:none;
    list-style-image:none;
    position:relative;
    z-index:999999999999999999999999999999;
    padding:0;
  }
  
  #menu ul li {
    list-style-type:none;
    float:left;
    margin-right:5px;
    position:relative;
  }
  
  #menu ul li ul li {
    padding:0 0 15px 0;
  }
  
  a.menu-lvl1 {
    display:inline-block;
    text-decoration:none;
    color:#fff;
    padding:34px 13px 34px 13px;
    text-align:center;
    background:url(../images/top-menu-arrow.png) top -17px center no-repeat;
  }
  
  a.menu-lvl1:hover {
    text-decoration:none;
    color:#707070;
    background:url(../images/top-menu-arrow.png) top center no-repeat #fff;
    text-align:center;
    padding:37px 13px 37px 13px;
    position:relative;
    transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    -ms-transition:0.5s;
  }
  
  a.menu-lvl1-current {
    display:inline-block;
    text-decoration:none;
    color:#707070;
    background:url(../images/top-menu-arrow.png) top center no-repeat #fff;
    text-align:center;
    padding:37px 13px 37px 13px;
    position:relative;
  }
  
  #menu ul li:hover {
    background:#fff;
  }
  
  #menu ul li:hover > a.menu-lvl1 {
    color:#707070;
  }  

  #menu ul li.current-referencement {
    /*background:url(../images/aco-ref.png) top center no-repeat;*/
  }
  
  #menu ul li.current-adwords {
    /*background:url(../images/aco-adwords.png) top center no-repeat;*/
  }
  
  #menu ul li.current-webanalytics {
    /*background:url(../images/aco-analytics.png) top center no-repeat;*/
  }
  
  #menu ul li.current-reseaux-sociaux {
    /*background:url(../images/aco-reseaux-sociaux.png) top center no-repeat;*/
  }
  
  #menu ul li.current-formation {
    /*background:url(../images/aco-formation.png) top center no-repeat;*/
  }
  
  #menu ul li.current-agence {
    /*background:url(../images/aco-agence.png) top center no-repeat;*/
  }

  /* -------- */
  /* Niveau 2 */
  /* -------- */
  
  #menu ul.lvl2-nav {
    margin-top:25px;
    display:none;
    -moz-box-shadow:    1px 1px 2px 3px rgba(240,240,240,0.5);
    -webkit-box-shadow: 1px 1px 2px 3px rgba(240,240,240,0.5);
    -ms-box-shadow:    1px 1px 2px 3px rgba(240,240,240,0.5);
    box-shadow:         1px 1px 2px 3px rgba(240,240,240,0.5);
  }
  
  #menu ul li:hover > ul.lvl2-nav {
    width:350px;
    display:block;
    position:absolute;
    z-index:2000;
    background:#fff;
    margin-left:-10px;
  }
  
  ul.lvl2-nav li {
    background:#fff;
    width:100%;
    margin:0;
    padding:0 !important;
  }
  
  ul.lvl2-nav li:hover {
    background:#0d8cbf;
    width:100%;
    margin:0;
    padding:0;
  }
  
  a.menu-lvl2 {
    padding:10px 10px 10px 10px;
    text-decoration:none;
    color:#707070; 
    display:block;
    width:auto;
    margin:0;
  }
  
  a.menu-lvl2:hover {
    color:#fff;
    background:#0d8cbf;
    display:block;
    width:auto;
  }

  #menu ul li.current ul li a {
    text-decoration:none;
    color:#707070;
    font-weight:normal;
  }
  
  #menu ul li.current ul li a:hover {
    text-decoration:none;
    color:#fff;
    font-weight:normal;
  }
  
  /* -------------- */
  /* Zone Blog Actu */
  /* -------------- */

  #blog-actu {
    height:90px;
    background:#0d8cbf;
    font-family:'Oswald', Arial, Sans-serif;
    font-size:17px;
  }
  
  #blog-actu ul {
    margin:35px 0 0 0;
    padding:0;
    list-style-type:none;
    list-style-image:none;
  }
  
  #blog-actu ul li {
    list-style-type:none;
    float:right;
    margin-right:15px;
  }
  
  #blog-actu ul li a {
    color:#fff;
    text-decoration:none;
  }

/* ======== */
/* HOMEPAGE */
/* ======== */

.line-1-photos, line-2-photos {
  margin:8px 0 0 0;
  height:400px;
}

.line-1-photos a {
  color:#fff;
  text-decoration:none;
}

#slogan-home-interbloc {
  height:60px;
  position:relative;
  background:#0d8cbf;
  color:#fff;
  border-bottom:3px #fff solid;
  border-top:3px #fff solid;
}

p.para-interbloc-front {
  opacity:1;
  -webkit-opacity:1;
  -moz-opacity:1;
  -ms-opacity:1;
}

p.para-interbloc-back {
  opacity:0;
  -webkit-opacity:0;
  -moz-opacity:0;
  -ms-opacity:0;
}

#slogan-home-interbloc:hover > p.para-interbloc-front {
  opacity:0;
  -webkit-opacity:0;
  -moz-opacity:0;
  -ms-opacity:0;
  position:absolute;
}

#slogan-home-interbloc:hover > p.para-interbloc-back {
  opacity:1;
  -webkit-opacity:1;
  -moz-opacity:1;
  -ms-opacity:1;
  position:absolute;
}


p.para-interbloc-front, p.para-interbloc-back {
  text-align:center;
  font-family:'Oswald', arial, sans-serif;
  font-size:2.15rem;
  margin:5px 0 5px 0;
  padding:0;
  width:100%;
  cursor:pointer;
  transition:1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  -ms-transition:1s;
  position:absolute;
}

.hsquare-home {
  width:49.999999%;
  height:400px;
  float:left;
  background-size:cover;

}

.sep-home {
  width:0.4%;
  height:400px;
  float:left;
}

.sq-texte-home {
  /*display: none;*/
  opacity:0;
  -webkit-opacity:0;
  -moz-opacity:0;
  -ms-opacity:0;
}

img.logo-back-over {
  margin-top:80px;
  height:90px;
}

.sq-texte-home p {
  margin-top:30px;
  font-family:Oswald, arial, sans-serif;
  color:#fff;
  font-size:1.5rem;
  padding-left:50px;
  padding-right:50px;
}

a.btn-img-home {
  font-size:1.4rem;
  color:#0d8cbf;
  text-decoration:none;
  background:#fff;
  padding:15px 30px 15px 30px;
}

.hsquare-home:hover > .sq-logo-home {
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
  opacity:0;
  -webkit-opacity:0;
  -moz-opacity:0;
  -ms-opacity:0;
  /*display: none; */
}
.hsquare-home:hover > .sq-texte-home {
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
  /*display: block;*/
  opacity:1;
  -webkit-opacity:1;
  -moz-opacity:1;
  -ms-opacity:1;
}

.sq-logo-home {
  text-align:center;
  background:rgba(0,0,0,0.3);
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
  position:absolute;
  width:49.999999%;
  min-width:480px;
  height:400px;
  cursor:pointer;
  font-family:'Oswald', arial, sans-serif;
  font-size:2rem;
  color:#fff;
}

.sq-logo-home p {
  margin:150px auto 0 auto;
  background:url(../images/crochets-home.png) no-repeat;
  min-height:100px;
  padding:15px 45px 25px 45px;
  text-align:center;
  background-size:100%;
  max-width:80%; 
}

.sq-logo-home img {
  /*margin:130px auto 0 auto;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  height:130px;*/
}

.sq-texte-home {
  text-align:center;
  background:rgba(13,140,191,0.8);
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
  position:absolute;
  width:49.999999%;
  height:400px;
  cursor:pointer;
}

.sq-texte-home p {
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
}

#home-content {
  
}

.btn-right-plus {
  float:right;
}

a.square-plus {
  display:block;
  width:70px;
  height:52px;
  padding:18px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background:#0d8cbf;
  color:#fff;
  text-align:center;
  text-decoration:none;
  margin:0 auto;
}

img.img-plus-square {
  position:absolute;
  margin-left:85px;
  margin-top:55px;
}

  /* -------- */
  /* Bannière */
  /* -------- */
  
  #banner-home { 
    height:460px;
    display:none;
  }
  
  #banner-home ul {
    padding:0;
    margin:0;
    width:100%;
    height:460px;
  }
  
  /*.visuel-banner {
    height:430px;
  }
  
  .visuel-banner img {
    margin-left:80px;
  }
  
  .text-banner {
    height:430px;
    font-family:'Oswald', Arial, Sans-serif;
    color:#fff;
    font-size:40px;
    padding-top:80px;
    font-weight:bold;
    line-height:45px;
    text-shadow:2px 2px 2px #adadad;
    -moz-text-shadow:2px 2px 2px #adadad;
    -webkit-text-shadow:2px 2px 2px #adadad;
  }
  
  
  
  #nav-banner {
    height:50px;
    border-bottom:13px solid #fff;
    z-index:99999999999999999999999999999999999999999;
    background:url(../images/fd-banniere-home.jpg) center center no-repeat #0d8cbf;
    -moz-box-shadow: inset 0 0 7px #888;
    -webkit-box-shadow: inset 0 0 7px#888;
    box-shadow: inner 0 0 7px #888;
  }
  
  #sl-navbanner {
    height:107px;
  }
  
  #sr-navbanner {
    height:107px;
  }
  
  .btn-navbanner {
    height:107px;
    text-align:center;
    color:#707070;
    text-transform:uppercase; 
  }
  
  .btn-navbanner p {
    margin:0;
    padding:0;  
  }
  
  a.btn-link {
    width:90px;
    height:79px;
    padding-top:28px;
    color:#707070;
    display:block;
    text-decoration:none;
    background:url(../images/btn-home-slider.png) center center no-repeat;
  }
  */

  .bloc-texte-orange {
    background:rgba(255,153,0,0.6);
    font-family:'Oswald', arial, sans-serif;
    width:100%;
    height:140px;
    color:#fff;
    font-size:29px;
  }
  
  .bloc-texte-orange p {
    margin:0;
    padding:15px;
    line-height:33px;
  }
  
  li.covoyageurs {
    background:url(../images/banniere-covoyageurs.jpg) no-repeat;
    background-size:cover;
    height:460px;
  }
  
  .banner-line-1 {
    height:140px;
    margin-top:65px;
    font-family:'Oswald', arial, sans-serif;
  }
  
  .banner-line-2 {
    height:140px;
    margin-top:20px;
    font-family:'Oswald', arial, sans-serif;
  }
  
  .rectangle-orange {
    background:#0d8cbf;
    height:140px;
    color:#fff;
    text-align:center;
    font-family:'Oswald', arial, sans-serif;  
  }
  
  .carre-orange {
    background:#0d8cbf;
    height:140px;
    color:#fff;
    text-align:center;
    font-size:65px;
    font-family:'Oswald', arial, sans-serif;   
  }
  
  .rectangle-blc {
    background:#fff;
    height:140px;
    color:#0d8cbf;
    text-align:center;
    font-family:'Oswald', arial, sans-serif;  
  }
  
  .carre-blc {
    background:#fff;
    height:140px;
    color:#0d8cbf;
    text-align:center;
    font-size:110px;
    font-family:'Oswald', arial, sans-serif;    
  }

  .carre-blc p {
    margin:0;
    padding:0;
    line-height:140px;
  }  
  
  .rectangle-blc p {
    margin:0;
    padding:0;
    font-size:20px;
  }  
  
  .carre-orange p {
    margin:7px 0 7px 0;
    padding:0;
    line-height:60px;
  }  
  
  .rectangle-orange p {
    margin:0;
    padding:0;
    font-size:20px;
  } 
  
  p.title-bbloc {
    font-size:26px;
    margin:10px 0 10px 0;
    font-family:'Oswald', arial, sans-serif;
  }

  .bx-pager {
    display:none;
    visibility:hidden;
    width:0;
    height:0;
  }
  
  bx-default-pager {
    display:none;
    visibility:hidden;
    width:0;
    height:0;
  }

  .bxslider {
    margin-top:-10px !important;
  }

  #banner-home div.bx-wrapper {
  	height:430px;
  }  
  
  .slogan {
    font-family:'Oswald', Arial, Sans-serif;
    color:#fff;
    font-size:20px;
    text-align:right !important;
    padding-top:0;
    margin:0;
  }
  
  .slogan p {
    margin:25px 15px 15px 15px;
  }
  
  .slogan p.sous-cat-slogan, .slogan p.cat-slogan {
    color:#b3b3b3 !important;
    text-shadow:2px 2px 5px #dedede;
    -moz-text-shadow:2px 2px 5px #dedede;
    -webkit-text-shadow:2px 2px 5px #dedede;
    -ms-text-shadow:2px 2px 5px #dedede;
    padding-bottom:2px;
    margin-bottom:0;
    text-align:right;
    color:#c2c2c2;
  }

  .slogan p.cat-slogan {
    float:left;
    color:#fff !important;
    margin-top:18px;
  }
  
  li.formation-home {
    background:url(../images/formation-slide-home.jpg) center center;
    width:100%;
    background-size:cover;
    height:420px;
  }
  
  li.livre-blanc-home {
    background:url(../images/livre-blanc-slide-home.jpg) center center;
    width:100%;
    background-size:cover;
    height:420px;
  }
  
  /* ------- */
  /* Ligne 1 */
  /* ------- */
  
  #expertise-table {
    height:305px;
    background:none;
  }
  
  #expertise-table .ui-tabs.ui-tabs-vertical {
    padding: 0;
    overflow:hidden;
  }
  
  #expertise-table .ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
  }
  
  #expertise-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    background:#a3a3a3;
    padding:0;
    height:305px;
    margin-top:0;
    margin-bottom:0;
  }
  
  #expertise-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding:0;
  }
  
  #expertise-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    height:35px;
    padding:15px 0 0 0;
    color:#a3a3a3;
    text-decoration:none;
    font-size:17px;
  }
  
  #expertise-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
  }
  
  #expertise-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    background:#0d8cbf;
    box-shadow: 5px 0px 5px -2px #da8300;
    -moz-box-shadow: 5px 0px 5px -2px #da8300;
    -webkit-box-shadow: 5px 0px 5px -2px #da8300;
    -ms-box-shadow: 5px 0px 5px -2px #da8300;
  }
  
  #expertise-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a { 
    color:#fff;
  } 
  
  #expertise-table .ui-tabs-nav li.ui-state-default {
    background:#f2f2f2;
    border-bottom:1px solid #a3a3a3;
  }
  
  #expertise-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
  }
  
  #expertise-table .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    position: relative;
    background:#0d8cbf;
    height:305px;
  }
  
  #expertise-table .ui-tabs.ui-tabs-vertical .ui-tabs-panel img {
    margin:7px 0 0 23px;
    max-width:600px;
  }
  
  #expertise-table .tab-link {
    margin:15px;
  }
  
  /* ------- */
  /* Ligne 2 */
  /* ------- */
  
  .top-form {
    padding:15px;
    background:#f2f2f2;
    text-align:center;
    font-family:'Open Sans', Arial, Sans-serif;
    font-weight:bold;
    font-size:17px;
    text-transform:uppercase;
    border-bottom:3px dotted #fff;
  }
  
  .top-form a {
    color:#818181;
    text-decoration:none;
  }  
  
  .bottom-form {
     background:url(../images/fd-banniere-home-estomp.jpg) center center no-repeat #0d8cbf;
     height:140px;
  }
  
  .bottom-form span {
     width:220px;
     height:141px;
     margin:0 auto 0 auto;
     display:block;    
     transition:1s;
    -moz-transition:1s;
    -webkit-transistion :1s;
    -ms-transistion :1s;
  }

  .bottom-form span.adwords-form {
     background:url(/images/formation-adwords-hm2-rsd.png) top no-repeat;
  }
  
  .bottom-form span.analytics-form {
     background:url(/images/formation-analytics-hm2-rsd.png) top no-repeat;
  }
  
  .bottom-form span.referencement-naturel-form {
     background:url(/images/formation-referencement-naturel-hm2-rsd.png) top no-repeat;
  }
  
  .bottom-form span.webmarketing-form {
     background:url(/images/formation-webmarketing-hm2-rsd.png) top no-repeat;
  }
  
  .bottom-form span:hover {
    background-position:bottom center;
    transition:1s;
    -moz-transition:1s;
    -webkit-transistion :1s;
    -ms-transistion :1s;
  }
  
  
  
  .under-bottom-form {
    /*background:#f2f2f2;
    height:50px;*/
  }
  
  /* OLD STYLES POUR ORGANISATION EN TABLEAU */
  
  #formation-table {
    height:303px;
  }
  
  #formation-table .ui-tabs.ui-tabs-vertical {
    padding: 0;
    overflow:hidden;
  }
  
  #formation-table .ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
  }
  
  #formation-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    background:#a3a3a3;
    padding:0;
    height:303px;
    margin-top:0;
    margin-bottom:0;
  }
  
  #formation-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding:0;
  }
  
  #formation-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    height:49px;
    padding:26px 0 0 0;
    color:#a3a3a3;
    text-decoration:none;
    font-size:17px;

  }
  
  #formation-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
  }
  
  #formation-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    background:#0d8cbf !important;
    box-shadow: 5px 0px 5px -2px #da8300;
    -moz-box-shadow: 5px 0px 5px -2px #da8300;
    -webkit-box-shadow: 5px 0px 5px -2px #da8300;
    -ms-box-shadow: 5px 0px 5px -2px #da8300;
  }
  
  #formation-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a { 
    color:#fff;
  } 
  
  #formation-table .ui-tabs-nav li.ui-state-default {
    background:#f2f2f2;
    border-bottom:1px solid #a3a3a3;
  }
  
  #formation-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
  }
  
  #formation-table .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    position: relative;
    background:url(../images/fd-banniere-home-estomp.jpg) center center no-repeat #0d8cbf;
    height:303px;
  }
  
  #formation-table .ui-tabs.ui-tabs-vertical .ui-tabs-panel img {
    max-width:600px;
    margin:17px 0 0 50px;
  }
  
  #formation-table .tab-link {
    margin:15px;
  }  
  
  /* ------- */
  /* Ligne 3 */
  /* ------- */

  .ref-line {
    height:70px;
    margin-bottom:35px;
  }

  .ref-line-end {
    height:70px;
    margin-bottom:0;
  }

  .ref-unit {
    height:70px;
    background:none;
    color:#a8a8a8;
  }
  
  .ref-unit p {
    margin:25px;
    font-family:'Open Sans', Arial, Sans-serif;
    font-size:14px;
    font-weight:bold;
  }
  
  .ref-unit img {
    margin-top:7px;
  }

  /* ------- */
  /* Ligne 4 */
  /* ------- */
  
  #line-garanties {
    height:220px;
  }
  
  .garantie-unit {
    height:220px;
    background:url(../images/fd-certifs.jpg) center center no-repeat;
  }
  
  .garantie-unit img.square {
    display:block;
    margin:40px auto !important;
  }
  
  .garantie-unit img.rectangle {
    display:block;
    margin:70px auto !important;
    -moz-box-shadow: 0 0 5px #b9b9b9;
    -webkit-box-shadow: 0 0 5px #b9b9b9;
    -ms-box-shadow: 0 0 5px #b9b9b9;
    box-shadow: 0 0 5px #b9b9b9;
  }

  /* ------- */
  /* Ligne 5 */
  /* ------- */
  
  #bubble-left {
    height:200px;
    background:url(../images/bulle-form.png) top left no-repeat;
    color:#fff;
    font-family:'Oswald', Arial, Sans-serif;
    font-size:40px;
    padding:20px 0 0 0;
  }

  #bubble-left p {
    margin:0 0 0 20px;
  }

  #formulaire-contact-home {
    height:530px;
    background:#fff;
  }
  
  input.form-home {
    background:#eeeeee;
    padding:10px;
    border:0;
    width:89%;
    font-family:'Open Sans', Arial, Sans-serif;
    font-size:15px;
    margin:0 0 15px 0;
  }
  
  #sep-form {
    height:1px;
  }
  
  .tab-home-contact {
    width:90%;
    margin:0 auto 15px auto;
  }
  
  table.tab-home-contact textarea {
    background:#eeeeee;
    padding:10px;
    border:0;
    width:93%;
    font-family:'Open Sans', Arial, Sans-serif;
    font-size:15px;
    margin:0 0 0 0;
  }
  
  .submit-input {
    background:#0d8cbf;
    padding:10px 20px 10px 20px;
    border:none;
    color:#fff;
    cursor:pointer;
    font-family:'Oswald', Arial, Sans-serif;
    font-size:16px;
  }
  
  table.tab-home-contact ul {
    padding:0;
    margin:0;
    list-style:none;
  }
  
  table.tab-home-contact ul li {
    padding:0;
    margin:0;
    list-style:none;
    text-align:center;
  }
  
  table.tab-home-contact {
    width:80%;
  }
  
  table.tab-home-contact tr.qvd-form td img {
    margin:0 auto;
    width:66px;
    height:66px;
  }
  
  table.tab-home-contact tr.qvd-form {
    font-family:'Open Sans', Arial, Sans-serif;
    color:#999;
  }

  .info-contact-home p.topnum {
    width:315px;
    background:#f2f2f2;
    padding:20px;
    font-family:'Oswald', Arial, Sans-serif;
    font-size:30px;
    margin:0;
    border-bottom:5px dotted #fff;
  }
  
  .info-contact-home p.bottomnum {
    width:315px;
    background:#f2f2f2;
    padding:20px;
    font-family:'Oswald', Arial, Sans-serif;
    font-size:30px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin:0;
  }  
  
  span.agence-line {
    color:#818181;
  }
  
  span.telnum-line a {
    font-size:40px;
    color:#0d8cbf;
    text-decoration:none;
  }

  /* ------- */
  /* Ligne 6 */
  /* ------- */
  
  #line-news {
    height:210px;
  }
  
  .news-unit {
    height:210px;
  }
  
  .fd-news {
    width:220px;
    height:140px;
    background:url(../images/fd-news.jpg);
    margin:0 auto;
  }
  
  .fd-category {
    width:220px;
    height:140px;
  }

  .cat-webmarketing {
    background:url(../images/cat-webmarketing.png) top right no-repeat;
  }
  
  .cat-adwords {
    background:url(../images/cat-adwords.png) top right no-repeat;
  }
  
  .cat-referencement {
    background:url(../images/cat-referencement.png) top right no-repeat;
  }
  
  .cat-analytics {
    background:url(../images/cat-analytics.png) top right no-repeat;
  }
  
  a.rnd-suite-news {
    display:block;
    background:#0d8cbf;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    border-radius: 80px;
    width:60px;
    height:52px;
    color:#fff;
    padding:18px 10px 10px 10px;
    text-decoration:none;
    text-align:center;
    font-size:15px;
    border:3px solid #fff;
    margin:0 auto;
  }
  
  p.date-actu {
    color:#0d8cbf;
    font-family:'VT323', Arial, Sans-serif;
    text-transform:uppercase;
    font-size:26px;
    margin:0 15px 10px 15px;
    padding:10px 0 0 0;
  }
  
  p.titre-actu {
    margin:0 15px 10px 15px;
    padding:0;
  }
  
  p.titre-actu a {
    font-weight:bold;
    color:#fff;
    text-decoration:none;
  }
  
  p.contenu-actu {
    color:#fff;
    margin:0 15px 10px 15px;
    padding:0;
  }

/* ===================== */
/* ALL PAGES INTERIEURES */
/* ===================== */

.page-inter {
  /*background:url(../images/fd-page.jpg) center top 192px no-repeat;*/
  background-attachment:fixed;
  padding-bottom:15px;
}

.page-inter h1 {
  font-size:34px;
  font-family:'Oswald', Arial, Sans-serif !important;
  color:#707070;
  letter-spacing:1px;
  font-weight:normal;
}

.page-inter h2 {
  font-size:30px;
  font-family:'Oswald', Arial, Sans-serif !important;
  color:#707070;
  letter-spacing:1px;
  font-weight:normal;
}

h2.deport {
  font-size:30px;
  font-family:'Oswald', Arial, Sans-serif !important;
  color:#707070;
  letter-spacing:1px;
  font-weight:normal;
  margin-left:20px;
}

.page-inter p {
  text-align:justify;
}

.page-inter a {
  color:#707070;
  font-weight:bold;
}

.page-inter a:hover {
  color:#0d8cbf;
  font-weight:bold;
}


.encart-gris {
  text-align:center;
  font-family:'Oswald', Arial, Sans-serif;
  font-size:20px;
  padding-top:15px;
  padding-right:10px;
  padding-bottom:15px;
  color:#818181;
  background:#f2f2f2;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height:95px;
  margin-bottom:30px;
  margin-right:0;
  margin-top:15px;
  line-height:27px;
}

.picto-encart-gris {
  background:url(../images/bulle-encart-gris.png) top -5px center no-repeat #f2f2f2;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding:15px 0 15px 10px;
  height:95px;
  margin-bottom:30px;
  margin-left:0;
  margin-top:15px;
}

.encart-gris p {
  margin:0 0 5px 0;
  padding:0;
}

.encart-gris a {
  display:block;
  margin:0 auto;
  font-size:16px;
}

.encart-blc {
  text-align:center;
  font-family:'Oswald', Arial, Sans-serif;
  font-size:20px;
  padding-top:15px;
  padding-right:10px;
  padding-bottom:15px;
  color:#818181;
  background:#fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height:95px;
  margin-bottom:30px;
  margin-right:0;
  margin-top:15px;
}

.picto-encart-blc {
  background:url(../images/bulle-encart-blc.png) top -5px center no-repeat #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding:15px 0 15px 10px;
  height:95px;
  margin-bottom:30px;
  margin-left:0;
  margin-top:15px;
}

.encart-blc p {
  margin:0 0 15px 0;
  padding:0;
}

.encart-blc a {
  display:block;
  margin:0 auto;
  font-size:16px;
}

.encart-gris-sp, .encart-gris-sp-invers {
  text-align:justify;
  font-family:'Lucida Grande', Arial, Sans-serif;
  font-size:20px;
  padding-top:15px;
  padding-right:10px;
  padding-bottom:15px;
  color:#818181;
  background:#f2f2f2;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
  height:95px;
  margin-bottom:15px;
  margin-right:0;
}


.picto-encart-gris-sp {
  background:url(../images/bulle-encart-gris-2.png) top center no-repeat #fff;
  padding:15px 0 15px 10px;
  height:95px;
  margin-bottom:15px;
  margin-left:0;
}

.picto-encart-gris-sp-invers {
  background:url(../images/bulle-encart-gris-2.png) bottom center no-repeat #fff;
  padding:15px 0 15px 10px;
  height:95px;
  margin-bottom:30px;
  margin-left:0;
}

.picto-encart-gris-sp img {
  margin-left:78px;
  margin-top:10px;
}

.picto-encart-gris-sp-invers img {
  margin-left:57px;
}

.encart-gris-sp p, .encart-gris-sp-invers p {
  margin:0 0 15px 15px;
  padding:0;
  font-size:12px;
  text-align:justify;
}

.encart-gris-sp a, .encart-gris-sp-invers a {
  display:block;
  margin:0 auto;
  font-size:16px;
}

.auteur-temoignage {
  font-style:italic;
  color:#0d8cbf;
  font-family:Arial, sans-serif;
}

.encart-gris-sp2 {
  text-align:center;
  font-family:'Oswald', Arial, Sans-serif;
  font-size:14px;
  padding-top:15px;
  padding-right:10px;
  padding-bottom:15px;
  color:#818181;
  background:#f2f2f2;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height:95px;
  margin-bottom:15px;
  margin-right:0;
  margin-top:30px;
}

.picto-encart-gris-sp2 {
  background:url(../images/bulle-encart-gris.png) top -5px center no-repeat #f2f2f2;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding:15px 0 15px 10px;
  height:95px;
  margin-bottom:30px;
  margin-left:0;
  margin-top:30px;
}

.encart-gris-sp2 p {
  margin:0 0 5px 30px;
  padding:0;
}

.encart-gris-sp2 a {
  display:block;
  margin:0 auto;
  font-size:16px;
}

#page ul li {
  padding:10px 0 0 0;
}

#page {
  color:#818181;
  background:none;
  padding-top:90px;
}

.title-bloc {
  background:#f2f2f2;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height:41px;
  color:#0d8cbf;
  font-family:'Oswald', Arial, Sans-serif;
  padding-top:16px;
  width:29%;
  float:left;
  border-right: white dotted 3px;
  text-align:center;
  font-size:16px;
}

.content-bloc {
  background:#f2f2f2;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height:36px;
  color:#818181;
  font-family:Arial, Sans-serif;
  font-weight:bold;
  padding-top:21px;
  width:69%;
  float:left;
  margin-bottom:10px;
  text-align:center;
}

.tlvls {
  height:45px !important;
  padding-top:10px !important;
}

.ttlvls {
  height:45px !important;
  padding-top:12px !important;
}

.right-encart {
  margin:0 0 0 0;
  background:#f2f2f2;
}

.right-encart p {
  padding:20px;
  margin:0;
  font-family:'Oswald', Arial, Sans-serif;
  font-size:15px; 
  text-align:center;
}

.right-encart img {
  padding:20px;
  margin:0 auto;
}

.right-encart a.bouton-orange-more-grand {
  width:150px;
  margin:0 auto 20px auto;
}

.gris-right {
  background:#f2f2f2 !important;
}

.encart-formation-spe {
  height:258px;
}

.encart-formation-spe p {
  margin-top:22px;
  font-size:25px;
}

.encart-formation-spe a.bouton-orange-more-grand {
  font-size:17px;
  width:400px;
}

  /* -------- */
  /* Workshop */
  /* -------- */
  
  #infos-workshop {
    height:220px;
    background:none;
    color:#fff1dc;
  }
  
  #infos-workshop .ui-tabs.ui-tabs-vertical {
    padding: 0;
    overflow:hidden;
  }
  
  #infos-workshop .ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
  }
  
  #infos-workshop .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    background:#a3a3a3;
    padding:0;
    height:220px;
    margin-top:0;
    margin-bottom:0;
  }
  
  #infos-workshop .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding:0;
  }
  
  #infos-workshop .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    height:35px;
    padding:15px 0 0 0;
    color:#a3a3a3;
    text-decoration:none;
    font-size:17px;
  }
  
  #infos-workshop .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
  }
  
  #infos-workshop .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    background:#0d8cbf;
    box-shadow: 5px 0px 5px -2px #da8300;
    -moz-box-shadow: 5px 0px 5px -2px #da8300;
    -webkit-box-shadow: 5px 0px 5px -2px #da8300;
  }
  
  #infos-workshop .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a { 
    color:#fff;
  } 
  
  #infos-workshop .ui-tabs-nav li.ui-state-default {
    background:#fff;
    border-bottom:1px solid #a3a3a3;
  }
  
  #infos-workshop .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
  }
  
  #infos-workshop .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    position: relative;
    background:#ffae33;
    height:220px;
  }
  
  #infos-workshop .ui-tabs.ui-tabs-vertical .ui-tabs-panel ul {
    list-style-image:url(../images/li-jk-fleche-blc.png) !important;
  }
  
  #infos-workshop .ui-tabs.ui-tabs-vertical .ui-tabs-panel img {
    max-width:600px;
    margin:10px 0 0 23px;
  }
  
  #infos-workshop .tab-link {
    margin:15px;
  }

  /* ------------- */
  /* Tableau dates */
  /* ------------- */
  
  #dates-table .ui-tabs.ui-tabs-vertical {
    padding: 0;
    overflow:hidden;
    text-align:center;
  }
  
  #dates-table .ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
  }
  
  #dates-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    background:#f2f2f2;
    padding:0;
    height:71px;
    margin-top:0;
    margin-bottom:0;
    width:100%;
  }
  
  #dates-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    float:left;
    width:33%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding:0;
  }
  
  #dates-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    height:45px;
    padding:25px 0 0 0;
    color:#a3a3a3;
    text-decoration:none;
    font-size:17px;
    text-align:center;
  }
  
  #dates-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
  }
  
  #dates-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    background:url(/images/fd-croch-tab.png) top center no-repeat #f2f2f2;
    text-align:center;
    
  }
  
  #dates-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a { 
    color:#0d8cbf;
  } 
  
  #dates-table .ui-tabs-nav li.ui-state-default {
    background:#fff;
  }
  
  #dates-table .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
  }
  
  #dates-table .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    position: relative;
    background:#f2f2f2;
    height:auto;
    width:100%;
    padding-bottom:15px;
  }
  
  #dates-table .ui-tabs.ui-tabs-vertical .ui-tabs-panel img {
    display:block;
    margin:0 auto 0 auto;
  }
  
  #dates-table .tab-link {
    margin:20px 15px 15px 15px;
  }
  
  #dates-table table {
    margin-left:10px;
    margin-top:15px;
  }
  
  #dates-table tr.torange {
    background:#0d8cbf;
    font-family:'Open Sans', Arila, Sans-serif;
    font-weight:normal;
    font-size:12px;
    height:35px;
    color:#fff;
  }
  
  #dates-table tr.line-impaire {
    background:#fff;
    height:35px;
  }
  
  #dates-table tr.line-paire {
    background:#e2e2e2;
    height:35px;
  }
  
  #dates-table tr.torange td, #dates-table tr.line-impaire td, #dates-table tr.line-paire td {
    padding-left:10px;
  }
  
  #dates-table tr.line-impaire img, #dates-table tr.line-paire img {
    margin-top:2px !important;
  }
  /* ========== */
  /* 4 colonnes */
  /* ========== */
  
  .co-one, .co-two, .co-three, .co-four {
    width:220px;
    height:84px;
    margin:0;
  }
  
  .co-one {
    background:url(../images/v1j.jpg) top right no-repeat;
  }
  
  .co-two {
    background:url(../images/v2j.jpg) top right no-repeat;
  }
  
  .co-three {
    background:url(../images/v3j.jpg) top right no-repeat;
  }
  
  .co-four {
    background:url(../images/v4j.jpg) top right no-repeat;
  }
  
  .co-one h3, .co-two h3, .co-three h3, .co-four h3 {
    display:block;
    width:155px;
    height:55px;
    color:#fff;
    font-family:'Oswald', Arial, Sans-serif;
    margin:0;
    padding:15px 50px 15px 15px;
    background:url(../images/module-quart.png);
  }
  
  .co-one h3 a, .co-two h3 a, .co-three h3 a, .co-four h3 a {
    color:#fff;
    text-decoration:none;
    font-weight:normal;
  } 
  
  .co-one h3 a:hover, .co-two h3 a:hover, .co-three h3 a:hover, .co-four h3 a:hover {
    color:#fff;
    text-decoration:underline;
    font-weight:normal;
  }    

/* ========================== */
/* PAGE REFERENCEMENT NATUREL */
/* ========================== */ 

div.seo-slider li, div.seo-slider ul {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-image:none;
}

div.seo-slider li img {
  margin:0 auto;
}

#ref-multilingue {
  margin:20px auto;      
  width:363px;
  height:44px;
  background:url(../images/ref-multilingue.png);
}

#ref-multilingue p {
  margin:0 0 0 47px;
  padding-top:5px;
  font-size:11px;
}

/* ======================== */
/*   PAGES CATEGORIE   */
/* ======================== */ 

  /* Bannières */

#banner-cat {
  height:260px;
  background:url(../images/fd-banner-cat.jpg) center center no-repeat;
  background-size:cover;
}

#banner-cat li {
  height:260px;
}

#banner-cat h1 {
  font-size:3.8rem;
  font-family:'Oswald', arial, sans-serif;
  color:#fff;
  text-transform:none;
  margin-top:85px;
  font-weight:normal;
}

#banner-cat .right-zone-catban img {
  margin:85px 0 0 0;  
}

#banner-cat .right-zone-catban {
  margin-bottom:25px;
}

  /* Nav categories */

#sous-cat-nav-mobile {
  display:none;
}

.sous-cat-blocs-orange {
  height:220px;
  text-align:right;
  color:#fff;
  font-family:'Oswald', arial, sans-serif;
  font-size:45px;
  background:#0d8cbf;
  margin-bottom:20px;
  font-weight:normal !important;
}

.sous-cat-blocs-orange-inside {
  height:220px;
  text-align:right;
  color:#fff;
  font-family:'Oswald', arial, sans-serif;
  font-size:45px;
  background:#0d8cbf;
  margin-bottom:20px;
  font-weight:normal !important;
  border:5px solid #23a1d3;
}

.sous-cat-blocs-orange-bord {
  height:220px;
  text-align:right;
  color:#fff;
  font-family:'Oswald', arial, sans-serif;
  font-size:45px;
  background:#fff;
  border:5px solid #23a1d3;
  margin-bottom:20px;
  font-weight:normal !important;
}

.sous-cat-blocs-gris {
  height:220px;
  text-align:right;
  color:#fff;
  font-family:'Oswald', arial, sans-serif;
  font-size:45px;
  background:#707070;
  margin-bottom:20px;
  font-weight:normal !important;
}

.sous-cat-blocs-orange a, .sous-cat-blocs-gris a, .sous-cat-blocs-orange-inside a {
  display:block;
  color:#fff;
  text-decoration:none;
  text-align:right;
  float:right;
  font-weight:normal !important;
  height:150px; /* 220 - 70 */
  padding:70px 0 0 0;
  width:100%;
}

.sous-cat-blocs-orange-bord a {
  display:block;
  color:#707070;
  text-decoration:none;
  text-align:right;
  float:right;
  font-weight:normal !important;
  height:150px; /* 220 - 70 */
  padding:70px 0 0 0;
  width:100%;
}

.sous-cat-blocs-orange a:hover, .sous-cat-blocs-gris a:hover {
  color:#fff;
}

.sous-cat-blocs-orange-bord a:hover {
  color:#707070;
}

.sous-cat-blocs-blanc {
  width:460px;
  height:220px;
}

/*-----------------*/

.sous-cat-blocs-orange-c {
  height:220px;
  text-align:right;
  color:#fff;
  font-family:'Oswald', arial, sans-serif;
  font-size:80px;
  background:#0d8cbf;
  margin-bottom:40px;
  font-weight:normal !important;
}

.sous-cat-blocs-gris-c {
  height:220px;
  text-align:right;
  color:#fff;
  font-family:'Oswald', arial, sans-serif;
  font-size:80px;
  background:#707070;
  font-weight:normal !important;
  margin-bottom:40px;
}

.sous-cat-blocs-orange-c a, .sous-cat-blocs-gris-c a {
  display:block;
  color:#fff;
  text-decoration:none;
  text-align:right;
  float:right;
  font-weight:normal !important;
  height:150px; /* 220 - 70 */
  padding:70px 0 0 0;
  width:100%;
  margin-bottom:20px;
}

.sous-cat-blocs-orange-c a:hover, .sous-cat-blocs-gris-c a:hover {
  color:#fff;
}

.flip-container-chiffres {
  margin-bottom:20px;
}

/*-----------------*/

.texte-sous-cat {
  text-align:right;
  width:45%;
  float:right;
  font-family:'Oswald', arial, sans-serif;
  height:220px;
  padding-right:20px;
}

.texte-sous-cat a {
  color:#0d8cbf;
  text-decoration:none;
}

.texte-sous-cat ul {
  padding:0;
  margin:0;
  text-align:left;
}

.texte-sous-cat li {
  padding:0;
  margin:0;
  text-align:left;
}

p.title-nav-cat {
  font-family:'Oswald', arial, sans-serif;
  font-size:26px;
  margin:0;
  padding:0;
}

.picto-sous-cat {
  width:50%;
  float:left;
  height:220px;
  margin-left:-10px;
}

.picto-sous-cat img {
  display:block;
  width:auto;
  margin:20px auto 0 auto;
}

/* ======================== */
/*   PAGES SOUS-CATEGORIE   */
/* ======================== */ 

  /* Menus */

  #menu-cat {
    background:#f4f4f4;
    
  }
  
  #menu-cat, #menu-cat-spe {
    padding:20px 0 20px 0;
    width:100%;
    height:auto;

  }
  
  #menu-cat-spe {
    height:65px;
    margin:20px 0 0 0;
    padding:20px 0 0 0;
  }
  
  .menu-fix {
    position:relative;
  }

  .menu-fix-full {
    position:absolute;
  }

  .fixed {
    position:fixed !important;
    top:0;
    z-index:999999999999999999999999999999999999999999999999999999999999999999999999999999;
  }
  
  .ultra-fixed {
    position:fixed !important;
    top:0;
    z-index:9999999999999999999999999999999999999999999999999999999999999999999999999999;
    height:65px !important;
    opacity:0.9;
    -webkit-opacity:0.9;
    -moz-opacity:0.9;
    -ms-opacity:0.9;
    transition: 1s;
    -webkit-transition: 1s; /* Safari */
    -moz-transition: 1s; /* Safari */
  }

  .ultra-fixed:hover {
    position:fixed !important;
    top:0;
    z-index:9999999999999999999999999999999999999999999999999999999999999999999999999999;
    height:65px !important;
    opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
    transition: 1s;
    -webkit-transition: 1s; /* Safari */
    -moz-transition: 1s; /* Safari */
  }

  .ultra-fixed #logo {
    height:65px;
    background-size:60%;
    transition: 1s;
    -webkit-transition: 1s; /* Safari */
    -moz-transition: 1s; /* Safari */
  }
  
  .ultra-fixed #menu li {
    height:65px;
  }

  .ultra-fixed #menu li a {
    padding: 20px 13px 20px 13px;
  }

  .ultra-fixed #rzo-links {
    display:none;
  }
  
  .ultra-fixed #blog-actu {
    height:65px;
    transition: 1s;
    -webkit-transition: 1s; /* Safari */
    -moz-transition: 1s; /* Safari */
  }

  .ultra-fixed #blog-actu ul {
    margin-top:20px;
    transition: 1s;
    -webkit-transition: 1s; /* Safari */
    -moz-transition: 1s; /* Safari */
  }

  .cube-sous-nav {
    background:#0d8cbf;
    text-align:center;
    font-family:'Oswald', arial, sans-serif;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
  }

  .cube-sous-nav:hover {
    background:#707070;
    text-align:center;
    font-family:'Oswald', arial, sans-serif;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
  }

  .current-souscat {
    background:url(../images/current-souscat.png) top -1px center no-repeat #0d8cbf;
  }
  .current-souscat a {

  }
  .current-souscat:hover {
    background:url(../images/current-souscat.png) top -1px center no-repeat #707070;

  }
  
  .current-souscat a:hover {

  }

  .cube-sous-nav a {  
    display:block;
    padding:20px 0 20px 0;
    color:#fff;
    text-decoration:none;
    font-size:13px;
  }
  
  .cube-sous-nav-devis {
    background:url(/images/fleche-devis.png) left 10px center no-repeat #007f00;
    text-align:center !important;
    font-family:'Oswald', arial, sans-serif;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
  }
  
  .cube-sous-nav-devis:hover {
    background:url(/images/fleche-devis.png) right center no-repeat #009400;
    text-align:center !important;
    font-family:'Oswald', arial, sans-serif;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
  }
  
  .cube-sous-nav-devis a {  
    display:block;
    text-align:center !important;
    margin:0 auto;
    padding:20px 0 20px 0;
    color:#fff;
    text-decoration:none;
    font-size:13px;
  }
  
  .cube-sous-nav-devis a:hover {  
    display:block;
    text-align:center !important;
    margin:0 auto;
    padding:20px 0 20px 0;
    color:#fff;
    text-decoration:none;
  }



/* ====== */
/* FOOTER */
/* ====== */

#certifs-zone {
  width:100%;
  background:#f4f4f4;
  padding:70px 0 70px 0;
}

#certifs-zone img {
  display:inline-block;
  width:180px;
  margin:10px auto 10px auto !important;
}

#footer {
  background:#3b3b3b;
  color:#fff;
  padding-bottom:15px;
}

a.liens-footer {
  color:#cfcfcf;
  text-decoration:none;
  font-size:13px;
}

#footer img.logo-footer {
  margin:22px 0 10px 0;
}

#footer h3 {
  font-family:'Open Sans', Arial, Sans-serif;
  font-size:19px;
  font-weight:normal;  
}

#footer ul {
  padding:0;
  margin:0;
  list-style:none;
}

#footer ul li {
  padding:0;
  margin:5px 0 5px 0;
  list-style:none;
  font-size:16px;
  font-family:Arial, Sans-serif;
}

#receive-newsletter {
  text-align:left;
  font-size:26px;
  font-family:'Oswald', Arial, Sans-serif;
  line-height:30px;
}

.newsletter-box {
  width:100%;
  height:136px;
  margin:20px 0 0 0;
  background:url(../images/recevoir-newsletter.png) center top no-repeat;
}

.newsletter-box p {
  padding:5px 0 0 7px;
  margin:0;
}

.newsletter-box a {
  float:right;
  margin-right:10px;
}

.g-plus-jk {
  width:38px;
  height:38px;
  background:url(../images/gp-jk.png) bottom no-repeat;
  float:left;
  margin:0 20px 0 0;
}

.linked-in-jk {
  width:38px;
  height:38px;
  background:url(../images/li-jk.png) bottom no-repeat;
  float:left;
  margin-right:20px;
}

.twitter-jk {
  width:38px;
  height:38px;
  background:url(../images/t-jk.png) bottom no-repeat;
  float:left;
  margin-right:20px;
}

.facebook-jk {
  width:38px;
  height:38px;
  background:url(../images/f-jk.png) bottom no-repeat;
  float:left;
}

.g-plus-jk:hover, .linked-in-jk:hover, .twitter-jk:hover, .facebook-jk:hover {
  background-position:top;
}

.bottom-footer {
  text-align:center;
  font-family:Arial, Sans-serif;
  font-size:12px;
  padding-bottom:20px;
}

.bottom-footer p {
  color:#b2b2b2;
}

.bottom-footer p a {
  color:#b2b2b2;
}



.blocs-orange {
  height:80px;
  text-align:right;
  color:#fff;
  font-family:'Oswald', arial, sans-serif;
  font-size:35px;
  background:#0d8cbf;
  margin-bottom:20px;
  font-weight:normal !important;
}

.blocs-orange a {
  display:block;
  color:#fff;
  text-decoration:none;
  text-align:right;
  float:right;
  font-weight:normal !important;
  height:65px; /* 80 - 15 */
  padding:15px 0 0 0;
  width:100%;
}

.blocs-orange a:hover {
  color:#fff !important;
}


/* PAGE 404 */

a.square-plus-home {
  display:block;
  width:200px;
  height:135px;
  padding:25px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background:#0d8cbf;
  color:#fff;
  text-align:center;
  text-decoration:none;
  margin:30px auto 0 auto;
  font-weight:normal;
  font-size:20px;
  line-height:50px;
}

a.square-plus-home:hover {
  color:#fff;
  font-weight:normal;
  background:#23a1d3;
}

/* ACTUALITES */

#googleplus1 {
  float:right;
}

.page-inter-actu h1 {
  font-size:34px;
  font-family:'Oswald', Arial, Sans-serif;
  color:#0d8cbf;
  letter-spacing:1px;
}

.page-inter-actu a {
  color:#707070;
  font-weight:bold;
}

.page-inter-actu a:hover {
  color:#0d8cbf;
  font-weight:bold;
}

.page-inter-actu img {
  margin:0 auto;
  border:#f0f0f0 10px solid;
}

.page-inter-actu iframe {
  margin:0 auto !important;
}

div.list-actu a.bouton-orange-more-grand {
  width:150px !important;
  font-size:15px;
}

.list-actu {
  margin-top:40px;
}

p.date-pub-actu {
  float:right;
}

#maillage-actus-top .cube-sous-nav, #maillage-actus-top .cube-sous-nav-devis {
  margin-top:20px;
}

#maillage-actus-top .cube-sous-nav a, #maillage-actus-top .cube-sous-nav a:hover, #maillage-actus-top .cube-sous-nav-devis a, #maillage-actus-top .cube-sous-nav-devis a:hover {
  font-weight:normal !important;
  color:#fff;
}

#maillage-actus-top {
  background:#f4f4f4;
  padding-bottom:20px;
  height:auto;
  overflow:hidden;
  width:100%;
}

/* PAGE CONTACT */

iframe {
    border:#f4f4f4 10px solid;
}

p.num-contact {
  background:#0d8cbf;
  padding:10px;
  color:#fff;
}

input.form-contact {
  background:#eeeeee;
  padding:10px;
  border:0;
  width:90%;
  font-family:'Open Sans', Arial, Sans-serif;
  font-size:15px;
  margin:0 0 15px 0;
}

.line-presta {
  background:#fff;
  margin:0 0 15px 0;
  width:93%; 
  border:5px solid #f2f2f2;
  overflow:hidden;
  padding:15px 0 15px 0; 
}

.line-presta input {
  float:left;
  margin:28px 20px 0 20px;
}

.line-presta img {
  float:left;
}

.line-presta p {
  float:left;
  font-family:'Oswald', Arial, Sans-serif;
  font-size:20px;
  margin-left:20px;
}

.line-formation-contact {
  background:#fff;
  margin:0 0 15px 0;
  width:93%; 
  border:5px solid #f2f2f2;
  overflow:hidden;
  height:475px;  
}

.head-formation-contact {
  margin:0 auto;
  padding:25px 0 0 0;
}

.head-formation-contact p {
  text-align:center;
  font-family:'Oswald', Arial, Sans-serif;
  font-size:20px;
  padding:5px 0 0 0;
  margin:0 0 0 0;
}

ul.col-contact-1, ul.col-contact-2, ul.col-contact-3, ul.col-contact-4, ul.col-contact-5 {
  float:left;
}

.commentaire-bas textarea {
  background:#f2f2f2;
  padding:10px;
  border:none;
  width:95%;
}

.commentaire-bas input {
  background:#0d8cbf;
  padding:10px;
  border:none;
  font-family:'Oswald', Arial, Sans-serif;
  font-size:18px;
  color:#fff;
  cursor:pointer;
  width:200px;
}

.info-contact-page {
  margin-top:25px;
}

.info-contact-page p.topnum {
  width:315px;
  background:#f2f2f2;
  padding:20px;
  font-family:'Oswald', Arial, Sans-serif;
  font-size:30px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin:0;
  border-bottom:5px dotted #fff;
}
  
.info-contact-page p.bottomnum {
  width:315px;
  background:#f2f2f2;
  padding:20px;
  font-family:'Oswald', Arial, Sans-serif;
  font-size:30px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin:0;
}  
  
span.agence-line-page {
  font-size:20px;
}
  
span.telnum-line-page a {
  font-size:40px;
  color:#0d8cbf;
  text-decoration:none;
}

p.leftnum {
  background:#f2f2f2;
  padding:20px;
  font-family:'Oswald', Arial, Sans-serif;
  font-size:20px !important;
  margin:0;
  height:67px;
}

p.middlenum {
  background:#f2f2f2;
  padding:20px;
  font-family:'Oswald', Arial, Sans-serif;
  font-size:20px !important;
  margin:0;
  height:67px;
}

p.rightnum {
  background:#f2f2f2;
  padding:20px;
  font-family:'Oswald', Arial, Sans-serif;
  font-size:20px !important;
  margin:0;
  height:67px;
} 

.telnum-line-page a {
  font-size:25px !important;
}

.mailadd-line-page a {
  font-size:18px !important;
  line-height:25px !important;
  color:#0d8cbf;
}  

p.address-line {
  padding:10px;
  text-align:center;
  background:#f2f2f2;
  font-family:'Oswald', Arial, Sans-serif;
  font-size:20px !important;
}

h3.formulaire-contact {
  font-weight:normal;
  text-align:justify;
}

/* POP TOP */

#pop-top {
  position:absolute;
  display:block;
  width:100%;
  height:213px;
  top:0;
  margin:-1px auto 0 auto;
  background:url(../images/pop-top.png) center top no-repeat;
  z-index:5;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  z-index:999999999999999999999999999999;
}

#pop-top p { 
  display:block;
  font-family:'Oswald', Arial, Sans-serif;
  font-size:40px !important;
  color:#fff;
  text-align:center;
  margin-top:60px;
  margin-bottom:0;
}

#pop-top a {
  color:#fff;
  text-decoration:none;
}  

#open {
  position:absolute;
  top:0;
  left:auto;
  right:auto;
  height:32px;
  z-index:99999999999999999999999999999999999;
  margin-left:47%;
  text-align:center;
}

#open a {
  text-decoration:none !important;
}

.ouvrir-toggle {
  background:#f19100;
  padding:5px 15px 5px 15px;
  color:#fff;
  font-family:'Open Sans', Arial, Sans-serif;
  font-size:12px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

/* POP LEFT */

.contact-left {
  position:fixed;
  margin-top:300px;
  z-index:9999999999999999999999999999999999999;
  font-family:'Oswald',arial, sans-serif;
  font-size:20px;
  opacity:0.6;
  -webkit-opacity:0.6;
  -moz-opacity:0.6;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
}

.contact-left:hover {
  opacity:1;
  -webkit-opacity:1;
  -moz-opacity:1;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
}

.num-left-paris {
  background:url(../images/picto-tel-paris.png) center right 10px no-repeat #fff;
  padding:15px 15px 15px 30px;
  margin-bottom:15px;
  width:300px;
  color:#707070;
  margin-left:-280px;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
}

.num-left-paris a {
  color:#707070;
  text-decoration:none;
}

.num-left-sophia {
  background:url(../images/picto-tel-sophia.png) center right 10px no-repeat #0d8cbf;
  padding:15px 15px 15px 30px;
  margin-bottom:15px;
  width:300px;
  color:#fff;
  margin-left:-280px;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
}

.num-left-sophia a {
  color:#fff;
  text-decoration:none;
}

.num-left-paris:hover {
  margin-left:0px;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
}

.num-left-sophia:hover {
  margin-left:0px;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
}

/* REFERENCES CLIENT */

.references-client-blocs {
  padding:20px 0 20px 0;
  height:220px;
}

img.img-ref-client-rect {
  width:150px;
  margin:0 auto;
  padding:85px 0 0 0;
}

img.img-ref-client-square {
  width:150px;
  margin:0 auto;
  padding:50px 0 0 0;
}

p.refs-client-titre {
  padding:20px 0 0 0;
  margin:0;
  font-size:30px;
  text-align:center;
}

p.refs-client-texte {
  padding:0;
  margin:20px 0 0 0;
  font-size:20px;
  text-align:center;
  font-weight:normal;
}

span.first-big {
  font-size:50px;
  text-align:center;
  line-height:55px;
}

.refs-client-analytics {
  margin:0;
  padding:10px;
  font-size:13px;
}

.title-analytics-ref {
  margin:0;
  padding:10px 10px 5px 10px;
  font-size:20px;
}

.social-special {
  margin-top:20px;
  text-align:center !important;
  font-size:20px;
}

/* Encart Agence Agréée */

.encart-agence {
  border:1px solid #f0f0f0;
  background:#fdfdfd;
  margin-top:15px;
  margin-bottom:0;
  padding-bottom:15px;
}

.encart-agence-left {
  float:left;
  width:70%;
}

p.titre-encart-agence {
  margin-top:0;
  font-family:'Oswald',Arial,Sans-serif;
  font-size:20px;
}

.encart-agence-right {
  float:right;
  width:25%;
}

.encart-agence a.google-partner-img {
  display:block;
  margin-top:20%;  
}

a.google-partner-img img {
  display:block;
  width:250px;
  float:right;
}

/* Carré Demande devis */

.last-dem-devis {
  margin-left:30px;
  margin-top:15px;
}

.top-carre-six {
  height:140px;
  background:url(/images/fleche-devis.png) left center no-repeat #0d8cbf;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
}

.top-carre-six:hover {
  background:url(/images/fleche-devis.png) right center no-repeat #23a1d3;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  -ms-transition:0.5s;
}

.last-dem-devis p {
  margin:0;
  padding:40px 10px 0 10px;
  text-align:center;
  color:#fff;
  font-family:'Oswald',arial,sans-serif;
}

a.link-dem {
  display:block;
  color:#fff;
  text-decoration:none;
  font-weight:normal;
  font-size:20px;
}

a.link-dem:hover {
  color:#fff;
  font-weight:normal;
}

/* Responsive Zone */


  @media screen and (max-width:1600px) {
    html {
      font-size: 14px;
    }
    
    #slogan-home-interbloc {
      height:60px;
    } 
  }
  
  @media screen and (max-width:1200px) {
    html {
      font-size: 14px;
    }
    
    .sq-texte-home {
      font-size: 20px;
    }
    
    .sq-logo-home {
      font-size: 20px;
    }
    
    #slogan-home-interbloc {
      height:55px;
    } 
  }
  
  @media screen and (max-width:1024px) {
    html {
      font-size: 14px;
    }
    
    .sq-texte-home {
      font-size: 18px;
    }
    
    .sq-logo-home {
      font-size: 18px;
    }
    #slogan-home-interbloc {
      height:50px;
    } 
    .contact-left {
      display:none;
      visibility:hidden;
      -moz-visibility:hidden;
      -webkit-visibility:hidden;
      -ms-visibility:hidden;
    }
    
  }
  
#mobile {display:none;}

.item-souscat-mobile {
  display:block;
  background:#0d8cbf;
  width:21%;
  height:4em;
  float:left;
  margin:0 0 0 10px;
  padding:0;
  text-align:center;
  color:#fff;
  font-weight:bold;
  font-family:Oswald,arial,sans-serif;
}

#s-livre-blanc {
  background:#4e4e4e;
}

#s-livre-blanc img {
  display:inline-block;
  margin-top:10px;
  float:left;
  padding-bottom:7px;
}

#s-livre-blanc p {
  float:left;
  font-weight: bold;
  color: #fff;
  padding-top:15px !important;
  text-decoration: none;
  font-size: 19px;
  padding:0;
  margin-left:20px;
  display:inline-block;
}

#s-livre-blanc p a {
  color:#fff;
  text-decoration:none;
}

/* Page réalisations */

.left-reals {
  width:50%;
  height:500px;
  float:left;
  background-size:cover;
  overflow:hidden;
}

.right-reals {
  width:50%;
  background:#f6f6f6;
  height:500px;
  float:left;
}

.title-reals {
  text-align:center;
  font-family:'Oswald', arial, sans-serif;
  font-weight:normal;
  font-size:40px;
  color:#0d8cbf;
}

.btns-reals {
  width:245px;
  height:100px;
  text-align:justify;
  margin:25px auto 0 auto;
}

.arounda {
  background:url(/images/fd-btns.png) no-repeat;
  width:100px;
  height:100px;
  float:left;
}

.aroundas {
  margin-right:45px;
}

a.btn-devis-reals {
  display:block;
  background:url(/images/devis-reals.png) top center no-repeat;
  width:47px;
  height:54px;
  margin:23px 0 0 25px;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
}

a.btn-devis-reals:hover {
  background:url(/images/devis-reals.png) bottom center no-repeat;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
}

a.btn-voir-reals {
  display:block;
  background:url(/images/voir-reals.png) top center no-repeat;
  width:48px;
  height:48px;
  margin:26px 0 0 25px;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
}

a.btn-voir-reals:hover {
  background:url(/images/voir-reals.png) bottom center no-repeat;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
}

.mask-reals1 {
  height:100%;
  width:100%;
  background:rgba(14,141,192,0.5);
  transform:rotate(150deg) translateX(-500px);
  -moz-transform:rotate(150deg) translateX(-500px);
  -webkit-transform:rotate(150deg) translateX(-500px);
  transition:1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  margin-left:-50%;
}

.mask-reals2 {
  height:100%;
  width:100%;
  background:rgba(14,141,192,0.7);
  transform:rotate(150deg) translateX(-500px);;
  -moz-transform:rotate(150deg) translateX(-500px);;
  -webkit-transform:rotate(150deg) translateX(-500px);;
  transition:1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  margin-left:-50%;
}

.left-reals:hover > .mask-reals1 {
  -webkit-transform: rotate(56.5deg) translateX(-200px);
  -moz-transform: rotate(56.5deg) translateX(-200px);
  -o-transform: rotate(56.5deg) translateX(-200px);
  -ms-transform: rotate(56.5deg) translateX(-200px);
  transform: rotate(56.5deg) translateX(-200px);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);
  transition:1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  margin-top:-50%;
  margin-left:30%;
}

.left-reals:hover > .mask-reals2 {
  -webkit-transform: rotate(56.5deg) translateX(-200px);
  -moz-transform: rotate(56.5deg) translateX(-200px);
  -o-transform: rotate(56.5deg) translateX(-200px);
  -ms-transform: rotate(56.5deg) translateX(-200px);
  transform: rotate(56.5deg) translateX(-200px);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);
  transition:1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  margin-top:80%;
  margin-left:30%;
} 


a.btn-see-real {
  display:block;
  position:absolute;
  padding:15px;
  /*background:#0d8cbf;*/
  color:#fff;
  transition:1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  opacity:0;
  -moz-opacity:0;
  -webkit-opacity:0;
  text-align:center;
  font-family:'Oswald', arial, sans-serif;
  font-weight:normal;
  font-size:30px;
  text-decoration:none;
  width:200px;
  margin:0 auto;
}

a.btn-see-real:hover {
  font-family:'Oswald', arial, sans-serif;
  font-weight:normal;
  font-size:30px;
  color:#fff;
  text-decoration:none;
  margin:0 auto;
}

.left-reals:hover > a.btn-see-real {
  opacity:1;
  -moz-opacity:1;
  -webkit-opacity:1;
  transition:1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  margin-top:10%;
  width:50%;
}

a.btn-see-real2 {
  display:block;
  position:absolute;
  padding:15px;
  /*background:#0d8cbf;*/
  color:#fff;
  transition:1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  opacity:0;
  -moz-opacity:0;
  -webkit-opacity:0;
  text-align:center;
  font-family:'Oswald', arial, sans-serif;
  font-weight:normal;
  font-size:30px;
  text-decoration:none;
}

a.btn-see-real2:hover {
  font-family:'Oswald', arial, sans-serif;
  font-weight:normal;
  font-size:30px;
  color:#fff;
  text-decoration:none;
}

.left-reals:hover > a.btn-see-real2 {
  opacity:1;
  -moz-opacity:1;
  -webkit-opacity:1;
  transition:1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  margin-top:10%;
  width:50%;
}

.texte-souscat {
  width:70%;
  text-align:justify;
  margin:0 auto;
  font-size:15px;
}

/* Preheader */

.preheader {
  background:#4e4e4e;
  color:#fff;
  font-family:Arial, Sans-serif;
}

.preheader p {
  margin:0;
  padding:12px 0;
  text-align:center;
}

.preheader a {
  color:#fff;
  text-decoration:none;
}

  
ul.blog-actu-gris {
  margin:5px 0 0 0;
  padding:0;
  list-style-type:none;
  list-style-image:none;
  font-family:'Oswald', Arial, Sans-serif;
  font-size:17px;
  float:right;
}
  
ul.blog-actu-gris li {
  list-style-type:none;
  padding-top:8px;
}

ul.blog-actu-gris li a {
  color:#fff;
  text-decoration:none;
}
  
.logopre:before {
  /*content:url(/images/jk-small.png);
  margin-right:4px;
  margin-top:-3px;*/
}

.spespe input {
  margin-top:10px !important;
  
}

ul.under-form {
  display:none;
  margin-left:200px;
}

.ultra-fixed .blog-actu-gris {
  display:none;
}

#cookie-alert {
  font-family:arial,sans-serif;
  font-size:15px;
  width:100%;
  background:#000;
  height:auto;
  position:fixed;
  bottom:0;
  padding-top:10px;
  padding-bottom:10px;
  color:#fff;
  text-align:center;
  z-index:99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  opacity:0.5;
  -moz-opacity:0.5;
  -webkit-opacity:0.5;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
}

#cookie-alert:hover {
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  opacity:1;
  -moz-opacity:1;
  -webkit-opacity:1;
}

#cookie-alert a {
  color:#fff;
  font-weight:bold;
}

#cross-end {
  display:block;
  width:10px;
  height:10px;
  float:right;
  background:#707070;
  text-decoration:none;
  padding:5px 10px 15px 10px;
  margin-top:-10px;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
}

#cross-end:hover {
  background:#333;
  transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
}

/* Témoignages */

.question-agence {
  font-weight:bold;
  
}

.img-client-temoignages {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width:200px;
  margin:0 auto;
}

.img-client-temoignages-2 {
  width:300px;
  margin:0 20px 20px 20px;
  float:right;
}

h2.temoignages {
}

.chapo-temoignages {
  font-style:italic;
}

.chapo-temoignages a {
  font-style:normal;
  margin-top:5px !important;
}

.reponse-client:before {
  content:'\f10d';
  font-family:'FontAwesome', arial, sans-serif;
  color:#c0c0c0;
  font-size:16px;
}

.reponse-client:after {
  content:'\f10e';
  font-family:'FontAwesome', arial, sans-serif;
  color:#c0c0c0;
  font-size:16px;
}

.question-agence:before {
  content:'\f007';
  font-family:'FontAwesome', arial, sans-serif;
  margin-right:5px;
  color:#0d8cbf;
  font-size:18px;
  font-weight:normal;
}

.nom-interview {
  font-weight:bold;
  font-size:18px;
  margin-top:0px;
}

.temoign {
  padding:0 20px 20px 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  background:#fdfdfd;
  border:solid #f0f0f0 1px;
}

.title-actu-home {
  padding: 0;
  margin: 0;
  display: block;
  color: #707070 !important;
  height: 47px;
  padding: 13px 0 0 0;
  font-size: 1.5rem;
  font-family: 'Oswald', Arial, Sans-serif;
  font-weight: normal;
}

.title-actu-home a {
  text-decoration:none;
  color: #0d8cbf !important;
}

.title-actu-home a:hover {
  text-decoration:none;
  color: #707070 !important;
}