@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
/****** RESET CSS ******/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/********************************************************** GENERAL ***/
.clear_both {
  clear: both;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}
body {
  font-size: 15px;
  font-weight: normal;
  font-family: "PT Sans Narrow", sans-serif;
  color: #2c2c2c;
  background: url(../gifs/new-fond.jpg) center center fixed no-repeat;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: auto;
}
strong {
  color: #565656;
}
h1 {
  color: #755739;
  margin: 20px 0 20px;
  font-size: 32px;
  font-weight: normal;
  position: relative;
}
h3 {
  color: #755739;
  margin: 10px 0;
  font-size: 22px;
  font-weight: normal;
}
/* img lightbox */
.imgRight {
  float: right;
  margin: 0 0 10px 10px;
  border: none;
}
.imgLeft {
  float: left;
  margin: 0 10px 10px 0;
  border: none;
}
#container {
  width: 100%;
  position: relative;
  padding-top: 530px; /*Hauteur a supprimer si utilisation du bx responsive*/
}
/********************************************************** HEADER ***/

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#langue {
  position: absolute;
  top: 160px;
  left: 0;
  display: block;
}
#logo:hover {
  text-decoration: none;
  opacity: 0.7;
}
#contact_header:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* Top bar */
header nav#top_bar {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  z-index: 5;
  border-bottom: 5px solid #755739;
}
header nav#top_bar ul {
  float: right;
}
header nav#top_bar ul li {
  float: left;
  display: block;
  position: relative;
}
header nav#top_bar ul li a {
  color: #fff;
  font-size: 17px;
  padding: 0 15px;
  display: block;
  height: 40px;
  line-height: 40px;
  background: url(../gifs/selected.png) center 40px no-repeat;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
header nav#top_bar ul li a:hover,
header nav#top_bar ul li a.selected {
  background: url(../gifs/selected.png) center bottom no-repeat;
  text-decoration: none;
}
header nav#top_bar .dropdown {
  position: absolute;
  background: orange;
  width: 210px !important;
}
header nav#top_bar .dropdown li {
  float: none !important;
}

.bx-wrapper img {
  width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  background: #fff;
}

header nav#menu_v ul li {
  display: block;
  position: relative;
  margin: 0 10px;
}
header nav#menu_v ul li + li {
  border-top: 2px solid #e3ddd6;
}
header nav#menu_v ul li a.selected_slide {
  background: #eee4db;
}

