@font-face {
  font-family: "hipsterish";
  src: url('fonts/HipsterishFontNormal.ttf');
}

@font-face {
  font-family: "trebuchet";
  src: local("Trebuchet MS"), url('fonts/trebuc.ttf');
}

@font-face {
  font-family: "trebuchet";
  src: local("Trebuchet MS"), url('fonts/trebuc.ttf');
  font-weight: bold;
}

@font-face {
  font-family: "ms_reference";
  src: url('fonts/REFSAN.TTF');
}

/* reset css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
dt,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  vertical-align: baseline;
  background: transparent;
}

html {
  height: 100%
}

select {
  -webkit-appearance: none !important;
}

body {
  line-height: 1;
  font-family: 'Ubuntu', 'ms_reference', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 100%;
}

blockquote,
q {
  quotes: none;
}

strong {
  font-size: inherit;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div.applicationBodyMask {
  background-color: #505050;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 999990
}

* {
  outline: none;
}

.bold {
  font-weight: bold;
}

.gray9 {
  color: #222
}

.white {
  color: #222
}

.yelloy {
  color: #DBBB47
}

.ttlc_white h1.title {
  color: #fff;
}

.ttlc_yellow h1.title {
  color: #DBBB47;
}

.ttlc_pink h1.title {
  color: #EE7B84;
}

.ttlc_gray h1.title {
  color: #494C4D;
}

.ttlc_green h1.title {
  color: #9ED1B7;
}

.ttlc_coral h1.title {
  color: #EDA88B;
}


.ttlc_white h2.title {
  color: #fff;
}

.ttlc_yellow h2.title {
  color: #DBBB47;
}

.ttlc_pink h2.title {
  color: #EE7B84;
}

.ttlc_gray h2.title {
  color: #494C4D;
}

.ttlc_green h2.title {
  color: #9ED1B7;
}

.ttlc_coral h2.title {
  color: #EDA88B;
}

.bg_confetti_dark {
  background: #484B4C url(../img/confetti-bg_dark.png) center center no-repeat;
  background-size: cover;
  padding: 45px 0;
  color: #fff
}

.bg_confetti_dark h2 {
  color: #fff
}

.bg_confetti_light {
  background: url(../img/confetti-bg_light.png) center center no-repeat;
  background-size: cover;
  padding: 45px 0;
  color: #494C4D
}

.bg_confetti_light h2 {
  color: #494C4D
}

.align_center {
  text-align: center;
}

.text_gray {
  color: #333
}

.news_ {
  font-family: windsor;
}

.att {
  max-width: ;
}

.att_float_left .att {
  float: left
}

.att_float_right .att {
  float: right
}

.align-middle-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.align-middle-child {
  margin: auto 0 auto auto
}


ul {
  list-style: disc;
  padding-left: 15px;
}

li {
  padding-bottom: 7px;
}

dl,
dt,
dd {
  padding-bottom: 7px;
}

a {
  color: #EDA88B;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table.noborder,
table.noborder td {
  border: none;
}

.font_weight_normal {
  font-weight: normal
}

.text_align_center {
  text-align: center
}

.inline_block {
  display: inline-block;
}

.form_status {
  font-size: 14px;
  text-align: center;
}

.form_status.ok {
  color: #51A7FA;
  padding: 10px
}

.form_status.err {
  color: #F73333;
  padding: 10px
}

.button {
  color: #fff;
  border: 2px solid #DBBB47;
  padding: 5px 10px;
  background: #DBBB47;
  cursor: pointer;
}

/* .button:hover {background: #DBBB47; border: 2px solid #DBBB47; color:#fff; } */
a.button:hover {
  text-decoration: none;
}

a.book {
  background: #DBBB47;
  color: #fff
}

ul.confetti {
  list-style: none;
  margin: 0;
  padding: 0
}

ul.confetti li img {
  vertical-align: middle;
}

sup {
  font-size: 50%;
  vertical-align: super;
}

fieldset {
  border: none;
}

.element_label {
  display: none
}

#white_top {
  width: 100% !important;
  position: fixed;
  background: #494C4D;
  z-index: 800;
  height: 80px;
  text-align: right;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
}

