@charset "UTF-8";
/*@import url("../../../../../webfonts/Open_Sans/stylesheet.css");*/
@import url("../../vendor/open_sans/css/open_sans-font.css");
@import url("../../vendor/insignia/css/insignia-font.css");
/*------------------------------------------------------------------
[Table of contents]

1. Color Sheme / Colors, textures
2. Blocks
3. Typography / Heading, Regular
4. Basic Styles
5. Buttons
6. Header Styles
7. Drop-down menu
8. Main Page
9. Inner Pages
10. Hover Effects
11. Google Map
12. Footer Styles
13. Media Query


-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Color Sheme / Colors, textures]
*/
/* Green */
/* Brown */
/* Deep Orange */
/* Teal */
/* Contrast */
/* Blue-grey */

/* JP couleurs */
/* bleu clair : #48E5E5 */
/* bleu : #00A1E0 */
/* bleu foncé : #010854 */
/* fond gris : #EEEDEB */
/* orange : #f57b01 */
a {
	color: #00A1E0;
}
a:hover {
	color: #48E5E5;
}

.text-bleuclair {
	color: #48E5E5;
}
.text-bleufonce {
	color: #010854;
}
.text-bleu {
	color: #00A1E0;
}

.fond_bleufonce {
	background-color:#010854;
}
.fond_bleu {
	background-color:#00A1E0;
	color: #fff;
}
.fond_bleu_light {
	background-color: rgba(66, 135, 200, 0.4);	
}
.fond_bleu:hover,
.fond_bleu a:hover {
	background-color:#FFFFFF;
	color: #00A1E0;
}
.fond_gris {
	background-color:#EEEDEB;
}

.btn-bleuclair, .btn-bleufonce  {
	/* font-family: "Open Sans", serif; */
	/* font-style: oblique; */
	border-radius: 8px;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 11px;
}
.btn-bleuclair {
	border: 1px solid #48E5E5;
	background: #48E5E5;
}
.btn-bleuclair:hover {
	border: 1px solid #010854;
	background: #010854;
}
.btn-bleufonce {
	border: 1px solid #010854;
	background: #010854;
}
.btn-bleufonce:hover {
	border: 1px solid #48E5E5;
	background: #48E5E5;
}

.ligne_bleu {
	border-bottom: 3px solid #00A1E0;
}

.fond_jaune {
	background-color:#fdc131;
	color: #fff;
}
.fond_jaune_light {
	background-color: rgba(253, 193, 49, 0.3);
}
.fond_jaune:hover,
.fond_jaune a:hover {
	background-color:#FFFFFF;
	color: #fdc131;
}
.ligne_jaune {
	border-bottom: 3px solid #fdc131;
}

.fond_vert {
	background-color:#a4c631;
	color: #fff;
}
.fond_vert_light {
	background-color: rgba(164, 198, 49, 0.4);
}

.fond_vert:hover,
.fond_vert a:hover {
	background-color:#FFFFFF;
	color: #a4c631;
}
.ligne_vert {
	border-bottom: 3px solid #a4c631;
}

.fond_violet {
	background-color:#530eaf;
	color: #fff;
}
.fond_violet_light {
	background-color: rgba(83, 14, 175, 0.3);
}
.fond_violet:hover,
.fond_violet a:hover {
	background-color:#FFFFFF;
	color: #530eaf;
}
.ligne_violet {
	border-bottom: 3px solid #530eaf;
}

.fond_rouge {
	background-color:#b8272f;
	color: #fff;
}
.fond_rouge:hover,
.fond_rouge a:hover {
	background-color:#FFFFFF;
	color: #b8272f;
}
.ligne_rouge {
	border-bottom: 3px solid #b8272f;
}

.fond_rose {
	background-color:#c913d9;
	color: #fff;
}
.fond_rose_light {
	background-color: rgba(83, 14, 175, 0.3);
}
.fond_rose:hover,
.fond_rose a:hover {
	background-color:#FFFFFF;
	color: #c913d9;
}
.ligne_rose {
	border-bottom: 3px solid #c913d9;
}

.fond_orange {
	background-color:#f39c1d;
	color: #fff;
}
.fond_orange_light {
	background-color: rgba(83, 14, 175, 0.3);
}
.fond_orange:hover,
.fond_orange a:hover {
	background-color:#FFFFFF;
	color: #f39c1d;
}
.ligne_orange {
	border-bottom: 3px solid #f39c1d;
}

/* couleur catégorie */
.fond_cat1 {
	background-color:#a64100;
	color: #fff;
}
/*
.fond_cat1_light {
	background-color: rgba(83, 14, 175, 0.3);
}
*/
.fond_cat1:hover,
.fond_cat1 a:hover {
	background-color:#FFFFFF;
	color: #a64100;
}
.ligne_cat1 {
	border-bottom: 3px solid #a64100;
}

.fond_cat2 {
	background-color:#bc4a00;
	color: #fff;
}
/*
.fond_cat2_light {
	background-color: rgba(83, 14, 175, 0.3);
}
*/
.fond_cat2:hover,
.fond_cat2 a:hover {
	background-color:#FFFFFF;
	color: #bc4a00;
}
.ligne_cat2 {
	border-bottom: 3px solid #bc4a00;
}

.fond_cat3 {
	background-color:#d95500;
	color: #fff;
}
/*
.fond_cat3_light {
	background-color: rgba(83, 14, 175, 0.3);
}
*/
.fond_cat3:hover,
.fond_cat3 a:hover {
	background-color:#FFFFFF;
	color: #d95500;
}
.ligne_cat3 {
	border-bottom: 3px solid #d95500;
}

.fond_cat4 {
	background-color:#ee5d00;
	color: #fff;
}
/*
.fond_cat4_light {
	background-color: rgba(83, 14, 175, 0.3);
}
*/
.fond_cat4:hover,
.fond_cat4 a:hover {
	background-color:#FFFFFF;
	color: #ee5d00;
}
.ligne_cat4 {
	border-bottom: 3px solid #ee5d00;
}

.fond_cat5 {
	background-color:#ff6400;
	color: #fff;
}
/*
.fond_cat5_light {
	background-color: rgba(83, 14, 175, 0.3);
}
*/
.fond_cat5:hover,
.fond_cat5 a:hover {
	background-color:#FFFFFF;
	color: #ff6400;
}
.ligne_cat5 {
	border-bottom: 3px solid #ff6400;
}

.fond_cat6 {
	background-color:#ff8400;
	color: #fff;
}
/*
.fond_cat6_light {
	background-color: rgba(83, 14, 175, 0.3);
}
*/
.fond_cat6:hover,
.fond_cat6 a:hover {
	background-color:#FFFFFF;
	color: #ff8400;
}
.ligne_cat6 {
	border-bottom: 3px solid #ff8400;
}

.fond_cat7 {
	background-color:#ffa200;
	color: #fff;
}
/*
.fond_cat7_light {
	background-color: rgba(83, 14, 175, 0.3);
}
*/
.fond_cat7:hover,
.fond_cat7 a:hover {
	background-color:#FFFFFF;
	color: #ffa200;
}
.ligne_cat7 {
	border-bottom: 3px solid #ffa200;
}
/* fin couleur catégorie */
/* icones blog */
.sprite {
    background-image: url(https://www.acd-groupe.fr/images/blog/icones.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.communication {
    width: 38px;
    height: 38px;
    background-position: -600px -184px;
}
.maj {
    width: 38px;
    height: 38px;
    background-position: -209px -419px;
}
.produits {
    width: 38px;
    height: 38px;
    background-position: -405px -184px;
}
.rh {
    width: 38px;
    height: 38px;
    background-position: -756px -147px;
}
.services {
    width: 38px;
    height: 38px;
    background-position: -326px -145px;
}
.petites-annonces {
    width: 38px;
    height: 38px;
    background-position: -288px -147px;
}
.vieACD {
    width: 38px;
    height: 38px;
    background-position: -482px -224px;
}
/* fin icones blog */


.cat-item {
	border-bottom: 3px solid #FFFFFF;
}
.cat-item:hover {
	border-bottom: 3px solid #CCCCCC;
}

.fontcolor-regular, .fontcolor-regular a {
  color: #333;
}

.fontcolor-invert, .fontcolor-invert a {
  color: #fff;
}

.fontcolor-medium-light, .fontcolor-medium-light a {
  color: rgba(255, 255, 255, 0.8);
}


#cat .defaultLib{
	 color: #000;
}

.hovercolor, .hovercolor a {
  color: #f57b01;
}

.tw-bgcolor {
  color: #FFFFFF;
  background-color: #4099ff;
}
.fb-bgcolor {
  color: #FFFFFF;
  background-color: #3b5998;
}
.in-bgcolor {
  color: #FFFFFF;
  background-color: #0e76a8;
}
.yt-bgcolor {
  color: #FFFFFF;
  background-color: #ff3333;
}
.gplus-bgcolor {
  color: #FFFFFF;
  background-color: #dd4b39;
}



/** Backgrounds **/
/** Background Classes **/
.bg-light {
  background: #e8e8e8;
}

/*EPRESSE : background image géré via back-office*/
.bg-light-default {	
	background-size: cover;
	background-position: 0 0;
	background-attachment: fixed;
	background-repeat: no-repeat;		
}

.bg-light-texture {
	background-image: url(../images/backgrounds/key-white.jpg);
	background-size: cover;
	background-position: 0 0;
	background-attachment: fixed;
	background-repeat: no-repeat;		
}

.bg-light-img1 {
	background-image: url(../../../galerie/backgrounds/accueil-acdenbref.jpg);
	background-size: cover;
	background-position: 0 0;
	background-attachment: fixed;
	background-repeat: no-repeat;		
}