header nav#menu_v .dropdown {
  position: relative;
  background: orange;
}
header nav#menu_v .dropdown li {
  border-top: 1px solid #fff;
  margin-top: 0;
}
header nav#menu_v .dropdown li a {
  padding-left: 25px;
}
header nav#menu_v li a:hover,
header nav#menu_v li a.selected,
header nav#menu_v li.selected > a,
header #menu_v li.open > a {
  background: #755739 !important;
  color: #fff;
  text-decoration: none;
}
header nav#menu_v .derouler {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 24px;
  background: #333;
  cursor: pointer;
  z-index: 5;
}
header nav#menu_v .open .derouler {
  background: #fff;
}
header nav#menu_v li.selected .dropdown {
  display: block !important;
}
header nav#menu_v li.selected .derouler {
  display: none;
}
/* COLONNE CENTRE */
#colonne_centre {
  position: relative;
  float: right;
  width: 100%;
}
/* liste colonne centre */
#colonne_centre ul {
  margin: 10px 0;
}
#colonne_centre ul li {
  margin-left: 30px;
  list-style-image: url(../gifs/puce.png);
  line-height: 20px;
}
.bouton span {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #755739 url(../gifs/fleche-btn.png) center center no-repeat;
  margin-right: 10px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.bouton:hover {
  color: #565656;
  text-decoration: none;
}
.bouton:hover span {
  background: #565656 url(../gifs/fleche-btn.png) center center no-repeat;
}
/* Fil d'ariane */
#fil_ariane {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 13px;
}
#fil_ariane div {
  display: inline;
}
#fil_ariane a {
  text-decoration: none;
  color: #755739;
}
#fil_ariane a:hover {
  color: #ffa500;
}
#fil_ariane strong {
}
/* Encart */
.encart_global {
  display: block;
  width: 100%;
  margin-top: 20px;
}
a.encart1 .img + .img {
  padding-left: 5px;
}
a.encart1:hover {
  text-decoration: none;
}
a.encart2 .titre {
  display: block;
  font-size: 22px;
  color: #755739;
  margin: 10px 10px 10px 0;
}
a.encart2 .titre span {
  color: #2c2c2c;
  font-size: 20px;
  display: block;
}
a.encart2 .lien {
  background: #2c2c2c url(../gifs/fleche-encart.png) center center no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
a.encart2:hover {
  text-decoration: none;
}
a.encart2:hover .img {
  opacity: 0.7;
}
a.encart2:hover .lien {
  background: #755739 url(../gifs/fleche-encart.png) center center no-repeat;
}
.encart1 .img span {
  display: block;
  margin-top: 24px;
}
/* Relance */
#relance {
  display: block;
  position: relative;
  margin: 20px 0;
  float: left;
  width: 100%;
}
#relance li {
  width: 45%;
  float: left;
}
#relance a {
  display: block;
}
/* Formulaire */
#gmap_link {
  display: block;
  float: right;
}
#coordonnees {
  width: 260px;
  float: right;
  padding-left: 20px;
}
#coordonnees p {
  text-align: left;
}
#formulaire_1 {
  float: left;
}
legend {
  font-size: 16px;
  font-weight: normal !important;
  padding-right: 10px;
  color: #50504e;
  position: relative;
  left: 0;
}
#formulaire_contact input[type="checkbox"] {
  width: auto;
}
.top_bar-02 {
  position: relative;
  top: 5rem;
}
#formulaire_contact textarea:hover,
#formulaire_contact input:hover {
  background: #dcd3cb;
}
#formulaire_contact p {
  width: 100%;
  padding: 0 !important;
  position: relative;
}
/*#formulaire_1 #field_14 {
  width: 70px !important;
}*/
#formulaire_1 #field_3 {
  width: 120px;
}
#formulaire_contact p.submit {
  margin: 0 !important;
}
#formulaire_contact p.submit input:hover {
  background: #565656;
}
#formulaire_contact .form_erreur {
  border: 1px solid #565656 !important;
}
form.generateur p.erreur,
form.generateur div.divGenerateurErreur {
  border: none !important;
}
form.generateur p.erreur span.erreur,
form.generateur div.divGenerateurErreur span.erreur {
  background: none !important;
  font-weight: normal !important;
  margin: 0 0 0 170px !important;
  padding: 0 0 5px 0 !important;
  text-align: right !important;
  font-size: 13px !important;
  color: #565656 !important;
}
span.validation {
  right: -20px;
  position: absolute;
  top: 5px;
  display: none;
}
form.generateur label.noFloatingLabel input {
  border: none !important;
}
form.generateur label.noFloatingLabel input:hover {
  border: none !important;
  background-color: transparent !important;
}
.divGenerateurRequired {
  display: none;
}
div.valide {
  background: none !important;
  color: #000 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: normal !important;
}
/********************************************************** FOOTER ***/
footer {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  margin: 10px 0 20px;
}
#adresse-footer {
  position: relative;
  float: left;
  line-height: 18px;
}

#navigation span {
  background: #755739 url(../gifs/fleche-footer.png) center center no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#navigation:hover {
  text-decoration: none;
}
#navigation:hover span {
  background: #565656 url(../gifs/fleche-footer.png) center center no-repeat;
  color: #565656;
}
/* footer box */
.black {
  background: url(../gifs/black.png) repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.close {
  background: url(../gifs/close.png) no-repeat;
  width: 28px;
  height: 29px;
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
#navigation_frame a {
  color: #2c2c2c;
}
#navigation_frame a:hover {
  text-decoration: underline;
}
#navigation_frame ul li ul {
  border: 0;
  float: none;
  margin-top: 0;
  padding-left: 15px;
  width: auto;
}
#navigation_frame ul li ul li a {
  font-size: 12px;
}
/* FANCYBOX : newsletter | conseiller a un ami */
#newsletter_iframe {
  margin: 0 !important;
  position: absolute;
  top: 0 !important;
  padding: 10px !important;
  height: 365px;
  background: #fff;
}
#ami_box_frame {
  width: 100%;
  display: block;
  height: 385px;
  background: #fff; /*overflow:hidden*/
}