/* Logo */
.logo {
  transition: all 0.5s;
}

.logo a {
  display: block;
}

/*
.scroll #hp-logo{top:0px;height:70px;}
.scroll #mn{}
*/
/*
#hp-logo a{height:100%;}
#hp-logo img{height:100%;}
*/


#hp-logo {
  position: absolute;
  top: 0px;
  left: 10px;
  max-height: 80px;
  height: 80px;
  z-index: 900;
}

#hp-logo a {
  display: block;
  height: 70px;
  padding: 3px 10px;
  /*background: white;*/
}

#hp-logo img {
  height: 100%;
  width: auto;
}

/* MENU */
#mn {
  height: 80px;
  width: 100%;
  background: #494C4D;
  /*background:white*/
  ;
  z-index: 900;
  text-align: center;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  position: fixed;
}

#mn-inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

#mn.top {
  margin-top: 0
}

#mn ul.menu {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  z-index: 1020;
  margin-top: 20px;
}

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

#mn ul li {
  margin: 0;
  padding: 0
}

#mn ul li a {
  /*font-weight: bold;*/
  font-weight: 300;
  display: block;
  margin: 0px 10px;
  color: #fff;
  padding: 0px 10px;
  height: 0px;
  vertical-align: top;
  line-height: 40px;
  height: 40px;
  /* color:#494C4D*/
  ;
  font-size: 15px;
}

#mn ul li.level0 {
  position: relative;
  height: 40px;
  float: left;
  border: 0px solid #fff;
}

#mn ul ul {
  position: absolute;
  top: 40px;
  background: #fff;
  width: 220px;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  display: none;
}

#mn ul ul li {
  text-align: left;
  padding: 0px 0px;
  border-bottom: 1px solid #999;
  width: 100%;
  font-size: 14px
}

#mn ul ul li a {
  text-align: left;
  margin: 0px 7px;
  padding: 0 5px;
  height: auto;
  /*color:#494C4D*/
}

#mn ul li.level0:hover {
  background: #fff;
}

#mn ul li.level0:hover>a {
  color: #494C4D
}

#mn ul li:hover ul {
  display: block
}

#mn a:hover {
  text-decoration: none;
}

#mn li.account {
  display: none;
}

#mn ul li.level1:hover {
  background: #494C4D;
}

#mn ul li.level1:hover>a {
  color: #fff
}

#responsive_menu_btn {
  display: none;
  z-index: 1000;
}

.logged #mn li.connexion {
  display: none;
}

.logged #mn li.account {
  display: block;
}

#responsive_menu_btn {
  position: absolute;
  top: 20px;
  right: 20px
}

#responsive_menu_btn img {
  height: 40px;
  width: 40px;
}

#ftr {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding: 15px 0 50px 0;
  background: #494C4D;
  color: #fff;
  line-height: 1.7
}

.news {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0px auto 0;
  line-height: 1.5;
}

.news a.anchor {
  position: absolute;
  top: -38px
}

.button_wrp {
  min-height: 30px;
}

/* HOMEPAGE */
.hp #content {
  padding: 75px 0 0;
  overflow: hidden;
}

.hp .news0 {
  min-height: 660px;
}

.hp .news h1,
.hp .news h2 {
  text-align: center;
  font-size: 24px;
  text-align: center;
  padding-bottom: 15px;
  max-width: 90%;
  margin: 0 auto 25px;
}

  {
  text-align: center;
  font-size: 24px;
  text-align: center;
  padding-bottom: 15px;
  max-width: 90%;
  margin: 0 auto 25px;
}

.hp .news p {
  padding-bottom: 15px
}

.hp .news_i {
  min-width: 240px;
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  overflow: hidden;
}

.hp .news img {
  height: auto !important
}

.hp .att img {
  width: 100%;
}

.hp .news .bg {
  background: no-repeat center;
  height: 100%;
  width: 100%;
}

.hp .has_attachment .att {
  width: 45%;
  float: left;
}

.hp .has_attachment .text {
  width: 50%;
  float: right;
}