/*
.bg-light-img2 {
	background-image: url(/galerie/backgrounds/gris.gif);
	background-size: cover;
	background-position: 0 0;
	background-attachment: fixed;
	background-repeat: no-repeat;		
}
*/

.bg-light-img2 {
	background-color: #dddddd;
}

.bg-light-groupe {
	background-image: url(../../../images/backgrounds/groupe.jpg);
	background-size: cover;
	background-position: 0 0;
	background-attachment: fixed;
	background-repeat: no-repeat;	
}

.bg-light-blog {
	background-image: url(../../../images/backgrounds/blog.jpg);
	background-size: cover;
	background-position: 0 0;
	background-attachment: fixed;
	background-repeat: no-repeat;	
}

.bg-light-espaceclient {
	background-image: 
		url(../../../images/cercle_seul2022.png),
		url("../../../images/header2022.png");
	background-size: contain, contain;
	background-position: 0 0, 0 0;
	background-attachment: fixed, fixed;
	background-repeat: no-repeat, no-repeat;	
}

.bg-dark {
  background: #333;
  color: #fff;
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-grey {
  background-color: #dddddd;
}

.bg-color-333 {
  background-color: #333333;
}

.bg-color-666 {
  background-color: #666666;
}

.bg-color-999 {
  background-color: #999999;
}

.bg-dark-texture {
  background-image: url(../images/bg-dark.png);
}

.border-grey {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.bg-cercle {
	background-image: 
		url(../../../images/cercle_seul2022.png);
	background-size: contain;
	background-position: 0 0, 0 0;
	background-attachment: fixed;
	background-repeat: no-repeat;	
}

/*------------------------------------------------------------------
[2. Blocks]
*/
.block-superlight {
  padding: 3px 0 50px 0;
}

.block-light {
  padding: 70px 0 50px 0;
}

.block-medium-light {
  padding: 150px 0 150px 0; /* ca sert aussi pour le bandeau des pages internes donc il ne faut pas le réduire en hauteur */
/*  padding: 30px 0 20px; */
}

.block-dark {
  padding: 70px 0 50px 0;
  color: #333;
}
.block-dark p {
  color: rgba(255, 255, 255, 0.8);
}

.block-centered {
  text-align: center;
  margin: 0 auto;
}

.block-top-title{
	background-size: cover;
	/*background-size: contain; */
	background-position: 50% 50%; 
	background-repeat: no-repeat;
}

.block-Hcentered {
  margin: 10px 0;
}

/*------------------------------------------------------------------
[3. Typography]
*/
/* Headings Fonts variables */
/* Heading font one */
.font-accident-one-bold {
  font-family: Novecentosanswide-Bold, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-accident-one-book {
  font-family: Novecentosanswide-Book, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-accident-one-demibold {
  font-family: Novecentosanswide-DemiBold, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-accident-one-light {
	/* font-family: Novecentosanswide-Light, sans-serif; */
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-style: normal;
}

.font-accident-one-medium {
	/* font-family: Novecentosanswide-Light, sans-serif; */
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-style: normal;
}

.font-accident-one-normal {
  font-family: Novecentosanswide-Normal, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* Heading font two */
.font-accident-two-normal {
  font-family: "Georgia", serif;
  font-style: normal;
}

.font-accident-two-oblique {
  font-family: "Georgia", serif;
  font-style: oblique;
}

.font-accident-two-bold {
  font-family: "Georgia", serif;
  font-weight: bold;
}

.font-accident-two-bold-italic {
  font-family: "Georgia", serif;
  font-weight: bold;
  font-style: oblique;
}

/* Regular font */
.font-regular-light {
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-regular-normal {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-regular-bold {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* Headings */
h1 {
  /* font-family: "Open Sans", sans-serif; */
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
}

h2 {
  /* font-family: "Open Sans", sans-serif; */
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0px;
}

h3 {
  /* font-family: "Open Sans", sans-serif; */
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
}

h4 {
  /* font-family: "Open Sans", sans-serif; */
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
}

h5 {
  /* font-family: "Open Sans", sans-serif; */
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
}

h6 {
  /* font-family: "Open Sans", sans-serif; */
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  margin-top: 0px;
  padding-top: 5px;
}

.col-xs-8 h6 {
  margin-top: 0;
}

/*------------------------------------------------------------------
[4. Basic Styles]
*/
body {
	overflow-x: hidden;
	overflow-y: auto;
	color: #010854;
	font: 14px/1.4 "montserrat", sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	background: url("");
	text-align: justify;
}

hr {
	margin-top: 0px;
}

ul {
  list-style: none;
  margin-left: 0px;
}
ul li {
  /*padding: 4px 0;*/
}

ul.list {
	list-style:disc;
}
/*
ul.list-o {
  list-style: disc;
  list-style-position: inside;
  padding: 0;
  margin: 0 0 10px 0;
}
ul.list-o li {
  padding-left: 1em;
  text-indent: -.7em;
}
*/
ul.list-o {
  list-style: disc;
  list-style-position: inside;
  padding: 0;
}
ul.list-o li {
  padding: 0;
  color:#f57b01;
}

ul.list-o li:first-line {
  color:#000;
}
/*
ul.list-o li:before {
  padding-right: 4px;
  content: "• ";
  color: #f57b01;
  font-size: 25px;
  vertical-align: middle;
}
*/

/* Dividers */
.dividewhite1 {
  height: 10px;
}

.dividewhite2 {
  height: 20px;
}

.dividewhite3 {
  height: 30px;
}

.dividewhite4 {
  height: 40px;
}

.dividewhite6 {
  height: 60px;
}

.dividewhite8 {
  height: 80px;
}

.dividewhite9 {
  height: 90px;
}

.divideleft {
	padding-left: 80px;
}
.divideright {
	padding-right: 80px;
}


/* Misc */
.inline {
  display: inline;
}

.uppercase {
  text-transform: uppercase;
}

#sub-top i {
  color: rgba(255, 255, 255, 0.8);
}

.hidden {
  display: none;
}

.respon-wrap img {
  max-width: 100% !important;
  height: auto;
  display: block;
}

.white {
  color: #fff;
}

.orange {
  color: #f57b01;
}

.color-333 {
  color: #333;
}

.color-666 {
  color: #666666;
}

.color-999 {
  color: #999;
}

.fullwidth {
  width: 100% !important;
}

.width-90 {
  width: 90%;
}

.width-80 {
  width: 80%;
}

.width-70 {
  width: 70%;
}

.width-60 {
  width: 60%;
}

.width-50 {
  width: 50%;
}

.right {
  float: right;
}

/* Bootstrap tabs */
.nav-tabs {
  border-bottom: none;
}
.nav-tabs li {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-top: 1px solid #f57b01;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom-color: transparent;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #666;
  background-color: #eee;
  border-bottom: 1px solid #999;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f57b01;
  color: #666;
  border-bottom: 1px solid #999;
}

.tab-content {
  padding: 24px;
  border: 1px solid #999;
}

/* Accordion */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}

.panel-default {
  border-color: #999;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  /*border: 1px solid transparent;*/
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-heading {
  padding: 9px 15px;
}
.panel-heading:hover {
  background-color: #eee;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
.panel-title a:hover {
  text-decoration: none;
}

/* Carousel */
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: inline-block;
}

/* EPRESSE AJOUT FORMULAIRE RESPONSIVE */
.formResponsive.1col {
	width: 400px; /* taille maxi fixe */
}
.formResponsive h4 {
  clear: left;
  float: left;
}
.formResponsive label{
  width: 25%;
  clear: left;
  float: left;
  margin: 2px 0;
}
.formResponsive label.big{
  width: 45%;
}
.formResponsive label.fullWidth{
  width: 100%;
}
.formResponsive  > div.field{
  width: 75%;
  float: left;
}
.formResponsive > div.field_full{
  width: 100%;
  clear: left;
  float: left;
}
	
.formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive  select {
    height: 25px;
	 margin: 2px 0;
}
.formResponsive  select {
    padding: 0;
}
.formResponsive .form-group input[type="text"], .formResponsive .form-group input[type="password"], .formResponsive .form-group  select{
    margin: 0;
}
.formResponsive .form-group {
    margin: 2px 0;
}
.formResponsive .input-group-addon{
    padding: 3px 6px;
}


/*------------------------------------------------------------------
[5. Buttons]
*/
/* Button Sizes */
.btn-lg {
  font-size: 15px;
}

.btn-default {
  font-size: 13px;
}

.btn-sm {
  font-size: 12px;
}

.btn-xs {
  font-size: 11px;
  padding: 3px 9px;
}

/* Button Types */
.btn-darker,
.btn-blk,
.btn-gr,
.btn-lgr,
.btn-lgr-str,
.btn-grey-str,
.btn-light,
.btn-wh-str,
.btn-rd,
.btn-rdinverse{
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.btn-darker {
  font-family: "Georgia", serif;
  font-style: oblique;
  border: 1px solid #2b2b2b;
  background: #2b2b2b;
  border-radius: 0px;
  color: #fff;
}
.btn-darker:hover {
  border: 1px solid #f57b01;
  background: #f57b01;
  color: #fff;
}

.btn-blk {
  font-family: "Georgia", serif;
  font-style: oblique;
  border: 1px solid #353535;
  background: #353535;
  border-radius: 0px;
  color: #fff;
}
.btn-blk:hover {
  border: 1px solid #f57b01;
  background: #f57b01;
  color: #fff;
}

.btn-gr {
  font-family: "Georgia", serif;
  font-style: oblique;
  border: 1px solid #505050;
  border-radius: 0px;
  color: #fff !important;
  background: #505050;
}
.btn-gr:hover {
  border: 1px solid #f57b01;
  background: #f57b01;
  color: #fff;
}

.btn-lgr {
  font-family: "Georgia", serif;
  font-style: oblique;
  border: 1px solid #999999;
  background: #999999;
  border-radius: 0px;
  color: #fff;
}
.btn-lgr:hover {
  border: 1px solid #f57b01;
  background: #f57b01;
  color: #fff;
}

.btn-lgr-str {
  font-family: "Georgia", serif;
  font-style: oblique;
  background: #fff;
  border: 1px solid #333;
  border-radius: 0px;
}
.btn-lgr-str:hover {
  background: #fff;
  border: 1px solid #f57b01;
  color: #f57b01;
}

.btn-grey-str {
  font-family: "Georgia", serif;
  font-style: oblique;
  background: none;
  margin-right: 12px;
  border: 1px solid #999;
  border-radius: 0px;
  color: #999;
}
.btn-grey-str:hover {
  background: none;
  border: 1px solid #f57b01;
  color: #f57b01;
}

.btn-light {
  font-family: "Georgia", serif;
  font-style: oblique;
  background: #e8e8e8;
  margin-right: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 0px;
  color: #2b2b2b;
}
.btn-light:hover {
  background: #f57b01;
  border: 1px solid #f57b01;
  color: #fff;
}

.btn-wh-str {
  font-family: "Georgia", serif;
  font-style: oblique;
  background: none;
  margin-right: 12px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0px;
  color: rgba(255, 255, 255, 0.8);
}
.btn-wh-str:hover {
  background: none;
  border: 1px solid #f57b01;
  color: #fff;
}

.btn-rd {
  font-family: "Open Sans", serif;
  /*font-style: oblique;*/
  border: 1px solid #f57b01;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff !important;
  background: #f57b01;
  font-size: 11px;
}
.btn-rdinverse {
  font-family: "Open Sans", serif;
  /*font-style: oblique;*/
  border: 1px solid #00A1E0;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff !important;
  background: #00A1E0;
  font-size: 11px;
}
.btn-rd:hover, .btn-rd_on, .btn-rdneutre:hover {
	border: 1px solid #00A1E0;
	background: #00A1E0;
	color: #fff;
}
.btn-rdinverse:hover {
	border: 1px solid #f57b01;
	background: #f57b01;
	color: #fff;
}

.fadansunrond {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
}

#mobnav-btn {
  display: none;
  font-size: 31px;
  font-weight: bold;
  /*padding: 10px;*/
  cursor: pointer;
  /*margin-top: 18px;*/
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}


.btn-invers {
	border: 1px solid #00A1E0;
    background: #00A1E0;
	color: #fff;
}
.btn-invers:hover {
  border: 1px solid #f57b01;
  background: #f57b01;
  color: #fff;
}


.mobnav-subarrow {
  display: none;
}

/* Pagination button */
.list_paginator{
	text-align:center;
}

/*------------------------------------------------------------------
[6. Header Styles]
*/
/* Small Top with Contacts and Shop Features */
#sub-top {
	height: 40px;
	background-color: #00A1E0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
}
#sub-top a {
  color: rgba(255, 255, 255, 0.8);
}
#sub-top i, #header-wrapper-mp i {
  margin-right: 4px;
  /* font-size: 24px; */
}
#sub-top .top-contacts, #sub-top .top-shop {
  padding: 10px 0 0 10px;
}
#sub-top .top-contacts {
  float: left;
}
#sub-top .top-contacts div {
  display: inline;
  margin-right: 12px;
}
#sub-top .top-shop {
  float: right;
}

#header-wrapper-mp .top-doc {
  clear: right;
  float: right;
  padding: 0 0 0 10px;
}