#newsletter_iframe p,
#ami_box_frame p {
  display: block;
  float: left;
  width: 100%;
}
#newsletter_iframe label,
#ami_box_frame label {
  text-align: left !important;
  margin-top: 20px;
  clear: both;
  display: block;
  width: 100%;
}
#newsletter_iframe #input_newsletter,
#ami_box_frame input,
#ami_box_frame textarea {
  width: 98%;
  height: 20px;
  clear: both;
  float: left;
  border: 1px solid #dcd3cb;
}
#ami_box_frame textarea {
  height: auto !important;
}
#submit_newsletter,
#submit_ami {
  background: #755739;
  color: #fff !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
  float: right !important;
  font-size: 16px !important;
  text-indent: 0 !important;
  cursor: pointer;
  padding: 2px 5px !important;
  margin-top: 15px;
}
#submit_newsletter:hover,
#submit_ami:hover {
  background: #565656;
}
/********************************************************** REF ***/
.ref_close {
  position: fixed;
  right: -97.3%;
  bottom: 0;
  color: #fff;
  display: block;
  text-decoration: none;
  width: 95.5%;
  -webkit-border-radius: 30px 0 0 0 / 30px 0 0 0;
  -moz-border-radius: 90px 0 0 0 / 90px 0 0 0;
  -ms-border-radius: 30px 0 0 0 / 30px 0 0 0;
  border-radius: 90px 0 0 0 / 90px 0 0 0;
  cursor: pointer;
  background-color: #2c2c2c;
  padding: 4px 2% 4px 2.5%;
  min-height: 28px;
  z-index: 1;
}
.ref_close .plus_ref {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 6px;
  background: url(../gifs/plus_ref.png) no-repeat;
  bottom: 3px;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}

.rotate_plus {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contenu_ref {
  position: relative;
  float: right;
  display: block;
  width: 98%;
}
/************* Column *************/
a.lienseo {
  color: #2c2c2c;
  font-weight: bold;
  text-decoration: none !important;
}
a.lienseo:hover {
  text-decoration: undeline !important;
}
a.encart1 .img + .img {
  padding-left: 34px;
}

/********************************************************************************************/
header section {
  position: relative;
  max-width: 297px;
  margin: 40px auto 0;
  height: 643px; /*Hauteur a supprimer si utilisation du bx responsive*/
  z-index: 10;
  background: url(../gifs/blanc-10.png) left 40px repeat;
}
nav#top_bar {
  display: none;
}
.slogan {
  font-size: 17px;
  color: #565656;
  text-align: center;
  display: block;
  padding-top: 26px;
}
.slogan span {
  font-size: 13px;
}
.baseline {
  font-size: 17px;
  z-index: 1;
  display: block;
  line-height: 26px;
  color: #565656;
}
#logo .couleur {
  font-size: 24px;
  color: #755739;
}
/* Logo */
#logo {
  display: block;
  position: absolute;
  left: 29px;
  top: 88px;
  background: url(../gifs/logo.jpg) top left no-repeat;
  height: 105px;
  /*z-index: 1;*/
  padding: 54px 0 0 115px;
  font-size: 19px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
/* Contact Header */
#contact_header {
  position: absolute;
  right: 69px;
  top: 212px;
  display: block;
  height: 50px;
  z-index: 1;
  background: url(../gifs/tel.png) 85px -1px no-repeat;
  text-align: right;
  font-size: 22px;
  color: #755739;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
/* slider */
.bx-wrapper {
  position: absolute;
  top: 305px;
  left: 0;
  margin: 0 10px;
  padding: 0;
  width: 268px;
  z-index: 1;
  border: 5px solid #fff;
}
#contact_header span {
  background: url(../gifs/plan.png) 55px 0 no-repeat;
  display: block;
  font-size: 16px;
  color: #2c2c2c;
  padding-left: 70px;
  line-height: 28px;
}
/* ombre */
.ombre {
  background: url(../gifs/ombre.png) top left no-repeat;
  width: 287px;
  height: 39px;
  position: absolute;
  top: 392px;
  left: 0;
}
/* menu */
header nav#menu_v {
  position: relative;
  display: block;
  overflow: hidden;
  width: 240px;
  position: absolute;
  top: 405px;
  left: 29px;
  z-index: 12;
  height: 226px;
  background: url(../gifs/blanc-10.png) top left repeat;
  padding-top: 0;
}
header nav#menu_v ul li a {
  display: block;
  padding: 10px 0;
  z-index: 3;
  font-size: 16px;
  color: #755739;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}