.hp .has_attachment.att_float_right .att {
  float: right;
}

.hp .has_attachment.att_float_right .att img {
  float: right;
}

.hp .has_attachment.att_float_right .text {
  float: left;
}

.hp .cell {
  float: left
}

.hp .cell_2_3 {
  width: 60%;
}

.hp .cell_1_3 {
  width: 34%;
}

.hp .cell_left {
  float: left
}

.hp .cell_right {
  float: right
}

/* main_picture */
.hp .main-picture-v2 {
  position: relative;
  line-height: 1.1 !important;
  padding-top: 65%;
  background-size: cover;
}

.hp .main-picture-v2 h1 {
  font-size: 28px;
  line-height: 1.4 !important;


}



.hp .main-picture-v2 img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.hp .main-picture-v2 .over {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: pink;
  background: url(../img/part-text-bg.png) repeat;
  padding: 3% 0 1%;
  font-size: 16px;
}

.hp .main-picture-v2 .news_i {
  height: auto !important;
  padding: 0 5%;
  box-sizing: border-box;
}




.hp .main-picture-v2 h2 {
  margin-bottom: 0 !important;
}

.hp .main-picture-v2 .text {
  float: none !important;
  width: 100% !important;
  color: white
}

.hp .main-picture-v2 .book {
  background: #EDA88B;
  border-color: #EDA88B;
}





/*


 

/* row1 */
.hp .row1 {
  color: #fff;
  margin-top: 0;
  padding_: 80px 0
}

.hp .row1 .button_wrp {
  text-align: center;
}

.hp .row1 .book {
  background: #EDA88B;
  border-color: #EDA88B;
}

/* pictos 1 - obsolète */
.hp .pictos {
  min-height: 500px;
}

.hp .pictos .text {
  min-height: 500px;
}

.hp .pictos ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 500px;
  overflow: hidden;
  border-bottom: 0px solid #f00
}

.hp .pictos li {
  display: block;
  width: 14%;
  margin: -205px 0 0 0;
  padding: 0;
  float: left;
  border-left: 0px solid #f00
}

.hp .pictos li img {
  max-width: 100%;
}

/* pictos 2 */
.hp .pictos2 {
  clear: both;
  padding: 80px 0
}

.hp .pictos2 ul {
  list-style: none;
  vertical-align: top;
  text-align: center;
  padding: 0
}

.hp .pictos2 li {
  margin: 5px;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  background: #564;
  height: 0px;
  width: 0px;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 1.5s, width .50s, height .50s;
}

.hp .pictos2 li * {
  margin: 0;
  padding: 0
}

.hp .pictos2 li strong {
  display: block;
  align-self: center;
  border-radius: 100px;
  padding: 0 7px;
  margin: 0;
  font-size: 15px;
  color: #fff;
  opacity: 0;
  transition: opacity .2s;
}

.hp .pictos2 .done li {
  opacity: 1;
  width: 120px;
  height: 120px;
}

.hp .pictos2 li.ready strong {
  opacity: 1;
}

/* borne */
.hp .borne .button_wrp {
  padding: 0 0 0 40px;
}

.hp .borne {
  padding: 45px;
  color: #fff
}

.hp .borne.has_attachment .att {
  width: 35%;
}

.hp .borne.has_attachment .text {
  width: 63%;
}

.hp .borne.has_attachment .ul {
  margin: 0
}

.hp .borne .title {
  margin-bottom: 15px
}

.hp .borne ul {
  margin-left: 35px
}

/* particuliers */
.hp .particuliers .bg {
  padding: 40px 0;
  overflow: hidden;
  background-size: cover;
}

.hp .particuliers .text {
  float: none;
  position: relative;
  background-image: url(../img/part-text-bg.png);
  background-repeat: repeat;
  /*background-color:rgba(50,50,50,0.9);*/
}

.hp .particuliers .bg p img {}

.hp .particuliers .text_bg {
  padding-top: 100%;
  background: #494C4D;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hp .particuliers .text_in {
  padding: 25px;
  position: relative;
  color: #fff
}