/* Sticky Header */
#header-wrapper, #header-wrapper-mp {
  width: 100%;
/*  text-align: center; */
  color: #333;
  box-sizing: border-box;
}

#header-wrapper-mp {
  background: #FFF;
}
#header-wrapper-mp .top-shop, #header-wrapper-mp .top-contact {
  float: right;
}
#header-wrapper-mp .top-contacts {
  padding-right: 20px;
}
#header-wrapper-mp .top-contacts, #header-wrapper-mp .top-shop {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header-wrapper-mp .top-contacts div {
  display: inline;
  /*margin-right: 12px;*/
}
#header-wrapper-mp #mobnav-btn i {
  color: #333;
}
.sticky-header {
  top: 40;
  right: 0;
  left: 0;
  height: 110px;
  z-index: 9999;
  box-sizing: border-box;
}

.is-sticky .sticky-header {
  background: #FFF;
  opacity: .9;
  filter: alpha(opacity=90);
  height: 110px;
  top: 0;
  -webkit-transition: width 0.9s, height 0.9s, background-color 0.9s, -webkit-transform 0.9s;
  transition: width 0.9s, height 0.9s, background-color 0.9s, transform 0.9s;
}
.is-sticky > .sticky-header > .mp-nav {
  border-bottom: none;
}
/*
.is-sticky #site-title {
  float: left;
}
*/
.is-sticky #site-title-mp h1 {
  font-size: 28px;
  margin-top: 5px;
  margin-bottom: 5px; 
  color: #fff;
}
.is-sticky #site-title h1 a {
  color: #fff;
  text-decoration: none;
}
.is-sticky #mobnav-btn i {
  color: #333 !important;
}
.is-sticky #main-menu, .is-sticky #main-menu-mp {
/*  float: right; */
  border: none;
  margin-top: 5px;
}
.is-sticky #main-menu a > i, .is-sticky #main-menu-mp a > i {
  color: #00A1E0;
}
.is-sticky #main-menu > ul > li > a, .is-sticky #main-menu-mp > ul > li > a {
  text-transform: uppercase;
  color: #00A1E0;
  font-weight: 700;
  font-size: 13px;
}
.is-sticky #main-menu > ul > li > a:hover, .is-sticky #main-menu-mp > ul > li > a:hover {
  color: #f57b01;
}
.is-sticky #main-menu > ul > li > .sf-with-ul:after, .is-sticky #main-menu-mp > ul > li > .sf-with-ul:after {
  border-top-color: #00A1E0;
}
.is-sticky #main-menu .sf-arrows > li > .sf-with-ul:focus:after,
.is-sticky #main-menu .sf-arrows > li:hover > .sf-with-ul:after,
.is-sticky #main-menu .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #fff;
}
.sticky-header .top-contacts h2,
.normal-header .top-contacts h2 {
	margin: 10px 10px 10px 190px;
}

/*------------------------------------------------------------------
[7. Drop-down menu]
*/
/* Superfish Drop Down menu */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
  border: none;
  text-align: left;
}
.sf-menu li a {
  border: none;
  text-align: left;
}
.sf-menu li:hover, .sf-menu li.sfHover {
  background: #00A1E0 url("../images/bg_darkhover.png");
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  display: inline-block;
}
.sf-menu > li {
  /*	float: left;*/
  display: inline-block;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 132%;
  left: 0;
  z-index: 99999;
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu ul li {
  background: #00A1E0;
}
.sf-menu ul li ul {
  top: 0;
  left: 100%;
}
.sf-menu ul li ul li {
  background: #00A1E0;
}
.sf-menu a {
  display: block;
  position: relative;
  border-left: 1px solid #fff;
  /*border-top: 1px solid #dFeEFF;*/
  /* fallback colour must use full shorthand */
  /*border-top: 1px solid rgba(255,255,255,.5);*/
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
}

.sf-menu > li:hover, .sf-menu > li.sfHover {
  background: none;
}

ul.sf-menu > li, .sf-menu > li > a {
  border: none;
  text-align: left;
}

.submenu a {
  color: #ccc !important;
}
.submenu a:hover {
  color: #fff !important;
}

/*** arrows (for all except IE7) **/
.sf-arrows {
  /* styling for right-facing arrows */
}
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}
.sf-arrows .sf-with-ul::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -1px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 4px solid transparent;
  /*border-top-color: #333; */
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(10, 10, 10, 0.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #333;
  /* IE8 fallback colour */
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -4px;
  margin-right: -5px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

.sf-menu ul.search-panel {
  width: 40em;
}
.sf-menu .search-panel li {
  right: 90%;
  height: 42px;
  padding: 0px 8px;
}
.sf-menu .search-panel input {
  outline: 0;
  width: 455px !important;
  /*size: 2;*/
  margin-top: 5px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0;
  background: #00A1E0;
  /*EPRESSE : blanc se voit pasquand focus color: rgba(255, 255, 255, 0.5);*/
  color: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  line-height: normal;
  vertical-align: middle;
}
.sf-menu .search-panel .btn {
  padding: 3px 8px;
  margin: 5px 0 0 3px;
  height: 28px;
  border-radius: 0px;
  border: none;
  background: #e8e8e8;
  color: #333;
}
.sf-menu .search-panel .btn:hover {
	background: #f57b01;
	color: #fff;
}

/** Superfish menu to the simple select **/
nav select {
  display: none;
}

/*------------------------------------------------------------------
[8. Main Page]
*/
/* Site Title for Main Page */
#site-title-mp {
  float: left;
}
#site-title-mp h1 {
  font-size: 28px;
  margin-top: 5px;
  margin-bottom: 5px;  
  text-transform: uppercase;
  color: #fff;
}
#site-title-mp h1 a {
  color: #fff;
  text-decoration: none;
}

#logo-separation {
  float: left;
  /*border-right: 1px solid #f57b01;*/
  height: 93px;
  margin: 0.5em 1em;  
}

#logo-separation2 {
  float: left;
  /*border-right: 1px solid #f57b01;*/
  height: 20px;
  margin: 0 0 0 0.5em;  
}