#content {
  width: 237px;
  position: relative;
  margin: 0 auto;
  background: url(../gifs/blanc-10.png) top left repeat;
  padding: 30px;
  top: 154px;
}
#colonne_centre p {
  line-height: 20px;
  margin-bottom: 12px;
  max-width: 14.6rem;
  text-align: center;
}
h1 span.text {
  display: inline-block;
  font-size: 23px;
  margin-left: 0.5rem;
}
h1 span.line {
  display: none;
}
/* Bouton */
.bouton {
  float: none;
  display: block;
  font-size: 16px;
  color: #755739;
  display: inline-block;
  margin: 5px 0;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
a.encart1 {
  /*background: #efe6df;*/
  vertical-align: top;
  position: relative;
  overflow: hidden;
  display: inline;
}
.encart1 .img img {
  max-width: 100%;
  height: 169px;
  margin: -10px auto;
}

a.encart1 .img {
  display: inline-block;
  padding: 10px;
  width: auto;
  height: auto;
  /*margin-left: 1.3rem;*/
}
a.encart1 .img:first-child {
  margin-top: 2rem;
}
a.encart1 .loupe {
  background: url(../gifs/marron-10.png) top left repeat;
  display: block;
  position: absolute;
  top: -29px;
  left: 181px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 8px 13px;
}
a.encart2 {
  position: relative;
  height: 382px;
  max-width: 304px;
  margin-left: 11px;
  background: #e1dcd7;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  padding: 5px 20px;
}
a.encart2 .img {
  display: inline-block;
  padding: 10px;
  float: left;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
  left: 1rem;
}
/* footer */
footer section {
  width: 275px;
  margin: 0 auto;
  position: relative;
  color: #2e2e2e;
  background: url(../gifs/blanc-10.png) top left repeat;
  padding: 10px;
  overflow: hidden;
  top: 9.5rem;
  padding-bottom: 2rem;
}
#navigation {
  display: block;
  position: relative;
  float: right;
  cursor: pointer;
  padding-left: 15px;
  line-height: 18px;
  top: 1rem;
}
#formulaire_contact textarea {
  border: solid 1px #dcd3cb;
  width: 220px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#formulaire_contact input {
  border: solid 1px #dcd3cb;
  width: 220px!important;
  height: 20px !important;
  text-indent: 5px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#formulaire_contact p.submit input {
  background: #2c2c2c;
  color: #fff !important;
  border: none !important;
  width: 100% !important;
  height: auto !important;
  float: none;
  text-indent: 0 !important;
  cursor: pointer;
  padding: 3px 10px !important;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 18px;
  font-family: "PT Sans Narrow", sans-serif;
}
h2 {
  color: #755739;
  margin: 10px 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6rem;
  max-width: 15rem;
  text-align: center;
}
#carte {
  width: 100%;
}
#navigation_frame {
  background: #fff;
  display: none;
  position: fixed;
  left: 16%;
  z-index: 15;
  top: 210px;
}
#relance .titre-relance {
  display: block;
  position: relative;
  font-size: 22px;
  margin-bottom: 10px;
  padding-left: 40px;
  background: url(../gifs/relance.png) left top no-repeat;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #dcd3cb;
  padding-bottom: 8px;
  color: #755739;
}
#navigation_frame ul {
  margin-left: 15px;
}
#lien-footer {
  font-size: 14px;
  line-height: 18px;
  float: right;
  position: relative;
}
#navigation_frame ul li {
  list-style: none;
  padding: 0.1rem 15px;
}

/****************************************** TOP BAR MOBILE ******************************************/
.burger-mobi {
	display: none;
}
.burger {
  position: absolute;
  top: -46px;
  width: 100%;
}
.burger span,
.burger span:before,
.burger span:after {
	position: absolute;
	left: 10px;
	top: 22px;
	width: 20px;
	height: 4px;
	background: #fff;
	border-radius: 0.2em;
}
.burger span:before,
.burger span:after {
	content: '';
	left: 0;
}
.burger span:before {
  top: -8px;
}
.burger span:after {
  top: 8px;
}
.burger-mobi:checked + .burger span {
  height: 0;
  width: 0;
}
.burger-mobi:checked + .burger span:before,
.burger-mobi:checked + .burger span:after {
	top: 6px;
}
.burger-mobi:checked + .burger span:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.burger-mobi:checked + .burger span:after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(-225deg);
}
.header-mobi ul {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #755739;
  z-index: 15;
  top: -4rem;
  border-radius: 4px;
}
#main-nav:checked ~ ul a {
  height: 50px;
  border-bottom: 2px solid #fff;
}
.header-mobi ul a {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  letter-spacing: 1.2px;
}
.header-mobi ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0rem;
  text-decoration: none;
}
ul.tabs-mobile li a.selected {
  color: #000;
  font-weight: 900;
}
/*******************************************************************************************/