.hp .particuliers .button_wrp {
  text-align: center;
  padding: 15px 0 0 0;
}

/* five rows cells */
.hp .row_5_cells {
  width: 100%;
  clear: both;
  padding: 80px 0
}

.hp .row_5_cells ul {
  list-style: none;
  vertical-align: top;
  text-align: center;
  margin: 0;
  padding: 0
}

.hp .row_5_cells li {
  margin: 15px;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  background: #564;
  height: 0px;
  width: 0px;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 1.5s, width .50s, height .50s;
}

.hp .row_5_cells li strong {
  display: block;
  align-self: center;
  border-radius: 100px;
  padding: 0 7px;
  margin: 0;
  font-size: 15px;
  color: #fff;
  opacity: 0;
  transition: opacity .2s;
}

.hp .row_5_cells .done li {
  opacity: 1;
  width: 180px;
  height: 180px;
}

.hp .row_5_cells li.ready strong {
  opacity: 1;
}

/* entreprise */
.hp .entreprises h2 span {
  display: inline-block;
}

.hp .entreprises table {
  display: none;
}

.hp .entreprises h2.title {
  color: #DBBA46
}


.hp .entreprises .text {
  padding: 0 20px
}




.hp .entreprises #entreprises_render {
  clear: both;
  overflow: hidden;
  padding: 20px 0;
  margin: 0 -15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;

}

.hp .entreprises .inner {
  display: inline-block;
  width: 33.33333%;
  position: relative;
  border: 0px solid white;
  margin-bottom: 30px;
  padding: 0 0;
}

@media screen and (min-width: 577px) and (max-width: 992px) {
  .hp .entreprises .inner {
    width: 50%;
  }

}

@media screen and (max-width: 576px) {
  .hp .entreprises .inner {
    width: 100%;
  }

}


.hp .entreprises .cell {
  height: 0px;
  float: none !important;
  position: relative;
  padding-top: 72%;
  background: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0 15px;
}

.hp .entreprises .cell_i {}