#logo-separation3 {
  float: left;
  /*border-right: 1px solid #f57b01;*/
  /*height: 93px;*/
  margin: 0.5em 1em;  
}


hr.header-separation {
  /*float: left;*/
  border-color: #f57b01;
 /*height: 1px;
  width: 100%;*/
  margin: 10px 0.85em 0 0.85em;
}

hr.header-separation2 {
  /*float: left;*/
  border-color: #00A1E0;
 /*height: 1px;
  width: 100%;*/
  margin: 10px 0.85em 0 0.85em;
}


/* Main menu for Main Page */
#main-menu-mp {
 /* float: right; */
  border: none;
  margin-top: 5px;
  /*border-bottom: 1px solid #333;*/
  /*	text-align: center;*/
}
#main-menu-mp ul {
  list-style: none;
  margin-bottom: 12px;
}
#main-menu-mp > li {
  display: inline-block;
  margin-right: 24px;
  border: none;
}
#main-menu-mp li:last-child {
  margin-right: 0;
}
#main-menu-mp a {
  color: #00A1E0;
  font-weight: 400;
  font-size: 13px;
}
#main-menu-mp a > i {
  color: #00A1E0;
}
#main-menu-mp a:hover {
  color: #f57b01;
}
#main-menu-mp > ul > li > a {
  text-transform: uppercase;
  color: #00A1E0;
  font-weight: 700;
  font-size: 13px;
}
#main-menu-mp > ul > li > .sf-with-ul:after {
  border-top-color: #00A1E0;
}

/* Slider Revolution */
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}

.tp-banner-container {
	width: 100%;
	max-height: 850px; /*JP*/
	position: relative;
	padding: 0;
	height: auto;
  /*margin-bottom: 64px;*/
}

.tp-banner {
  width: 100%;
  position: relative;
}

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.tp-caption {
  text-align: left;
}

/* EPRESSE ajout */
.tp-caption.medium_bg_orange a {
	color: #00A1E0;
}

/* Homepage block */
.infoblock {
  margin: 0 0 25px 0;
}
.infoblock hr {
  /*margin-top: 28px;*/
  border-top: 3px solid #00A1E0;
}

.hp-block {
/*  padding: 70px 0; */
  padding: 30px 0 20px;
}
.hp-block h2,
.inside-block h2 {
  color: #00A1E0;
}
/*
.hp-block a {
  color: #333;
}
*/
.hp-block a {
  color: #00A1E0;
}
.hp-block a:hover {
  color: #f57b01;
}

.hp-block .hp-categories-menu {
  text-align: right;
}
.widget .hp-categories-menu {
  text-align: left;
}
.hp-block .hp-categories-menu ul {
  text-align: right;
}
.widget .hp-categories-menu ul {
  text-align: left;
}
.hp-block .hp-categories-menu ul,
.widget .hp-categories-menu ul {
  list-style: none;
  display: inline-block;
 /* white-space: pre-wrap; */
  width: auto;
}
.hp-block .hp-categories-menu ul li,
.widget .hp-categories-menu ul li {
  background: #00A1E0;
  display: inline-block;
  padding: 8px 21px;
  margin-bottom: 2px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.hp-block .hp-categories-menu ul li a,
.widget .hp-categories-menu ul li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}
.hp-block .hp-categories-menu ul li:hover,
.widget .hp-categories-menu ul li:hover {
  background: #f57b01;
}
.hp-block .hp-categories-menu ul li.active,
.widget .hp-categories-menu ul li.active {
  background: #f57b01;
}

.hp-block .selected img {
  opacity: 0.5;
}
.hp-block .list-inline {
  margin: 0 auto;
  list-style: none;
}
.hp-block .list-inline > li {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
}
.hp-block .carousel-controls {
  width: 90%;
  margin: 0 auto;
}
.hp-block .carousel-controls .carousel-control-left {
  display: inline;
  float: left;
  width: 32px;
  height: 8px;
  background: url("../images/arrow-left.png");
}
.hp-block .carousel-controls .carousel-control-left:hover {
  background: url("../images/arrow-left-hover.png");
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.hp-block .carousel-controls .carousel-control-right {
  display: inline;
  float: right;
  width: 32px;
  height: 8px;
  background: url("../images/arrow-right.png");
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.hp-block .carousel-controls .carousel-control-right:hover {
}

.inside-block {
  padding: 30px 0 20px 0;
}

/* Articles at Homepage */
.author-userpic {
  display: inline-block;
}

/* FlexSlider */
.second-slider {
  padding: 70px 0 120px 0;
  text-align: center;
}
.second-slider .second-slider-annotation {
  text-align: center;
  margin: 0 auto;
}
.second-slider .flex-direction-nav .flex-prev {
  padding: 0 0 0 0;
}
.second-slider .flex-direction-nav .flex-next {
  padding: 0 18px 0 0;
}

.flexslider a {
  color: #fff;
}

/* Flexslider thumbnail carousel */
#carousel.flexslider ul {
  background-color: #dddddd;
}
#carousel.flexslider li {
  margin: 4px;
}
#carousel.flexslider img {
    opacity: .5;
    cursor: pointer;
}
#carousel.flexslider .flex-active-slide img {
    opacity: 1;
    cursor: default;
}

/* Home testimony */
 .customer-review h2.font-accident-one-light {
	text-align: left;
}
/* Flexslider */
#homeTemoignage.flexslider .slides img {
    width: auto;
    display: inline;
}
#homeTemoignage .flex-direction-nav .flex-prev {
      text-align: left;
}

.post #slider.flexslider .slides li, .post2 #slider.flexslider .slides li {
    text-align: center;
	height:500px;
	position: relative;
}
  
.post #slider.flexslider .slides img, .post2 #slider.flexslider .slides img {
    /*width: auto;*/
	/*max-width: 100%;
	width: auto;
	max-height: 500px;*/
	
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  
    display: inline;	
	
}
  

/* Magazine Block */
.magazine h2 {
  color: #00A1E0;
}
.magazine .mag-content {
  margin: 0 auto;
  max-width: 1170px;
}

/* Counts Mainpage Block */
.counts {
  color: #00A1E0;
  padding: 10px 0 32px 0;
  text-align: center;
}
.counts .count-container {
  text-align: center;
}
.counts .count-container .count {
  text-align: center;
  display: inline-block;
}
.counts .count-container .count:hover .digit, .counts .count-container .count:hover .count-text, .counts .count-container .count:hover .count-icon {
  color: #f57b01;
}
.counts .count-container .count .count-icon {
  margin: 0;
  padding: 0;
  font-size: 30px;
}
.counts .count-container .count .count-text {
  margin-top: 8px;
  font-size: 12px;
  text-transform: uppercase;
}

.digit, .count-text, .count-icon {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition-delay: .1s;
}

.digit {
  font-size: 46px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

/* Customer's Review Mainpage Block */
.customer-review {
  padding: 80px 0 10px 0;
  text-align: center;
}
.customer-review .review-container {
  width: 80%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.customer-review .review-container .review-author {
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
}
.customer-review .review-container .review-author span {
  color: #666;
}
.customer-review .review-container .review-content {
	display: inline-block;
	text-align: justify;
}

/* Portfolio Mainpage Block */
.portfolio-hp .port-filter-hp ul {
  list-style: none;
  padding: 0;
}
.portfolio-hp .port-filter-hp ul li {
  display: inline-block;
  margin-right: 32px;
}
.portfolio-hp .port-filter-hp ul li:last-child {
  margin-right: none;
}
.portfolio-hp .port-filter-hp ul li a {
  font-family: "Georgia", serif;
  font-size: 18px;
  font-style: oblique;
  color: rgba(255, 255, 255, 0.8);
}
.portfolio-hp .port-filter-hp ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
.portfolio-hp .port-filter-hp ul li a:active {
  color: #fff;
}
.portfolio-hp .portf-item-hp {
  text-align: center;
}
.portfolio-hp .portf-item-hp h3 {
  font-family: "Georgia", serif;
  font-style: oblique;
  color: #fff;
}
.portfolio-hp .portf-item-hp h3 a {
  color: #fff;
}
.portfolio-hp .portf-item-hp p {
  color: rgba(255, 255, 255, 0.8);
}
.portfolio-hp .portf-item-hp .portf-item-hp-pic-01 {
  width: 120px;
  height: 133px;
  margin: 0 auto 30px auto;
  background: url("../images/hp-portf-01.png") center no-repeat;
}
.portfolio-hp .portf-item-hp .portf-item-hp-pic-02 {
  width: 120px;
  height: 133px;
  margin: 0 auto 30px auto;
  background: url("../images/hp-portf-02.png") center no-repeat;
}
.portfolio-hp .portf-item-hp .portf-item-hp-pic-03 {
  width: 120px;
  height: 133px;
  margin: 0 auto 30px auto;
  background: url("../images/hp-portf-03.png") center no-repeat;
}
.portfolio-hp .portf-item-hp .portf-item-hp-pic-04 {
  width: 120px;
  height: 133px;
  margin: 0 auto 30px auto;
  background: url("../images/hp-portf-04.png") center no-repeat;
}
.portfolio-hp .btn-portf-hp {
  min-width: 180px;
}

/* Blog box on MainPage */
.blog-hp a {
  color: #333;
}
.blog-hp a span {
  color: #999;
}
.blog-hp .article-author-hp .article-author-name {
  padding-top: 14px;
}
.blog-hp .article-author-hp .article-author-name h4 {
  font-family: "Oxygen", sans-serif;
}
.blog-hp .article-author-hp .article-author-name p {
  color: #999;
  line-height: 18px;
  font-style: oblique;
}
.blog-hp .article-author-hp .article-author-name span a {
  color: #999;
}
.blog-hp .article-author-hp .article-author-name span a:hover {
  color: #f57b01;
}

/*------------------------------------------------------------------
[9. Inner Pages]
*/
/* Main menu for Inner Pages */
#main-menu {
  border-bottom: 1px dotted #333;
  /*	text-align: center;*/
}
#main-menu ul {
  list-style: none;
  margin-bottom: 12px;
}
#main-menu > li {
  display: inline-block;
  margin-right: 24px;
  border: none;
}
#main-menu > li:last-child {
  margin-right: 0;
}
#main-menu a {
  color: #333;
  font-weight: 400;
  font-size: 13px;
}
#main-menu > ul > li > a {
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  font-size: 13px;
}
#main-menu a > i {
  color: #333;
}
#main-menu a:hover {
  color: #f57b01;
}
#main-menu a:hover > i {
  color: #f57b01;
}