/****************************************** MEDIA ******************************************/
@media screen and (min-width: 400px) {
  header section {
    max-width: 362px;
  }
  #content {
    width: 302px;
  }
  #logo {
    left: 65px;
  }
  #contact_header {
    right: 95px;
    background: url(../gifs/tel.png) 121px -1px no-repeat;
  }
  .bx-wrapper {
    width: 332px;
  }
  .bx-wrapper img {
    width: 124%;
  }
  header nav#menu_v {
    width: 305px;
  }
  h1 span.text {
    margin-left: 3rem;
  }
  h2 {
    margin-left: 1.9rem;
  }
  #colonne_centre p {
    max-width: 20rem;
  }
  a.encart1 .loupe {
    left: 241px;
  }
  a.encart2 .img {
    left: 3.5rem;
  }
  footer section {
    width: 342px;
  }
  a.encart1 .img + .img {
    padding-left: 61px;
  }
  #lien-footer {
    width: 282px;
  }
}

@media screen and (min-width: 550px) {
  #lien-footer {
    width: 382px;
  }
  header section {
    max-width: 508px;
  }
  #contact_header {
    right: 96px;
    background: url(../gifs/tel.png) 198px -1px no-repeat;
  }
  #contact_header span {
    background: url(../gifs/plan.png) 39px 0 no-repeat;
  }
  #logo {
    left: 142px;
  }
  .bx-wrapper {
    width: 477px;
  }
  .bx-wrapper img {
    width: 144%;
  }
  .bx-wrapper img {
    width: 144%;
  }
  #content {
    width: 448px;
  }
  h1 span.text {
    margin-left: 8rem;
  }
  h2 {
    max-width: 25rem;
  }
  #colonne_centre p {
    max-width: 28rem;
  }
  .encart1 .img img {
    position: relative;
    left: 4rem;
  }
  .encart1 .img span {
    position: relative;
    left: 4rem;
  }
  a.encart1 .loupe {
    left: 316px;
    top: -32px;
  }
  a.encart2 {
    height: 355px;
    max-width: 242px;
    margin-left: 87px;
  }
  footer section {
    width: 487px;
  }
  header nav#menu_v {
    width: 446px;
  }
  a.encart1 {
    margin-left: 2rem;
  }
  a.encart1 .img + .img {
    padding-left: 87px;
  }
  .tabs-mobile {
    top: -6rem;
  }
  .header-mobi ul {
    top: -2.8rem;
  }
}

@media screen and (min-width: 750px) {
  #lien-footer {
    width: 508px;
  }
}

@media screen and (min-width: 900px) {
  header section {
    max-width: 802px;
    height: 585px !important;
  }
  .slogan {
    font-size: 20px;
  }
  .slogan span {
    font-size: 15px;
  }
  .baseline {
    font-size: 20px;
  }
  #logo .couleur {
    font-size: 30px;
  }
  #logo {
    left: 33px;
    top: 70px;
    font-size: 25px;
  }
  /* Contact Header */
  #contact_header {
    right: 25px;
    top: 101px;
    background: url(../gifs/tel.png) 110px 3px no-repeat;
    font-size: 30px;
  }
  /* slider */
  .bx-wrapper {
    top: 206px;
    width: 770px !important;
  }
  header nav#menu_v ul li a {
    font-size: 20px;
  }
  header nav#menu_v {
    width: 255px;
    top: 210px;
    left: 14px;
    height: 303px;
    padding-top: 45px;
  }
  #content {
    width: 741px;
    top: 96px;
  }
  h1 span.text {
    margin-left: 0px;
  }
  h2 {
    margin-left: 0;
    max-width: none;
    text-align: left;
  }
  #colonne_centre p {
    max-width: 345px;
    text-align: left;
  }
  .bouton {
    float: right;
  }
  a.encart1 .loupe {
    left: 336px;
    top: -120px;
  }
  a.encart2 {
    margin-left: 260px;
  }
  footer section {
    width: 780px;
    top: 6rem;
  }
}