.hp .entreprises .cell_title {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.hp .entreprises .cell_title_i {
  align-self: center;
  width: 80%;
  height: 50px;
  font-size: 16px;
  background: #DBBA46;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  text-transform: uppercase;
}

.hp .entreprises .cell_title_i p {
  padding: 0;
  margin: 0;
  align-self: center;
  text-align: center;
  max-width: 100%;
}

.hp .entreprises .cell_text {
  position: absolute;
  top: -20px;
  left: 0px;
  right: 0px;
  max-height: 0px;
  padding: 10px;
  background-image: url(../img/entreprises_text_bg.png);
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
}

.hp .entreprises .cell_text {
  display: flex;
  justify-content: center;
}

.hp .entreprises .cell_text_i {
  align-self: center;
}

.hp .entreprises .cell_text p {
  padding: 2px 0
}

.hp .entreprises .cell .cell_text {
  bottom: auto;
  top: -20px;
  max-height: 0px;
  opacity: 0;
  transition: opacity 1.5s ease-in;
}

.hp .entreprises .cell.hover .cell_text {
  bottom: 0px;
  top: 0;
  max-height: 500px;
  transition: max-height .5s ease-in;
  opacity: 1;
}

.hp .entreprises .cell.hover .cell_title {
  opacity: 0;
  transition: opacity .5s ease-in;
}




.hp .entreprises .button_wrp {
  text-align: center;
  padding: 15px 0 0 0;
  clear: both;
}

/* tarif */
.hp .tarifs0 {
  max-width: 1200px;
  margin: 0 auto;
  ;
}

.hp .tarifs h2 {}

.hp .tarifs .news_i {
  white-space: nowrap;
}

.hp .tarifs .text {
  width: 100% !important;
}

.hp .tarifs .text div.flex {
  text-align: center;
}

.hp .tarif {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  ;
  position: relative;
}

.hp .tarif {
  padding: 0 1.5%;
  box-sizing: border-box;
  text-align: center;
}

.hp .tarif .face {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.hp .tarifs .text {
  padding: 20px 20px;
  margin: 0;
  font-size: 11px;
}

.hp .tarifs .text p {
  padding-bottom: 7px;
  margin-bottom: 7px
}

.hp .tarifs {
  padding-bottom: 140px
}

.hp .tarif-inner {
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

.hp .tarif-inner .front {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
  display: flex;
  justify-content: center;
  opacity: 1;
  transition: opacity 1s;
}

.hp .tarif-inner .front-content {
  align-self: center;
  width: 80%;
  height: 50px;
  font-size: 16px;
  background: #DBBA46;
  justify-content: center;
  border-radius: 3px;
  text-transform: uppercase
}

.hp .tarif-inner .front-content span {
  display: block;
}






.hp .tarif-inner .back {
  background-image: url(../img/entreprises_text_bg.png);
  ;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 100%;
  display: block;
  transition: bottom 1s;
  overflow: hidden;
  white-space: normal;
}

.hp .tarif-inner .back-content {
  padding: 2%;
}

.hp .tarif-inner .back-content .name {
  font-weight: bold;
  margin: 15px 0;
  font-size: 120%
}

/*
.hp .tarif-inner:hover .front{opacity:0}
.hp .tarif-inner:hover .back{bottom:0}
*/
.hp .hover .tarif-inner .front {
  opacity: 0
}

.hp .hover .tarif-inner .back {
  bottom: 0
}






/*   .tarif-inner{width:100%;height:340px;position:relative;left:0px;top:0px;transition:all 0.5s linear;-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;}  .tarif-inner .front{ position: absolute; top:0; left:0; width: 100%;} .tarif-inner .front-content {margin:45% 5% 0; background: rgba(0,0,0,0.3); color: white;} .tarif-inner .front-content span {display: block; padding:5px; font-size: 16px;} .tarif-inner .title { font-weight: bold;} .tarif-inner .price {}     .tarif-inner .back-content {padding-top:0px} .tarif-inner .back-content .name{padding:5px 10px; background: #999; color:white} .tarif-inner .back-content .desc{padding:15px 10px 0} .tarif-inner .back-content .desc p {padding:3px 0} .tarif-inner:after{content: ' ';right:0px;bottom:0px;position:absolute;top:0px;left:0px;-webkit-transform:rotateY( 180deg );-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;} .tarif-inner:after .front{opacity:0;} .tarif:hover .tarif-inner,.tarif-hover .tarif-inner{-webkit-transform:rotateY( 180deg );}  */
/*.tarif:nth-child(1n) .front-content{background-color: rgba(158, 209, 183, 1)} */
/*.tarif:nth-child(1n) .back{background-color: rgb(158, 209, 183)}/*    /* .front{z-index:2; transform:rotateY(0deg);} .back{transform:rotateY(180deg);} .hp .tarifs .button_wrp{text-align:center;padding:15px 0 0 0;clear:both;} .hp .tarifs .book{background-color:#EDA88B;border-color:#EDA88B} */
/* photos */
.hp .mod_photos {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hp .mod_photos .news_i {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 25px;
  background: #fff;
}

.hp .mod_photos .att {
  width: 25%;
  overflow: hidden;
  display: block;
  float: left;
  padding-top: 25%;
  height: 0;
  position: relative;
  overflow: hidden;
  background_: #956;
}

.hp .mod_photos .att img {
  width: 20%;
  margin: 4px auto;
  opacity: .2;
  position: absolute;
  top: 42%;
  left: 42%
}

.hp .mod_photos .att img {
  transition: width 1s, opacity 1s, top 1s, left 1s;
}

.hp .mod_photos .expanded img {
  width: 96%;
  margin: 4px auto;
  opacity: 1;
  top: 2px;
  left: 2px
}

.hp .photos .newsTexte {
  padding-top: 25px
}

.hp .photos .button_wrp {
  text-align: center;
  padding: 15px 0 0 0;
  clear: both;
}

.hp .photos .book {
  background-color: #EDA88B;
  border-color: #EDA88B
}

/* div.contacts{padding:45px 0 45px 0;}*/
div.contacts h2.title {
  padding: 0 0 0;
  margin: 0 auto 15px
}

#contact_form {
  overflow: hidden;
  width: 1020px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#contact_form h2.title {
  text-align: center
}

#contact_form label.rowLabel {
  display: none
}

#contact_form fieldset {
  border: 0px dotted #999;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
}

#contact_form_left fieldset {
  padding: 0 0 0 0;
}