/* Contacts */
.contact-address a {
  color: #333;
  text-decoration: none;
}
.contact-address a:hover {
  color: #f57b01;
}
.contact-address span {
  color: #333;
  opacity: .5;
}

/* Portfolio */
.portfolio-item-data ul {
  padding-left: 0;
}
.portfolio-item-data ul li span {
  font-weight: 600;
}

.port-filter ul {
  list-style: none;
  padding: 0;
}
.port-filter ul li {
  display: inline-block;
  margin-right: 32px;
}
.port-filter ul li:last-child {
  margin-right: 0;
}
.port-filter ul li a {
  font-family: "Georgia", serif;
  font-size: 18px;
  font-style: oblique;
  color: #333;
  opacity: .5;
}

/* Site Title and Page Title*/
#site-title h1 {
  font-size: 22px;
  text-transform: none;
  color: #333;
  margin: 0;
}

#site-title2 h1 {
  font-size: 18px;
  text-transform: none;
  color: #333;
  margin: 0;
}

#site-title h1 a {
  color: #333;
  text-decoration: none;
}

#page-title {
  padding: 64px 0 70px 0;
}
#page-title h1 {
  font-size: 60px;
  /*text-transform: uppercase;*/
  line-height: 66px;
}
#page-navi ul {
  padding-left: 0;
  line-height: 1em;
}
#page-navi ul li {
  display: inline-block;
  /*margin-right: 8px;*/
  border: none;
  font-family: 'Open Sans', serif;
  font-style: normal;
  color: #666;
  font-size: 10px;
  /*background-color: rgba(255, 255, 255, 0.8);*/
  padding: 0px 2px;
}
#page-navi ul li:last-child {
  margin-right: 0;
}
#page-navi ul li > a {
  font-family: 'Open Sans', serif;
  font-style: normal;
  color: #666;
}
#page-navi ul li > a:hover {
  color: #f57b01;
}

/*EPRESSE lien en face du fil d'ariane => utilisé notamment pour les lien d'action du blog */
#back-link{
	float: right;
	margin: 0;
}


.largeblackbg {
	/*position: absolute;*/
	display:inline-block;
	color: #00A1E0;
	text-shadow: none;
	font-weight: 300;
	font-size: 50px;
	line-height: 70px;
	font-family: "Open Sans Light";
	/*background-color: rgba(255, 255, 255, 0.8);*/
	padding: 0px 20px 6px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.largewhitebg {
	/*position: absolute;*/
	display:inline-block;
	color: #FFF;
	text-shadow: none;
	font-weight: 300;
	font-size: 50px;
	line-height: 70px;
	font-family: "Insigniaroman";
	/*background-color: rgba(255, 255, 255, 0.8);*/
	padding: 0px 20px 6px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

a .rd-medal, 
a .rd-medal-small, 
a .rd-medal-full  {
	text-decoration:none;
}
.rd-medal, 
.rd-medal-full {
  margin: 0 auto;
  height: 120px;
  width: 120px;
  background: #00A1E0;
  border-radius: 60px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.rd-medal-small {
  margin: 0 auto;
  height: 60px;
  width: 60px;
  background: #00A1E0;
  border-radius: 60px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.rd-medal span.fa {
  font-size: 40px;
/*  line-height: 92px; */
  line-height: 72px;
  color: #FFFFFF;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.rd-medal-small span.fa {
  font-size: 30px;
  line-height: 65px;
  color: #FFFFFF;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.rd-medal-full span.fa {
  font-size: 70px;
  line-height: 112px;
  color: #FFFFFF;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.rd-medal h3,
.rd-medal-small h3,
.rd-medal-full h3,
.rd-medal h5,
.rd-medal-small h5,
.rd-medal-full h5  {
  margin: 0;
  color: #FFFFFF;
}
.rd-medal:hover,
.rd-medal-small:hover,
.rd-medal-full:hover {
  background: #f57b01;
}
.rd-medal:hover span,
.rd-medal-small:hover span,
.rd-medal-full:hover span {
  color: #fff;
}


/**** Blog ****/
.navbar {
	min-height: 70px;
	margin-bottom: 20px;
}

.navbar-brand {
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-white {
	background-color: #FFF;
	border: 0;
}

.ombre {
    -moz-box-shadow: 1px 3px 5px 0px #000000;
    -webkit-box-shadow: 1px 3px 5px 0px #000000;
    -o-box-shadow: 1px 3px 5px 0px #000000;
    box-shadow: 1px 3px 5px 0px #000000;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=161, Strength=5);
}


/* Search widget */
label {
  width: 100%;
  font-weight: 300;
}

.primary-sidebar .widget input, .primary-sidebar .widget textarea {
  width: 100%;
}

.search-field {
  width: 100%;
}

input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="password"], 
input[type="search"], 
input[type="url"], 
input[type="number"], 
textarea,
select {
	padding: 6px 10px;
	border:0;
	border-bottom:1px solid #00A1E0;
	background: transparent !important;
}

input[type="text"].adm, 
input[type="tel"].adm, 
input[type="email"].adm, 
input[type="password"].adm, 
input[type="search"].adm, 
input[type="url"].adm, 
input[type="number"].adm, 
textarea.adm,
select.adm {
  padding: 6px 3px;
  border: 1px dotted #333;
}

input[type="number"].adm {
   width:40px;
}


input:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: #333;
  background-color: #fff !important;
  background-image: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input.search-field {
  color: #333;
  font-weight: 300;
  font-size: 12px;
  font-family: "Oxygen", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-control::placeholder {
	color: #010854;
	opacity: 1;
}

.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

button, input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  font-size: 100%;
}

.search-submit, #searchsubmit {
  display: none !important;
}

.widget {
  margin-bottom: 50px;
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-hyphens: auto;
  background-color: #FFFFFF;
  padding: 0 10px 10px 10px;
}
.widget h4 {
  text-transform: uppercase;
  margin-top: 24px;
}
.widget a {
  color: #333;
}
.widget a span {
	color: #000;
}
.widget ul, .widget ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.widget_categories a {
  color: #FFFFFF;
}
.widget_categories a:hover {
	text-decoration:none;
}

.widget_archives .archive-month {
  width: 49%;
  padding: 6px 16px 9px 16px;
  font-size: 12px;
  display: inline-block;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.widget_archives .archive-month:hover {
	background: #f57b01;
	color: #fff;		
}
.widget_archives .month-current {
	background: #00A1E0;
	color: #fff;	
}

.widget_authors .author-wgt-line {
  display: inline-block;
  width: 100%;
  padding: 0 0 6px 0;
}
.widget_authors .author-wgt-line .author-name-wgt {
  display: inline;
  float: left;
}
.widget_authors .author-wgt-line .author-count-wgt {
  display: inline;
  float: right;
  color: #999;
}

.widget_archive li:before, .widget_categories li:before, .widget_links li:before, .widget_meta li:before, .widget_nav_menu li a:before, .widget_pages li:before, .widget_recent_comments li:before, .widget_recent_entries li:before {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  content: "\F105";
  vertical-align: -6%;
  font-size: 16px;
  font-family: Fontawesome;
  line-height: 1;
  color: #333;
  opacity: .3;
}

.primary-sidebar .widget li {
  /*border-top: 1px dotted rgba(0, 0, 0, 0.2);*/
  padding: 8px 0;
}

.primary-sidebar .widget li:first-child {
  border-top: 0;
}

.post {
  margin-bottom: 30px;
  background-color: #FFFFFF;
  padding: 0 10px 10px 10px;
  position:relative;
}
.post hr {
  /*margin-top: 28px;*/
  border-top-style: solid;
  border-top-width: 3px;
}

.post2 {
  margin-bottom: 30px;
  background-color: #FFFFFF;
  padding: 0 10px 10px 10px;
  position:relative;
}
.post2 hr {
  margin-top: 10px;
  border-top-style: dotted;
  border-top-width: 3px;
}

.post-actions{
	position:absolute;
	top:1px;
	right:4px;
}
.post-actions-dtl{
	position:absolute;
	top:-24px;
	right:0;
}
#comments .post-actions{
	position:absolute;
	top:-15px;
	right:4px;
}

.post-like{
	position:absolute;
	top:30px;
	right:10px;
	font-size: 20px;
	color:#00A1E0;
}
.post-like2 {
    display: inline-block;
	font-size: 18px;
	color:#00A1E0;
    vertical-align: bottom;
}
#comments .post-like, #comments .post-like2{
	top:0px;
}

/* Enlever overflow hidden si non pb d'affichage du tooltip avec les user qui ont liké */
#comments .media, #comments .media-body{
	overflow: visible;
}
.post-like a{
	color:#00A1E0;
	font-size: 28px;
}
.post-like .tooltip > .tooltip-inner {
	background-color: #00A1E0; 
	color: #FFFFFF; 
	/*border: 1px solid green;
	padding: 15px;
	font-size: 20px;*/
}
.post-like .tooltip.bottom > .tooltip-arrow {
	border-bottom: 5px solid #00A1E0;
}


/* Comments */
#comments {
  margin-bottom: 60px;
  background-color: #FFFFFF;
  padding: 0 10px 10px 10px;  
}
#comments .media-body {
  position: relative; 
}
#comments .post-data .post-date {
  margin-top: 2px;
}
#comments .post-data .post-author {
  font-size: 16px;
}
#comments .media {
  margin-top: 40px;
}
#comments p a {
  color: #333;
  opacity: .5;
}