@media screen and (min-width: 993px) {
  #coordonnees {
    border-left: 2px solid #dbd1c9;
  }
  #formulaire_contact input {
    width: none!important;
    height: none;
  }
  #carte,
  #formulaire_contact {
    width: 630px;
    position: relative;
    float: left;
  }
  .header-mobi {
    display: none;
  }
  header section {
    max-width: 960px !important;
    height: 489px !important;
  }
  nav#top_bar {
    display: block;
  }
  #logo {
    left: 10px;
    top: 25px;
    font-size: 25px;
  }
  #contact_header {
    right: 10px;
    top: 79px;
  }
  #contact_header span {
    background: url(../gifs/plan.png) 0px 3px no-repeat;
    padding-left: 30px;
  }
  .ombre {
    width: 940px;
    top: 451px;
    left: 10px;
  }
  header nav#menu_v {
    width: 205px;
    top: 155px;
    left: 15px;
    height: 290px;
    padding-top: 2px;
  }
  header nav#menu_v ul li a {
    padding: 13px 10px;
  }
  #content {
    padding: 10px;
    top: 0px;
    width: 940px;
  }
  #colonne_centre p {
    max-width: 100%;
  }
  h1 span.text {
    font-size: 32px;
  }
  h1 span.line {
    display: inline-block;
    background: url(../gifs/line-h1.png) left 22px repeat-x;
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  h2 {
    line-height: none;
    font-size: 26px;
  }
  .bouton {
    font-size: 18px;
    margin: 10px 0;
  }
  a.encart1 {
    width: 621px;
    height: 206px;
    display: inline-block;
    margin-left: -4rem;
  }
  .encart1 .img img {
    margin: -25px auto;
  }
  a.encart1 .loupe {
    top: 210px;
    left: 280px;
    width: 106px;
    height: 73px;
    font-size: 15px;
    padding: 20px 10px 0;
  }
  a.encart2 {
    height: 206px;
    max-width: 304px;
    margin-left: 38px;
    padding: 0;
    left: 0;
  }
  a.encart2 .img {
    left: 0;
  }
  footer section {
    width: 940px;
    top: 0;
    padding-bottom: 0.6rem;
  }
  #navigation {
    top: 0;
  }
  .encart_global {
    display: flex;
    padding-top: 1rem;
  }
  .bx-wrapper {
    height: 65%;
    top: 151px;
    width: 930px !important;
  }
  .bx-wrapper img {
    width: 109%;
  }
  element.style {
    height: 318px;
  }
  header nav#menu_v {
    padding: 15px 0;
  }
  .bx-viewport {
    height: 319px !important;
  }
  header section {
    height: 643px;
  }
  h2 {
    margin-left: 0;
  }
  a.encart1 .img + .img {
    padding-left: 24px;
  }
  #formulaire_contact textarea {
    width: 420px;
  }
  #formulaire_contact label {
    display: inline-block;
    font-size: 15px;
    text-align: right !important;
    width: 195px !important;
    color: #565656;
    font-style: italic;
    right: 0;
  }
  #formulaire_contact p.submit input {
    width: 422px !important;
    float: right;
  }
  h2 {
    text-align: none;
  }
  .tabs-mobile {
    display: none !important;
  }
  #relance .titre-relance {
    font-size: 26px;
  }
  .column {
    overflow: hidden;
    padding: 0 0 0 30px;
   width: 450px !important;
  }
  .first.column {
    width: 450px !important;
    padding: 0 !important;
  }
  .last.column {
    width: 450px !important;
  }
  #navigation_frame {
    padding: 10px;
    left: 50%;
    width: 940px;
    margin-left: -480px;
    top: 300px;
  }
  #navigation_frame ul {
    float: left;
    padding-left: 4px;
    border-left: 2px solid #d8d0c9;
    margin-left: 80px;
  }
  #navigation_frame ul + ul {
    margin-left: 100px;
  }
  #lien-footer {
    width: 940px;
  }
  #navigation_frame ul li {
    padding: none;
  }
}