#contact_form select {
  width: 100%;
  border: 1px solid #494C4D;
  padding: 7px;
  font-size: 16px;
  max-width: 450px;
  box-sizing: border-box;
  margin: 10px 0
}

#contact_form input.text {
  width: 100%;
  border: 1px solid #494C4D;
  padding: 7px;
  font-size: 16px;
  max-width: 450px;
  box-sizing: border-box;
  ;
  margin: 10px 0
}

#contact_form input.half {
  width: 49.5%;
  max-width: 225px;
}

#contact_form fieldset.error {
  border-color: #f00000
}

#contact_form fieldset.required_wrp {
  height: 56px;
}

#contact_form fieldset.required_wrp p {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1 !important;
}

#contact_form textarea {
  width: 100%;
  border: 1px solid #494C4D;
  padding: 7px;
  max-width: 450px;
  box-sizing: border-box;
  height: 90px;
  margin-top: 10px;
}

#contact_form fieldset.submit {
  text-align: center;
  padding-top: 25px;
}

#contact_form input.button {
  border-color: #494C4D;
  padding: 10px 25px;
  background: #494C4D;
  color: #fff
}

#contact_form fieldset.submit {
  text-align: center;
  clear: both;
}

#contact_form fieldset.submit p.mentions {
  font-size: 12px;
  line-height: normal;
  padding: 15px 0
}

#contact_form_status {
  text-align: center
}

p.phone {
  text-align: center;
}

p.phone a {
  font-size: 26px;
  display: inline-block;
  margin: auto;
  background: url(../img/telephone-gris.png) left center no-repeat;
  padding: 0px 0 0 60px;
  line-height: 60px;
  color: #494C4D
}

/* particuliers */
.hp .avis-clients .bg {
  padding: 40px 0;
  overflow: hidden;
  background-size: cover;
}

.hp .avis-clients .text {
  float: right;
  position: relative;
  background: url(../img/part-text-bg.png) repeat;
  padding-top
}

.hp .avis-clients .bg p img {}

.hp .avis-clients .text_bg {
  padding-top: 100%;
  background: #494C4D;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hp .avis-clients .text_in {
  padding: 75% 0 0 0;
  position: relative;
  color: #fff;
}

.hp .avis-clients .reviews {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hp .avis-clients .review-item {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity .5s;
}

.hp .avis-clients .review-item-current {
  z-index: 10;
  opacity: 1;
}

.hp .avis-clients .review-item-wrapper {
  display: table-row;
}

.hp .avis-clients .review-item-content {
  display: table-cell;
  vertical-align: middle;
  padding: 25px
}

.review-item-content {
  color: white;
  font-size: 14px;
  line-height: 1.5;
}

.review-item-content p {
  padding: 10px 0 !important
}

.review-title {
  font-weight: bold;
  padding: 0 0 15px 0
}

.review-author {
  padding-top: 35px;
  font-style: italic;
  font-size: 12px;
  text-align: right;
}

.hp .avis-clients p.arrows {
  z-index: 20;
  position: relative;
}

.hp .avis-clients p.arrows img {
  margin: 0 25px;
  max-height: 35px;
  opacity: .7;
  transition: .3s;
  cursor: pointer;
}

.hp .avis-clients p.arrows img:hover {
  opacity: 1;
}

/* social */
.hp .social img {
  margin-right: 15px;
  max-height: 50px;
  width: auto !important
}

.ttlc_yellow #contact_form {
  color: #DBBB47;
}

.ttlc_pink #contact_form {
  color: #EE7B84;
}

.ttlc_gray #contact_form {
  color: #494C4D;
}

.ttlc_green #contact_form {
  color: #9ED1B7;
}

.ttlc_coral #contact_form {
  color: #EDA88B;
}

.ttlc_yellow #contact_form input.text {
  border-color: #DBBB47;
}