/* Shop */
.shop-item {
  background: #fff;
  border: 1px solid #dedede;
  min-height: 300px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
.shop-item .item-photo {
  background: #fff;
  min-height: 200px;
  margin: 0 auto;
  padding: 24px 0 32px 0;
}
.shop-item .item-photo img {
  margin: 0 auto;
}
.shop-item .item-attrs {
  padding: 9px 16px 0 16px;
}
.shop-item .item-attrs .item-oldprice {
  font-size: 18px;
  line-height: 18px;
  color: #999;
  text-decoration: line-through;
}
.shop-item .item-attrs .item-newprice {
  font-size: 30px;
  line-height: 30px;
  color: #333;
}
.shop-item .item-attrs .add-to-cart {
  border-top: 1px solid #999;
  margin-top: 24px;
}
.shop-item .item-attrs .add-to-cart i {
  color: #999;
  font-size: 18px;
  margin-top: 16px;
}
.shop-item .item-attrs .add-to-cart a {
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
}
.shop-item .item-attrs .add-to-cart a:hover, .shop-item .item-attrs .add-to-cart a:hover i {
  color: #f57b01;
}
.shop-item .item-content {
  background: #f5f5f5;
  font-size: 11px;
  padding: 16px;
}
.shop-item:hover {
  border: 1px solid #f57b01;
}
.shop-item:hover .add-to-cart {
  border-top: 1px solid #f57b01;
}
.shop-item:hover .item-newprice, .shop-item:hover .add-to-cart i, .shop-item:hover .add-to-cart a {
  color: #f57b01;
}

.shop-item,
.shop-item .item-attrs .item-newprice,
.shop-item .item-attrs .add-to-cart,
.shop-item .item-attrs .add-to-cart i,
.shop-item .item-attrs .add-to-cart a {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.onsale {
  top: -50px;
  left: -50px;
  right: auto;
  position: absolute;
  z-index: auto;
  padding-top: 80px;
  width: 100px;
  height: 100px;
  background: #f57b01;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.shop-navigation {
  border-top: 1px dotted #333;
}
.shop-navigation ul {
  margin-top: 12px;
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.shop-navigation ul li {
  display: inline-block;
  margin-right: 24px;
}
.shop-navigation ul li:last-child {
  margin-right: 0;
}
.shop-navigation ul li a {
  font-family: Novecentosanswide-Normal, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
}
.shop-navigation ul li a:hover {
  color: #f57b01;
  text-decoration: none;
}

.shop-item-description h2 {
  font-weight: 600;
}
.shop-item-description h2 span {
  font-weight: 300;
}

.shop-item-block {
  border: 3px solid #333;
  position: relative;
}
.shop-item-block .shop-item-price {
  display: inline-block;
  padding: 18px;
  width: 60%;
}
.shop-item-block .shop-item-price table {
  width: 100%;
}
.shop-item-block .shop-item-price table tr td {
  padding: 5px 0;
}
.shop-item-block .shop-item-price .list-price {
  font-size: 18px;
  line-height: 18px;
  color: #999;
  text-decoration: line-through;
}
.shop-item-block .shop-item-price .deal-price {
  font-size: 30px;
  line-height: 30px;
  color: #333;
}
.shop-item-block .shop-item-attrs {
  position: absolute;
  border: 3px solid #333;
  top: -3px;
  right: -3px;
  float: right;
  width: 30%;
}
.shop-item-block .shop-item-attrs .item-material,
.shop-item-block .shop-item-attrs .item-quantity,
.shop-item-block .shop-item-attrs .item-add {
  display: inline-block;
  padding: 10px 14px;
  width: 100%;
}
.shop-item-block .shop-item-attrs .item-quantity {
  border-top: 3px solid #333;
}
.shop-item-block .shop-item-attrs .item-add {
  background: #e8e8e8;
  border-top: 3px solid #333;
}
.shop-item-block .shop-item-attrs .item-add a {
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.shop-item-block .shop-item-attrs .item-add a i {
  font-size: 16px;
  color: #333;
}
.shop-item-block .shop-item-attrs .item-add a:hover, .shop-item-block .shop-item-attrs .item-add ahover a, .shop-item-block .shop-item-attrs .item-add a:hover i {
  color: #f57b01;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

/* Content */
#content {
  min-height: 600px;
}

.down-arrow {
  background: url("../images/down_arrow.png") no-repeat center;
  min-height: 72px;
}

.down-arrow-white {
  background: url("../images/down_arrow_wh.png") no-repeat center;
  min-height: 72px;
}

p.sub-heading {
  font-family: "Georgia", serif;
  font-style: oblique;
  color: #666;
  margin-top: 0;
}

.blogpost-heading {
  margin-bottom: 0;
}

blockquote {
  border: 1px solid #333;
  padding: 30px;
  font-family: "Georgia", serif;
  font-style: oblique;
  font-size: 16px;
  line-height: 26px;
}
blockquote footer {
  font-family: "Oxygen", sans-serif;
  font-size: 14px;
  color: #999;
  font-style: normal;
  text-transform: uppercase;
}
blockquote .alt {
  border: none;
  padding: 20px 0 24px 40px;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: normal;
}

.blockquote-alt {
  font-family: "Georgia", serif;
  font-size: 16px;
  font-style: oblique;
  border: none;
  margin-top: 20px;
  padding: 0 0 24px 40px;
  background: url("../images/blocks.png") no-repeat left top;
}

.blockquote-simple {
  font-style:normal;
  border: none;
  margin-top: 20px;
  padding: 0 0 24px 40px;
  background: url("../images/blocks.png") no-repeat left top;
}

/* Post */
.post-attrib {
  /* Post attributes in line */
  display: inline-block;
  vertical-align: middle;
  /*min-height: 44px;*/
}
.post-attrib2 {
  /* Post attributes in line */
  /*display: inline-block;*/
  vertical-align: middle;
  /*min-height: 44px;*/
}

.post-share {
  float: right;
  margin-top: 5px;
}

.post-data, .post-data0, .post-data1, .post-data2 {
  display: inline-block;
}

.post-data1 {
  margin: 0 12px 24px 0;
  vertical-align: top;
}

.post-data2 {
  vertical-align: middle;
  /*margin-bottom: 22px;*/
}

.post-date {
  font-family: 'Oxygen', sans-serif;
  font-style: oblique;
  font-size: 12px;
  line-height: 14px;
  margin-top: 8px;
  color: #666;
}

.post-title {
  font-family: "Georgia", serif;
  font-style: oblique;
  /*font-size: 28px;*/
  line-height: 28px;
  margin-top: 4px;
}

.post-author {
  font-family: "Open Sans", serif;
  font-size: 14px;
  font-style: oblique;
  margin-bottom: 5px;
}
.post-author2 {
  font-family: "Open Sans", serif;
  font-size: 14px;
  /*font-style: oblique;*/
  margin-bottom: 5px;
}

.post-author a, .post-author2 a, .comment-author {
  color: #00A1E0;
}
.post-author a:hover, .post-author2 a:hover {
  color: #f57b01;
}

.post-author2 a {
  color: #f57b01;
}
.post-author2 a:hover {
  color: #00A1E0;
}

.comment-baloon {
  display: inline-block;
  /*background-color: #333;*/
  height: 44px;
  width: 44px;
  border-radius: 22px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 44px;
  margin: 10px 8px 10px 0;
}

.follow-baloon {
  display: inline-block;
  background: #666;
  height: 44px;
  width: 44px;
  border-radius: 22px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 44px;
  margin: 0 8px 24px 0;
  font-size:24px;
}
.follow-baloon:hover {
  background: #FFF;
  color: #333;
}

.follow-baloon2 {
  display: inline-block;
  background: #00A1E0;
  height: 34px;
  width: 34px;
  border-radius: 17px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 34px;
  /*margin: 0 8px 24px 0;*/
  font-size: 18px;
  border: 1px solid #00A1E0;    
}
.follow-baloon2:hover {
  background: #FFF;
  color: #00A1E0;
  border: 1px solid #00A1E0;        
}

.chat-companion {
  color: #f57b01;
  text-transform: uppercase;
  /*text-align: left;*/
  /*font-weight: bold;*/
}

.chat-me {
  color: #999;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}

.link-bg {
  background: #e8e8e8;
  padding: 50px;
  text-align: center;
  vertical-align: middle;
  font-family: "Georgia", serif;
  font-style: oblique;
  font-size: 24px;
}
.link-bg a {
  color: #333;
}
.link-bg a:hover {
  color: #f57b01;
}

/* Pricing Tables */
.pricing,
.plan {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.pricing {
  padding: 30px 30px 56px 30px;
  min-height: 300px;
  /*    width: 262px;*/
  text-align: center;
  box-sizing: border-box;
}
.pricing ul {
  text-align: center;
  margin: 36px 0 36px 0;
  padding: 0;
}
.pricing ul li {
  border-top: 1px solid #969696;
}
.pricing ul li:last-child {
  border-bottom: 1px solid #969696;
}
.pricing:hover {
  background: #f57b01;
  color: #fff;
}
.pricing:hover ul li {
  border-top: 1px solid #fff;
  color: #fff;
}
.pricing:hover ul li:last-child {
  border-bottom: 1px solid #fff;
}
.pricing .btn:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #f57b01;
}

.plain {
  background: #f5f5f5;
  color: #666;
}

.proposal {
  background: #fff;
  border: 1px solid #00A1E0;;
  color: #00A1E0;;
}
.proposal ul li {
  border-top: 1px solid #00A1E0;;
}
.proposal ul li:last-child {
  border-bottom: 1px solid #00A1E0;;
}

.price-attrs {
  width: 100%;
  height: auto;
}

.price-number {
  font-size: 54px;
  line-height: 50px;
  padding-bottom: 10px;
}

.price-plan, .price-descr {
  text-transform: uppercase;
}

.price-conclusion {
  font-size: 11px;
}

/* Team */
.team-member {
  background: #fff;
  border: 1px solid #dedede;
  min-height: 300px;
  text-align: center;
  padding-bottom: 12px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.team-member .team-photo {
  background: #f5f5f5;
  min-height: 200px;
  margin: 0 auto;
  padding: 24px 0 32px 0;
}
.team-member .team-attrs {
  background: #fff;
  padding: 9px 16px;
}
.team-member .team-attrs .team-name {
  font-size: 21px;
}
.team-member .team-attrs .team-position {
  font-size: 12px;
}
.team-member .team-divider {
  height: 13px;
  background: #fff url("../images/team-divider.png") no-repeat center;
  vertical-align: middle;
  padding: 0 16px;
}
.team-member .team-content {
  background: #fff;
  font-size: 11px;
  padding: 16px;
}
.team-member:hover {
  border-bottom: 1px solid #f57b01;
}

/* JP : module events */
#events-link a,
.link_bleu a {
  color: #00A1E0;
}
#events-link a:hover,
.link_bleu a:hover {
  color: #f57b01;
}

/*------------------------------------------------------------------
[10. Hover Effects]
*/
.grid {
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 25%; /* 4 vignettes par ligne */
  background: #333;
  text-align: center;
  cursor: pointer;
}
figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
figure figcaption {
  padding: 1.0em;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
figure figcaption:before, figure figcaption:after {
  pointer-events: none;
}
figure figcaption,
figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure h3 {
  word-spacing: -0.15em;
  font-family: Novecentosanswide-Normal, sans-serif;
}
figure h3 span {
  font-family: Novecentosanswide-Bold, sans-serif;
}
figure h3, figure p {
  margin: 0;
}
figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Portfolio hover */
figure.effect-goliath {
  background: #333;
}
figure.effect-goliath figcaption {
  font-size: 12px;
  text-align: left;
}
figure.effect-goliath img, figure.effect-goliath h3 {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
figure.effect-goliath img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-goliath h3, figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
}
figure.effect-goliath h3 {
  padding: 10px 20px;
  font-size: 21px;
  background: rgba(255, 255, 255, 0.8);
  color: #00A1E0;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* version originale avec le titre caché au départ et qui n'apparait qu'au survol
figure.effect-goliath h3 {
  padding: 10px 20px;
  font-size: 21px;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
*/
figure.effect-goliath p {
  padding: 12px 20px 14px 20px;
  text-transform: none;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.35s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  line-height: 20px;	  
}
figure.effect-goliath:hover img {
  opacity: 0.8;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
figure.effect-goliath:hover h3 {
	/* background: #f57b01; pas besoin car déclaré au départ */
	opacity: 1;
	-webkit-transform: translate3d(0, -85px, 0);
	transform: translate3d(0, -85px, 0);
}
figure.effect-goliath:hover p {
	width: 100%;
	background: #00A1E0;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Team Hover */
figure.effect-zoe {
  margin: 0;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  float: none;
}
figure.effect-zoe img {
  display: inline-block;
}
figure.effect-zoe p.icon-links a {
  float: right;
  color: #f57b01;
  font-size: 1.4em;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
figure.effect-zoe p.icon-links a:hover, figure.effect-zoe p.icon-links a:focus {
  color: #333;
}
figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feather';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
figure.effect-zoe .icon-eye::before {
  content: '\e000';
}
figure.effect-zoe .icon-paper-clip::before {
  content: '\e001';
}
figure.effect-zoe .icon-heart::before {
  content: '\e024';
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*------------------------------------------------------------------
[11. Google Map]
*/
#google-map, #google-map2  {
  width: 100%;
}
#google-map  {
  float:left;
}

#google-map img, #google-map2 img {
  max-width: none;
}

.bigmap {
  height: 300px !important;
}

/* Google map Slide-out */
#gm-panel {
  width: 50%;
  background: #eeeeee;
  text-align: center;
  /*z-index: 9;*/
  bottom: 300px;
  display: none;
}

a.gm-toggle-link {
  cursor: pointer;
}

.gm-toggle {
  margin: 0 auto;
  padding: 6px 0;
  text-align: center;
  background: #2b2b2b;
  width: 80px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.gm-toggle i {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}
.gm-toggle:hover {
  background: #f57b01;
}

/*------------------------------------------------------------------
[12. Footer]
*/
#footer {
  background: #333;
  min-height: 250px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  padding: 24px 0 0 0;
  position: relative;
}
#footer h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#footer p {
  margin-bottom: 10px;
}
#footer a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-decoration: underline;
}
#footer a:hover {
  color: #fff;
}
/*EPRESSE : ajout pour les bouton vers form contact et newsletter insc */
#footer a.btn{
	text-decoration: none;
}

#footer i {
  color: rgba(255, 255, 255, 0.8);
}
#footer .contact {
  display: table;
}
#footer .footer-addr {
  width: 100%;
  margin-bottom: 24px;
  display: table-row;
}
#footer .footer-icon {
  /*width: 5%;*/
  display: table-cell;
  float: left;
  font-size: 16px;
}
#footer .addr-text {
  /*width: 95%;*/
  display: table-cell;
  float: left;
  padding: 4px 0 0 4px;
}