.ttlc_pink #contact_form input.text {
  border-color: #EE7B84;
}

.ttlc_gray #contact_form input.text {
  border-color: #494C4D;
}

.ttlc_green #contact_form input.text {
  border-color: #9ED1B7;
}

.ttlc_coral #contact_form input.text {
  border-color: #EDA88B;
}

.ttlc_yellow #contact_form select {
  border-color: #DBBB47;
}

.ttlc_pink #contact_form select {
  border-color: #EE7B84;
}

.ttlc_gray #contact_form select {
  border-color: #494C4D;
}

.ttlc_green #contact_form select {
  border-color: #9ED1B7;
}

.ttlc_coral #contact_form select {
  border-color: #EDA88B;
}

.ttlc_yellow #contact_form textarea {
  border-color: #DBBB47;
}

.ttlc_pink #contact_form textarea {
  border-color: #EE7B84;
}

.ttlc_gray #contact_form textarea {
  border-color: #494C4D;
}

.ttlc_green #contact_form textarea {
  border-color: #9ED1B7;
}

.ttlc_coral #contact_form textarea {
  border-color: #EDA88B;
}

.ttlc_yellow #contact_form input.button {
  border-color: #DBBB47;
  background: #DBBB47;
}

.ttlc_pink #contact_form input.button {
  border-color: #EE7B84;
  background: #EE7B84;
}

.ttlc_gray #contact_form input.button {
  border-color: #494C4D;
  background: #494C4D;
}

.ttlc_green #contact_form input.button {
  border-color: #9ED1B7;
  background: #9ED1B7;
}

.ttlc_coral #contact_form input.button {
  border-color: #EDA88B;
  background: #EDA88B;
}

#contact_form input.missing {
  background: #F1E9CF;
}

/* SUITE */
body.inf {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.inf #lg {
  width: 960px;
  max-width: 96%;
  margin: 0 auto;
  max-width: 96%;
  float: none;
}

.inf #content {
  padding-top: 110px;
  margin: 0 auto;
  width: 960px;
  background: rgba(255, 255, 255, .9);
  max-width: 96%;
}

#row1 {
  width: 100%;
  position: relative;
  min-height: 600px;
}

#row1_i {
  max-width: 1200px;
  margin: auto;
}

#row1 {}

#row1 h1 {
  font-size: 30px;
  text-align: center;
  color: #EDA88B;
  padding-bottom: 35px;
}

#row1 a {}

#row1 .news {
  overflow: hidden;
  padding: 50px 15px;
  margin: 0 auto;
  line-height: 1.5;
  box-sizing: border-box
}

#row1 .news p {
  padding-bottom: 15px
}

#row1 .news_i {
  max-width: 96%;
  min-width: 240px;
  margin: 0 auto;
}

.gallery #row1 {
  max-width: 90%;
  margin: auto;
}

.gallery #row1 .title {
  font-size: 36px;
  border-bottom: 1px solid #999;
  padding-bottom: 15px
}

.gallery #row1 .newsTexte {
  padding: 25px 0
}

.gallery #row1 .attachments {
  text-align: left;
}

.gallery #row1 .att {
  width: 22%;
  display: inline-block;
  margin: 0 2% 2% 0;
  padding: 0px;
  box-sizing: border-box;
}

.gallery #row1 img {
  width: 100%;
  border: 1px solid #999;
  box-sizing: border-box;
}

/* entrée galerie sécurisées */
#gallery_entrance_frm {
  padding: 55px 25px 25px;
  background: #494C4D;
  margin-bottom: 45px;
  color: #fff;
  width: auto;
  font-size: 16px;
  width: 700px;
  margin: auto;
  text-align: center;
}

#gallery_entrance_frm dt {
  font-size: 36px;
  color: #fff
}

#gallery_entrance_frm fieldset {
  padding: 0;
  margin: 0
}

#gallery_entrance_frm input.text {
  font-size: 22px;
  padding: 7px
}

#gallery_entrance_frm input.button {
  font-size: 22px;
  padding: 7px
}