/* Flickr feed */
.thumbs {
  margin: 0 0 0 -6px;
  padding: 0;
  overflow: hidden;
}
.thumbs li {
  list-style: none;
  float: left;
  margin: 5px;
  padding: 3px;
  /*background: #eee;*/
  /*-moz-box-shadow: 0 0 4px #444;*/
  /*-webkit-box-shadow: 0 0 2px #000;*/
}
.thumbs li img {
  width: 40px;
  height: 40px;
  display: block;
}
.thumbs li a img {
  border: none;
}
.thumbs .img-rounded {
  border-radius: 20px;
}

#cycle {
  margin: 0;
  width: 500px;
  height: 333px;
  padding: 3px;
  background: #eee;
  -moz-box-shadow: 0 0 2px #000;
  -webkit-box-shadow: 0 0 2px #000;
}

#cycle li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 3px;
  width: 500px;
  height: 333px;
  overflow: hidden;
}

#cycle li div {
  position: absolute;
  bottom: 3px;
  left: 3px;
  padding: 3px;
  width: 494px;
  background: black;
  color: white;
  font-size: 12px;
  opacity: .8;
}

/* Follow us */
.follow {
  display: table;
  width: 100%;
}
.follow .follow-element {
  display: table-row;
  height: 40px;
}
.follow .follow-element:hover .follow-icon {
  border: 1px solid #333;
  border-right: none;
  /*background: #00A1E0;*/
}
.follow .follow-element:hover .follow-descr {
  border: 1px solid #333;
  /*background: #00A1E0;*/
}
.follow .follow-element .follow-icon,
.follow .follow-element .follow-descr {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.follow .follow-element .follow-icon {
  display: table-cell;
  min-width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  border-right: none;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
.follow .follow-element .follow-descr {
  display: table-cell;
  width: 82%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  vertical-align: middle;
  padding: 10px;
}
.follow .follow-element .follow-descr .follow-social {
  float: left;
  text-transform: uppercase;
}
.follow .follow-element .follow-descr .follow-social a {
  text-decoration: none !important;
  color: #FFFFFF;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.follow .follow-element .follow-descr .follow-social a:hover {
  text-decoration: underline !important;
  /*color: #FFFFFF;*/
}
.follow .follow-element .follow-descr .follow-numb {
  float: right;
  opacity: .6;
}

/* events-table */
.events-table {
  display: table;
  width: 100%;
}
.events-table .events-table-element, .events-table .events-table-element-off {
  display: table-row;
  height: 40px;
}
.events-table .events-table-element {
  /*background: #00A1E0;  */
  border: 1px solid #00A1E0;
}
.events-table .events-table-element-off {
  background: #CCC;  
}

.table > tbody > tr > td {
    /*padding: 8px;
    line-height: 1.42857143;*/
    vertical-align: middle !important;
    /*border-top: 1px solid #ddd;*/
}

.ligne-off2 {
  background-color: #CCC !important;
  color: #FFF !important;
}

/*
.events-table .events-table-element:hover .events-table-icon {
  border: 1px solid #333;
  border-right: none;
  background: #f57b01;
}
*/
/*
.events-table .events-table-element-off:hover .events-table-icon {
  border: 1px solid #333;
  border-right: none;
  background: #CCC;
}
*/
/*
.events-table .events-table-element:hover .events-table-descr {
  border: 1px solid #333;
  background: #f57b01;
}
*/
/*
.events-table .events-table-element-off:hover .events-table-descr {
  border: 1px solid #333;
  background: #CCC;
}
*/
.events-table .events-table-element .events-table-icon,
.events-table .events-table-element .events-table-descr {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.events-table .events-table-element .events-table-icon, 
.events-table .events-table-element-off .events-table-icon {
  display: table-cell;
  min-width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  border-right: none;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #00A1E0;  
}
.events-table .events-table-element .events-table-descr,
.events-table .events-table-element-off .events-table-descr {
  display: table-cell;
  /*width: 82%;*/
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  vertical-align: middle;
  padding: 10px;
}
.events-table .events-table-element .events-table-descr .events-table-social,
.events-table .events-table-element-off .events-table-descr .events-table-social {
  float: left;
  text-transform: uppercase;
}
.events-table .events-table-element .events-table-descr .events-table-social a {
  text-decoration: none !important;
  color: #FFFFFF;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.events-table .events-table-element-off .events-table-descr .events-table-social {
  color: #FFFFFF;
}
.events-table .events-table-element .events-table-descr .events-table-social a:hover {
  text-decoration: underline !important;
  color: #FFFFFF;
}
.events-table .events-table-element .events-table-descr .events-table-numb,
.events-table .events-table-element-off .events-table-descr .events-table-numb,
.events-table .events-table-element .events-table-descr .events-table-numb a,
.events-table .events-table-element-off .events-table-descr .events-table-numb a {
  float: right;
  /*opacity: .6;*/
  color: #00A1E0;  
}

/* events-liste */
.events-liste ul {
	list-style-type: disc;
}
.events-liste ul li {
	padding: 0;
}

/* Partners logos */
.partners {
  opacity: .4;
  margin: 72px 0;
}

#copyrights-wrapper {
  padding: 12px 0 12px 0;
  background-color: #2b2b2b;
}
#copyrights-wrapper .copyright {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}
#copyrights-wrapper .copyright a {
  color: rgba(255, 255, 255, 0.8);
}
#copyrights-wrapper .copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#copyrights-wrapper .copy-attrs {
  float: left;
  margin-right: 30px;
}
#copyrights-wrapper .copy-link {
  float: left;
  margin-right: 30px;
}
#copyrights-wrapper i {
  margin-right: 4px;
  /*font-size: 14px;*/
}


/*------------------------------------------------------------------
[13. Media Query]
*/
@media (max-width: 1200px) {
	.grid figure {
		/* width: 33%; */
		/* on reste en 25 % pour que les images se redimensionnent plus petites */
	}
  	.is-sticky #main-menu-mp > ul > li > a,
	#main-menu-mp > ul > li > a {
	  font-size: 11px;
	  font-weight: normal;
	}
	.btn-lg {
	  font-size: 13px;
	  padding: 5px 8px;
	}  
	figure.effect-goliath h3 {
	  padding: 8px 16px;
	  font-size: 18px;
	}
	figure.effect-goliath:hover h3 {
		-webkit-transform: translate3d(0, -70px, 0);
		transform: translate3d(0, -70px, 0);
	}	
	figure.effect-goliath p {
	  font-size: 12px;
	  padding: 10px 18px 12px 18px;
	  line-height: 16px;		  
	}
	.pricing {
		padding: 10px 10px 36px 10px;
	}

	.formResponsive  div.textarea{
		clear:left;
	}
	 	
}
@media (max-width: 992px) {
  .team-member {
    margin-bottom: 32px;
  }

  .infoblock {
    margin-bottom: 70px;
  }

  .digit {
    font-size: 48px;
    line-height: 30px;
  }

  .counts .count-container .count .count-icon {
    font-size: 32px;
  }

  .carousel-inner {
    margin: 0 auto;
    text-align: center;
  }

  #site-title h1 {
    font-size: 18px;
  }
  #site-title-mp img{
	height: 70px;
  } 
  #logo-separation{
	height: 70px;
  }
  .sticky-wrapper, .sticky-header, .is-sticky .sticky-header {
    min-height: 110px !important;
	height: 110px;	
  }
  .sticky-header{
	  position: fixed;
	  top:0px;
  }

.normal-header  #site-title-mp {
    display: block;
    float: none;
  }
  
/*
#site-title-mp, #main-menu-mp {
    display: block;
    float: none;
  }

  #main-menu,
  .is-sticky #site-title-mp, .is-sticky #main-menu-mp,
  .is-sticky #site-title, .is-sticky #main-menu {
    display: block;
    float: none;
  }
  */
  
  #header-wrapper #mobnav-btn,
  #header-wrapper-mp #mobnav-btn,
  #header-wrapper .is-sticky #mobnav-btn,
  #header-wrapper-mp .is-sticky #mobnav-btn {
    display: block;
    float: right;
    /* margin-top: 11px; */
  }

  #main-menu-mp, #main-menu,
  .is-sticky #main-menu,
  .is-sticky #main-menu-mp {
    margin-top: 0;	
  }

  nav ul {
    display: none;
  }

  nav select {
    display: inline-block;
    margin: 12px 0 32px 0;
  }

  .mobnav-subarrow {
    display: block;
    opacity: .3;
    height: 20px;
    width: 30px;
    background-position: top left !important;
    position: absolute;
    top: 19px;
    right: 10px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
  }

  .sf-menu {
    width: 100% !important;
    display: none;
  }
  .sf-menu a {
    padding: 1.4em 1.4em;
  }
  .sf-menu ul {
    position: static !important;
    display: none !important;
  }
  .sf-menu ul li {
    background: none !important;
  }
  .sf-menu li {
    float: none !important;
    display: block !important;
    width: 100% !important;
	 background: #ffffff !important;
  }
  .sf-menu li:last-child {
    border-bottom: none;
  }
  .sf-menu li a {
    float: none !important;
  }

  .sf-menu.xactive {
    display: block !important;
    float: none;
    margin-top: 70px;
  }

  .is-sticky .sf-menu.xactive {
    margin-top: 71px;
  }

  .sf-menu li:hover, .sf-menu li.sfHover,
  .sf-menu ul li:hover, .sf-menu ul li.sfHover {
    background: #2b2b2b !important;
  }

  .xpopdrop > ul, .xpopdrop > ul > li > ul {
    display: block !important;
    opacity: 1 !important;
  }

  .shop-item {
    margin-bottom: 60px;
  }

  .grid figure {
    /*width: 100%;*/
    margin: 10px 0 10px 0;
  }
  
   .customer-review .review-container .review-content {
    text-align: center;
  }

  .hp-block .hp-categories-menu {
    text-align: center;
  }
  .hp-block .hp-categories-menu ul {
    text-align: center;
    padding-left: 0px;
    white-space: normal;
    width: 100%;
  }
	.hp-block .hp-categories-menu ul li {
    width: 100%;
	}
	.header-separation {
	  display: none;
	}
	figure.effect-goliath h3 {
	  padding: 6px 14px;
	  font-size: 16px;
	}  
	figure.effect-goliath:hover h3 {
		-webkit-transform: translate3d(0, -58px, 0);
		transform: translate3d(0, -58px, 0);
	}	 
	figure.effect-goliath p {
	  font-size: 10px;
	  padding: 6px 14px 6px 14px;
	  line-height: 16px;
	}	    
	
}
@media (max-width: 768px) {
  .digit {
    font-size: 38px;
    line-height: 24px;
  }

  .counts .count-container .count .count-icon {
    font-size: 24px;
  }

  .grid figure {
    /*width: 100%;
    max-width: 100%;*/
    margin: 10px 0 10px 0;
  }

  .partners {
    display: none;
  }
  
  #site-title h1 {
    font-size: 12px;
  }
   #site-title-mp img{
		height: 60px;
  }
   #logo-separation{
	  height: 60px;
  }
  .sticky-wrapper, .sticky-header, .is-sticky .sticky-header {
    min-height: 90px !important;
	height: 90px;
  }
 
 
  .btn-lg {
  	font-size: 11px;
  	padding: 2px 4px;
  }
  
	figure.effect-goliath h3 {
	  padding: 4px 8px;
	  font-size: 11px;
	}  
	figure.effect-goliath:hover h3 {
		-webkit-transform: translate3d(0, -75px, 0);
		transform: translate3d(0, -75px, 0);
	}	 
	figure.effect-goliath p {
	  font-size: 9px;
	  padding: 3px 6px 3px 6px;
	  line-height: 10px;
	}	    
	
	  
  
}


@media (max-width: 540px) {
   
  
  /* PAGE FORMULAIRE*/
	.formResponsive {
		clear: left;
		float: left;
		width: 100%; /* taille maxi fixe */
	}
	.formResponsive label{
	width: 100%;
	  margin-top: 4px;
	  clear: left;
	  float: left;
	}
	.formResponsive > div.field{
	  width: 100%;
	  clear: left;
	  float: left;
	}
	
	sf-menu.xactive {
     margin-top: 50px;
  }

  .is-sticky .sf-menu.xactive {
    margin-top: 51px;
  }
  
}

@media (max-width: 400px) {
  .carousel-inner {
    width: 100%;
  }

  .slider-revolution {
    display: none;
  }

  .grid figure {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 10px 0;
  }
	figure.effect-goliath h3 {
	  padding: 10px 20px;
	  font-size: 21px;
	} 
	figure.effect-goliath:hover h3 {
		-webkit-transform: translate3d(0, -85px, 0);
		transform: translate3d(0, -85px, 0);
	}
	figure.effect-goliath p {
		font-size: 12px;
	  	padding: 12px 20px 14px 20px;
	  	line-height: 20px;
	}	    
	 

  .counts {
    padding-bottom: 20px;
  }

  .count {
    display: block !important;
    margin-bottom: 30px;
  }   
  
  
  
}

/*# sourceMappingURL=style.css.map */