#gallery_entrance_frm_status {
  font-size: 12px;
  font-family: sans-serif;
}

#gallery .att {
  position: relative;
}

#gallery .tools {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  padding-bottom: 5px
}

#gallery .tools a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  opacity: 0.5;
  transition: opacity 0.2s;
}

#gallery .tools a:hover {
  opacity: 1
}

#gallery .tools a.tool_dl {
  background: url('../img/download.png ') center center no-repeat;
}

#gallery .tools a.tool_fb {
  background: url('../img/facebook.png ') center center no-repeat;
}

.faq .news {
  padding-bottom: 25px;
}

.faq .news_i {
  position: relative;
  min-height: 50px;
}

.faq .rz .newsTexte {
  height: 0;
  padding: 15px 0 0 140px;
  font-size: 16px;
  transition: transform .5s ease;
  overflow: hidden;
  transform: scaleY(0);
  line-height: 1.7;
}

.faq .rz .att {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  transition: height 0.5s, width 0.5s
}

.faq .rz .att img {
  width: 100%;
}

.faq .rz h2.title {
  padding-left: 50px;
  font-size: 20px;
  transition: padding-left .75s;
}

.faq .opened h2.title {
  padding-left: 140px;
  font-size: 20px
}

.faq .opened .att {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
}

.faq .opened .newsTexte {
  height: auto;
  transform: scaleY(1);
}

.news .anSlider {
  background_: #fff;
  height: 0px;
  padding-top: 37%;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.news .slidesWrapper {
  width: 90000px;
}

.news .anSlider .slide {
  width: 1200px;
  height: 100%;
  background_: #494C4D;
  text-align: center;
}

.news .anSlider .slide img {
  max-width: 1020px;
}

.news .anSliderNav {
  position: absolute;
  z-index: 1000;
  top: 180px;
  width: 60px;
  height: 60px;
  background-image: url(../img/slider-nav.png?h=60);
  background-repeat: no-repeat;
  opacity: .3;
}

.news .anSliderNav:hover {
  opacity: .5;
}

.news .anSliderNavLeft {
  left: 10px;
  background-position: left center;
}

.news .anSliderNavRight {
  right: 10px;
  background-position: right center;
}

/* #blog */
#blog .intro .title {
  font-size: 24px;
}

#blog .news .newsTexte {
  text-align: justify;
  line-height: 1.4;
}

#blog .news .newsTexte p {
  padding-bottom: 8px !important;
}

#blog .news .att {
  float: right;
  margin-left: 55px
}

#blog .news .att img {
  border: 1px solid #333;
  width: 300px;
}

#blog .news .title {
  margin-bottom: 15px;
}

.blog-entry {
  background: url(../img/blog-line.png ?w=100) bottom center no-repeat
}

.blog-entry .date {
  background-image: url(/msmedias/confettis/rose.png);
  background-size: cover;
  color: #fff;
  height: 80px;
  width: 80px;
  border-radius: 100px;
  box-sizing: border-box;
  float: left;
  margin-right: 25px;
  text-align: center;
}

.blog-entry .date span {
  display: block;
  line-height: 1;
}

.blog-entry .date span.d {
  font-size: 24px;
  padding-top: 10px;
}

.blog-entry .date span.m {
  line-height: 1.5;
}

.blog-entry .date span.y {}

.blog-entry .blog-title {
  font-size: 26px !important;
  color: #DBBB47 !important;
  text-align: center !important;
}

.blog-entry h3 {
  color: #EDA88B;
  font-size: 22px;
  text-align: center;
}


.inf #ftr {
  padding-top: 25px
}

.inf #ftr .social img {
  margin-right: 15px;
  max-height: 50px;
  width: auto !important;
}

/* partenaires */
/* .partenaires #content {padding-bottom: 0; } .partenaires #content #row1 {background-image: url(../img/confetti-bg_dark.png);  } */
.partenaires .news a {
  display: inline-block;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  overflow: hidden;
  margin: 0 20px 20px 0
}

.partenaires .news a img {
  width: auto !important;
  height: auto !important;
  display: none
}

.partenaires .news a img.visible {
  display: block;
}