@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=latin-ext");
@font-face {
  font-family: "FontAwesome";
  src: url("../libs/fontawesome/webfonts/fa-brands-400.eot");
  src: url("../libs/fontawesome/webfonts/fa-brands-400.svg");
  src: url("../libs/fontawesome/webfonts/fa-brands-400.ttf");
  src: url("../libs/fontawesome/webfonts/fa-brands-400.woff");
  src: url("../libs/fontawesome/webfonts/fa-brands-400.woff2");
  src: url("../libs/fontawesome/webfonts/fa-regular-400.eot");
  src: url("../libs/fontawesome/webfonts/fa-regular-400.svg");
  src: url("../libs/fontawesome/webfonts/fa-regular-400.ttf");
  src: url("../libs/fontawesome/webfonts/fa-regular-400.woff");
  src: url("../libs/fontawesome/webfonts/fa-regular-400.woff2");
  src: url("../libs/fontawesome/webfonts/fa-solid-900.eot");
  src: url("../libs/fontawesome/webfonts/fa-solid-900.svg");
  src: url("../libs/fontawesome/webfonts/fa-solid-900.ttf");
  src: url("../libs/fontawesome/webfonts/fa-solid-900.woff");
  src: url("../libs/fontawesome/webfonts/fa-solid-900.woff2");
  text-rendering: optimizeLegibility;
}
html.js .loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
/*html.js .loader .loader_inner {*/
/*background-image: url("/img/preloader.gif");*/
/*background-size: cover;*/
/*background-repeat: no-repeat;*/
/*background-position: center center;*/
/*background-color: #fff;*/
/*height: 60px;*/
/*width: 60px;*/
/*margin-top: -30px;*/
/*margin-left: -30px;*/
/*left: 50%;*/
/*top: 50%;*/
/*position: absolute;*/
/*}*/

body {
  font-family: "Roboto Slab", serif;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  min-width: 320px;
  max-width: 100%;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

.clear {
  clear: both;
}

.top {
  background-color: #122249;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 5px;
}
.top .facebook {
  height: 36px;
  width: 35px;
  margin-right: 5px;
  margin-top: 5px;
}
.top .insta {
  width: 35px;
  height: 35px;
  margin-top: 5px;
}
.top .card_block {
  text-align: right;
}
.top .card_block .card {
  height: 31px;
  width: 32px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 7px;
}
.top .card_block a {
  display: inline-block;
  color: #535353;
  font-weight: bold;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px 10px;
  margin-top: 8px;
}

.logo {
  padding-top: 30px;
  padding-bottom: 30px;
}
.logo img {
  height: 130px;
  width: 175px;
  display: block;
  margin: 0 auto;
}

.menu_top {
  padding-left: 0;
  padding-right: 0;
}
.menu_top .navbar-default {
  background-color: #9c8840;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.navbar-nav,
.navbar-nav > li {
  float: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #ffffff;
  background-color: inherit;
}

ul#menu-primary {
  display: flex;
  justify-content: center;
}
ul#menu-primary li:hover,
ul#menu-primary li.active {
  border-bottom: 4px solid #ffffff;
}
ul#menu-primary li:hover a,
ul#menu-primary li.active a {
  color: #ffffff;
}
ul#menu-primary li {
  padding-top: 15px;
  padding-bottom: 7px;
}

ul#menu-primary li:last-child a {
  border: none;
}

ul#menu-primary li a {
  border-right: 1px solid #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.header_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  margin-top: 0;
}

.header_main {
  background-image: url(../img/main_img/main_img.jpg);
}

.instagramm {
  padding-left: 0;
  padding-right: 0;
  margin-top: 80px;
}
.instagramm h3 {
  text-align: center;
  background-color: #e6e6e6;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.instagramm .insta_fake {
  display: flex;
}
.instagramm .insta_fake .fake_1 {
  background-color: #808080;
  width: 20%;
  height: 225px;
}
.instagramm .insta_fake .fake_2 {
  background-color: #999999;
  width: 20%;
  height: 225px;
}

.footer_img_wrap {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 55px;
  padding-right: 40px;
}
.footer_img_wrap .footer_img_block {
  border-right: 1px solid #112248;
  padding-right: 40px;
  padding-left: 40px;
}
.footer_img_wrap .footer_img_block img {
  width: 140px;
  height: 90px;
  display: block;
  margin: 0 auto;
}
.footer_img_wrap .footer_img_block p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  padding-top: 20px;
}
.footer_img_wrap .footer_img_block:last-child {
  border: none;
}

.contact_us {
  background-color: #9c8840;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact_us p {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 15px;
}
.contact_us a {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  padding: 5px 40px;
  color: #ffffff;
  border: 2px solid #ffffff;
  transition: all 0.5s;
}
.contact_us a:hover {
  text-decoration: none;
  letter-spacing: 1px;
}

.footer_wrap {
  background-color: #122249;
  padding-top: 35px;
  color: #ffffff;
}
.footer_wrap p.copy {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
.footer_wrap .footer_block:first-child h4 {
  margin-bottom: 50px;
}
.footer_wrap .footer_block h4 {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  text-transform: uppercase;
}
.footer_wrap .footer_block h4::after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: 10px;
}
.footer_wrap .footer_block a.facebook {
  margin-right: 5px;
}
.footer_wrap .footer_block a.facebook img {
  height: 36px;
  width: 35px;
}
.footer_wrap .footer_block a.insta {
  margin-top: 30px;
}
.footer_wrap .footer_block a.insta img {
  width: 35px;
  height: 35px;
}
.footer_wrap .footer_block ul {
  margin-left: 0;
}
.footer_wrap .footer_block ul li a {
  color: #ffffff;
}
.footer_wrap .footer_block a.footer {
  color: #122249;
  background-color: #fff;
  padding: 5px 30px;
  transition: all 0.5s;
}
.footer_wrap .footer_block a.footer:hover {
  text-decoration: none;
  letter-spacing: 1px;
}

.after_bunner {
  padding-top: 50px;
}
.after_bunner h2 {
  color: #9c8840;
  text-transform: uppercase;
  width: 60%;
  display: block;
  margin: 20px auto;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 36px;
}
.after_bunner .after_banner_desc {
  border-top: 1px solid #9c8840;
  border-bottom: 1px solid #9c8840;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.after_bunner .after_banner_desc p {
  width: 58%;
  display: block;
  margin: 0 auto;
}
.after_bunner .after_banner_desc img {
  position: absolute;
  width: 200px;
  top: -82px;
  right: -30px;
}
.after_bunner img.malouine {
  width: 400px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  margin-bottom: 20px;
}
.after_bunner img.flag {
  width: 130px;
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
}

.groupe {
  margin-top: 30px;
}

.main_pics a {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-size: 26px;
  padding: 5px 40px;
  transition: all 0.5s;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 38px;
  background-color: #9c8840;
  color: #ffffff;
  border: 3px solid #9c8840;
}
.main_pics a:hover {
  text-decoration: none;
  color: #9c8840;
  background-color: #fff;
}
.main_pics p {
  font-family: "Roboto Slab", serif;
  text-align: center;
  font-size: 30px;
  padding-top: 60px;
  padding-bottom: 45px;
}

.whatch_hand {
  background-image: url(../img/main_img/whatch_hand.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}

.links_block1 {
  margin-bottom: 100px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 7px solid #9c8840;
}
.links_block1 a {
  font-size: 26px;
  color: #9c8840;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}
.links_block1 img {
  width: 20px;
  display: block;
  float: right;
  padding-top: 10px;
  margin-right: 15px;
}

.links_block2 {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 7px solid #9c8840;
}
.links_block2 a {
  font-size: 26px;
  color: #9c8840;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}
.links_block2 img.row_link {
  width: 20px;
  display: block;
  float: right;
  padding-top: 10px;
  margin-right: 15px;
}

.header_origins {
  background-image: url(../img/origins/origins_header.jpg);
}

.quote {
  position: relative;
  padding-top: 130px;
}
.quote h2 {
  font-family: "Roboto Slab", serif;
  width: 60%;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #9c8840;
  font-weight: 300;
}
.quote p {
  text-align: center;
  color: #cccccc;
  font-size: 16px;
  padding-top: 12px;
}
.quote img {
  position: absolute;
  width: 100px;
  top: 80px;
  left: 50px;
}

.story {
  margin-top: 140px;
}
.story .story_img_wrap {
  position: relative;
}
.story .story_img_wrap img.story_img {
  width: 100%;
  position: relative;
}
.story .story_img_wrap img.story_bg {
  position: absolute;
  left: -40px;
  top: -40px;
  width: 100%;
}
.story h1 {
  font-family: "Roboto Slab", serif;
  font-size: 54px;
  color: #122249;
}
.story img.line {
  width: 100px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.story p {
  font-weight: 300;
  padding-bottom: 25px;
}

.story .story_text {
  padding-left: 60px;
}

.watch_line {
  margin-top: 120px;
}
.watch_line img {
  width: 100%;
  margin-bottom: 60px;
}
.watch_line h3 {
  font-family: "Roboto Slab", serif;
  width: 60%;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #9c8840;
  margin-bottom: 40px;
}

.new_watch_line {
  margin-top: 120px;
}

.new_watch_line h3 {
  font-family: "Roboto Slab", serif;
  width: 60%;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #9c8840;
  margin-bottom: 40px;
}

.castle_wrap {
  background-image: url(../img/origins/castle.jpg);
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.castle_wrap .castle_desc_wrap {
  position: relative;
  height: 550px;
}
.castle_wrap .castle_desc_wrap .castle_desc {
  position: absolute;
  bottom: -40px;
  text-align: center;
  background-color: #fff;
  padding: 30px 80px;
}
.castle_wrap .castle_desc_wrap .castle_desc p {
  font-weight: 300;
}

.castle_link {
  margin-top: 80px;
}
.castle_link img {
  width: 20px;
  float: right;
  padding-top: 5px;
}
.castle_link a {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-size: 26px;
  padding: 5px 40px;
  transition: all 0.5s;
  font-weight: bold;
  display: block;
  text-align: center;
  /*  margin-bottom: 38px; */
  background-color: #9c8840;
  color: #ffffff;
  border: 3px solid #9c8840;
}
.castle_link a:hover {
  text-decoration: none;
  color: #9c8840;
  background-color: #fff;
}

.header_values {
  background-image: url("../img/values/main.jpg");
}

.after_header_values {
  padding-top: 40px;
  padding-bottom: 60px;
}
.after_header_values h1 {
  font-family: "Roboto Slab", serif;
  text-align: center;
  color: #122249;
  font-weight: 400;
  font-size: 54px;
  margin-bottom: 20px;
}
.after_header_values img.line {
  width: 100px;
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
}
.after_header_values p {
  text-align: center;
  font-weight: 300;
  width: 80%;
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
}
.after_header_values p:last-child {
  font-weight: 500;
}

.assembling {
  background-image: url("../img/values/passion.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
}

.mainstays {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mainstays h1 {
  font-family: "Roboto Slab", serif;
  text-align: center;
  color: #122249;
  font-weight: 400;
  font-size: 54px;
  margin-bottom: 20px;
}
.mainstays img.line {
  width: 100px;
  display: block;
  margin: 0 auto;
  padding-bottom: 80px;
}
.mainstays .mainstay_block_wrap {
  background-repeat: no-repeat;
  height: 300px;
  background-position: 45% 0;
  text-align: center;
  padding-top: 83px;
  margin-bottom: 25px;
}
.mainstays .mainstay_block_wrap h4 {
  font-family: "Roboto Slab", serif;
  line-height: 1.3;
  font-weight: bold;
  font-size: 20px;
}
.mainstays .mainstay_img_1 {
  background-image: url(../img/svg/values/mainstay1.svg);
}
.mainstays .mainstay_img_2 {
  background-image: url(../img/svg/values/mainstay2.svg);
}
.mainstays .mainstay_img_3 {
  background-image: url(../img/svg/values/mainstay3.svg);
}
.mainstays .mainstay_img_4 {
  background-image: url(../img/svg/values/mainstay4.svg);
}
.mainstays p {
  text-align: center;
  width: 80%;
  display: block;
  margin: 0 auto;
  font-weight: 300;
  color: #122249;
  font-size: 15px;
  margin-bottom: 60px;
}

.lifestyle_bottom {
  background-image: url("../img/main_img/BRESTOISE-TROIS-QUART-NOIRE.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
}
.lifestyle_bottom .lifestyle_bottom_desc_wrap {
  position: relative;
}
.lifestyle_bottom .lifestyle_bottom_desc_wrap .lifestyle_bottom_desc {
  position: absolute;
  top: -20px;
  text-align: center;
  width: 100%;
}
.lifestyle_bottom .lifestyle_bottom_desc_wrap .lifestyle_bottom_desc .lifestyle_bottom_desc_bg {
  background-color: #122249;
  padding: 5px 100px;
  width: 90%;
  margin: 0 auto;
}
.lifestyle_bottom .lifestyle_bottom_desc_wrap .lifestyle_bottom_desc p {
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  padding-top: 5px;
}

.product_wrap {
  border-top: 4px solid #9c8840;
  border-bottom: 4px solid #9c8840;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 0;
}
.product_wrap .pr {
  padding-right: 0;
}
.product_wrap .pl {
  padding-left: 0;
}
.product_wrap .product_photo img {
  width: 100%;
}
.product_wrap .prod_desc_wrap img.malouine {
  width: 450px;
  /*   display: block;
  float: right; */
}
.title.prod_desc_wrap {
  text-align: right;
}
.product_wrap .prod_desc_wrap .price_block::before,
.product_wrap .prod_desc_wrap .price_block::after {
  content: "";
  width: 100%;
  /*  background-image: url(../img/svg/product/line.svg);*/
  background-image: url(../img/svg/point.svg);
  height: 5px;
  display: block;
}

.product_wrap .prod_desc_wrap .price_block {
  text-align: right;
  margin-top: 30px;
  position: relative;
  margin-bottom: 30px;
}
.product_wrap .prod_desc_wrap .price_block img {
  position: absolute;
  top: -76px;
  left: -10px;
  width: 150px;
}
.product_wrap .prod_desc_wrap .price_block h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: #9c8840;
  font-size: 44px;
  margin-bottom: 0;
  margin-top: 5px;
}
.product_wrap .prod_desc_wrap .price_block p {
  font-size: 20px;
  font-weight: 300;
  color: #999999;
  font-style: italic;
  margin-bottom: 5px;
}
.product_wrap .prod_desc_wrap .product_text {
  margin-bottom: 30px;
}
.product_wrap .prod_desc_wrap .product_text p {
  color: #122249;
  font-size: 19px;
  width: 90%;
  font-weight: 300;
}
.product_wrap .prod_desc_wrap .color_block h4 {
  color: #9c8840;
  text-transform: uppercase;
}
.product_wrap .prod_desc_wrap .color_block img {
  width: 60px;
  float: left;
  margin-right: 15px;
}
.product_wrap .prod_desc_wrap .color_block button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  margin-right: 15px;
}
.product_wrap .prod_desc_wrap .color_block button.black {
  background-color: #000000;
}
.product_wrap .prod_desc_wrap .color_block button.blue {
  background-color: #223361;
}
.product_wrap .prod_desc_wrap .block_line {
  border-right: 1px solid #9c8840;
  height: 95px;
}
.product_wrap .prod_desc_wrap .tabs_wrap {
  margin-top: 0;
}

.nav-tabs>li>a {
  border-radius: 0 !important;
}
.product_wrap .prod_desc_wrap .tabs_wrap .nav-tabs > li.active > a,
.product_wrap .prod_desc_wrap .tabs_wrap .nav-tabs > li.active > a:focus,
.product_wrap .prod_desc_wrap .tabs_wrap .nav-tabs > li.active > a:hover {
  color: #ffffff;
  background-color: #122249;
  border: none;
}
.product_wrap .prod_desc_wrap .tabs_wrap .nav {
  display: flex;
  justify-content: space-between;
}
.product_wrap .prod_desc_wrap .tabs_wrap .nav li > a:hover {
  color: #ffffff;
  background-color: #122249;
  border: none;
}
.product_wrap .prod_desc_wrap .tabs_wrap .nav li {
  display: block;
  float: none;
  width: 100%;
  text-align: center;
  background-color: #122249;
}
.product_wrap .prod_desc_wrap .tabs_wrap .nav li a {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #cccccc;
  position: relative;
}
.product_wrap .prod_desc_wrap .tabs_wrap .nav li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  position: absolute;
  right: -10px;
  top: 10px;
  background-image: url(../img/svg/product/tab_line.svg);
  z-index: 100;
}
.product_wrap .prod_desc_wrap .tabs_wrap .tab-content {
  padding-top: 25px;
  color: #9c8840;
  font-size: 17px;
  font-weight: 300;
  width: 90%;
}

.bg_blue {
  background-color: #122249;
}

.bg_main {
  background-color: #9c8840;
}

.product_additional_block {
  height: 600px;
  padding-left: 0;
  padding-right: 0;
}
.product_additional_block .pl {
  padding-left: 0;
}
.product_additional_block .pr {
  padding-right: 0;
}
.product_additional_block .image_block {
  height: 600px;
  width: 100%;
  padding-left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* MALOUINE */
.product_additional_block .block1_img {
  background-image: url(../img/product/addition_1.jpg);
}
.product_additional_block .block2_img {
  background-image: url(../img/product/addition_2.jpg);
}

.product_additional_block .block2_2_img {
  background-image: url(../img/product/addition_2_2.jpg);
}

.product_additional_block .block3_2_img {
  background-image: url(../img/product/addition_3_2.jpg);
}
.product_additional_block .block3_img {
  background-image: url(../img/product/addition_3.jpg);
}
.product_additional_block .block4_img {
  background-image: url(../img/product/addition_4.jpg);
}

/* BRESTOISE */
.product_additional_block .brestoise1 {
  background-image: url(../img/main_img/BRESTOISE-TROIS-QUART-NOIRE.jpg);
  background-color: red;
}
.product_additional_block .brestoise2 {
  background-image: url(../img/product/PROPORTIONS_IDEALES.jpg);
}

.product_additional_block .brestoise3 {
  background-image: url(../img/product/addition_2_2.jpg);
}

.product_additional_block .brestoise4 {
  background-image: url(../img/product/brestoise_night.png);
}
.product_additional_block .brestoise5 {
  background-image: url(../img/product/BRESTOISE-DOS-AVEC-FOND_BD.jpg);
}
.product_additional_block .brestoise6 {
  background-image: url(../img/product/BRESTOISE-ZOOM.png);
}

/* ROCHELAISE */
.product_additional_block .rochelaise1 {
  background-image: url(../img/product/rochelaise_trois_quart_vert.jpg);
}
.product_additional_block .rochelaise2 {
  background-image: url(../img/product/rochelaise_verte_poignet.jpg);
}
.product_additional_block .rochelaise3 {
  background-image: url(../img/product/rochelaise_trois_quart_sable.jpg);
}
@media (max-width: 767px) {
  .product_additional_block .rochelaise3 {
    background-position: right;
  }
}
.product_additional_block .rochelaise4 {
  background-image: url(../img/product/rochelaise_bi_color.jpg);
}
.product_additional_block .rochelaise5 {
  background-image: url(../img/product/rochelaise_dos.jpg);
}
.product_additional_block .rochelaise6 {
  background-image: url(../img/product/rochelaise_interieur.jpg);
}
.product_additional_block .rochelaise7 {
  background-image: url(../img/product/rochelaise_nuit.jpg);
}

.product_additional_block .text_wrap {
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.product_additional_block .text_wrap h2.color_main {
  color: #9c8840;
}
.product_additional_block .text_wrap h2.color_white {
  color: #ffffff;
}
.product_additional_block .text_wrap h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 80px;
  background-color: #9c8840;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.product_additional_block .text_wrap h2.color_white::after {
  background-color: #ffffff;
}
.product_additional_block .text_wrap h2 {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-size: 40px;
  position: relative;
  margin-bottom: 40px;
}
.product_additional_block .text_wrap p {
  font-size: 15px;
  font-weight: 300;
}
.product_additional_block .text_wrap .color_blue p {
  color: #122249;
}
.product_additional_block .left {
  padding-right: 30px;
  padding-left: 80px;
}

.dial_desk {
  padding-top: 60px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.dial_desk h2 {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-size: 40px;
  position: relative;
  margin-bottom: 50px;
  color: #9c8840;
  text-align: center;
}
.dial_desk h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 80px;
  background-color: #9c8840;
  position: absolute;
  bottom: -20px;
  left: 300px;
}
.dial_desk p {
  font-size: 15px;
  font-weight: 300;
  color: #122249;
}
.dial_desk p span {
  font-size: 21px;
  font-weight: bold;
  display: block;
  padding-top: 20px;
  padding-bottom: 40px;
}

.dial_desk2 {
  padding-top: 60px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.dial_desk2 h2 {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-size: 40px;
  position: relative;
  margin-bottom: 50px;
  color: #9c8840;
  text-align: center;
}
/* .dial_desk2 h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 80px;
  background-color: #9C8840;
  position: absolute;
  bottom: -20px;
  left: 300px;
} */
.dial_desk2 p {
  color: #122249;
  font-size: 21px;
  line-height: 30px;
  display: block;
}

.focus-hover:hover {
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.dial_img_block {
  text-align: center;
  color: #122249;
}
.dial_img_block img {
  width: 80%;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.dial_img_block h3 {
  font-family: "Roboto Slab", serif;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}
.dial_img_block h3::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #9c8840;
  border-radius: 50%;
  position: absolute;
  bottom: -25px;
  left: 275px;
}
.dial_img_block p {
  color: #122249;
  font-size: 17px;
  width: 60%;
  display: block;
  margin: 0 auto;
  font-weight: 300;
}

.dial_block_wrap {
  margin-bottom: 80px;
}

.user_guide_block {
  text-align: center;
  color: #122249;
}

.user_guide_block img {
  width: 80%;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.user_guide_block h3 {
  font-family: "Roboto Slab", serif;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}

.user_guide_block h3::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #9c8840;
  border-radius: 50%;
  position: absolute;
  bottom: -25px;
  left: 275px;
}

.user_guide_block p {
  color: #122249;
  font-size: 17px;
  width: 60%;
  display: block;
  margin: 0 auto;
  font-weight: 300;
}

/*.slider {*/
/*padding-bottom: 90px;*/
/*height: 650px;*/
/*}*/
/*.slider .su-slider-pagination {*/
/*opacity: 1;*/
/*top: 93%;*/
/*}*/
/*.slider .su-slider-pagination span {*/
/*background-color: #122249 !important;*/
/*margin: 0 3px;*/
/*width: 50px;*/
/*height: 50px;*/
/*position: relative;*/
/*}*/
/*.slider .su-slider-pagination span:first-child {*/
/*background-color: #000 !important;*/
/*}*/

/*.su-slider-pagination span:hover, .su-slider-pagination span.swiper-active-switch, .su-slider-pagination span {*/
/*background-image: none !important;*/
/*background-color: inherit !important;*/
/*}*/

.su-slider-prev,
.su-slider-next {
  opacity: 1 !important;
}

.slider_wrap {
  margin-top: 50px;
}
.slider_wrap h2 {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-size: 40px;
  position: relative;
  margin-bottom: 50px;
  color: #9c8840;
  text-align: center;
}
.slider_wrap h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 80px;
  background-color: #9c8840;
  position: absolute;
  bottom: -20px;
  left: 530px;
}
.slider_wrap p {
  font-size: 15px;
  font-weight: 300;
  color: #122249;
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
.slider_wrap .after_slider {
  border-top: 4px solid #9c8840;
  border-bottom: 4px solid #9c8840;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 75px;
}
.slider_wrap .after_slider p {
  margin-bottom: 0;
  color: #9c8840;
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.header_contact {
  background-image: url(../img/contact/contact_img.jpg);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.header_contact .contact_title_wrap {
  float: none;
  height: 150px;
}
.header_contact .contact_title_wrap .contact_title {
  background-color: #fff;
  height: 100%;
}
.header_contact .contact_title_wrap .contact_title h1 {
  text-transform: uppercase;
  color: #122249;
  font-family: "Roboto Slab", serif;
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
}
.header_contact .contact_title_wrap .contact_title .line {
  width: 100px;
  height: 5px;
  background-color: #9c8840;
  margin: 0 auto;
  margin-top: 30px;
}

.main_text_wrap {
  padding-top: 30px;
  padding-bottom: 80px;
}
.main_text_wrap .after_title p {
  font-size: 18px;
  color: #122249;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}
.main_text_wrap .contact_info {
  background-color: #9c8840;
  color: #ffffff;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 40px;
}
.main_text_wrap .contact_info a {
  font-family: "Roboto Slab", serif;
  font-size: 21px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
.main_text_wrap .contact_info p {
  margin-bottom: 0;
  font-family: "Roboto Slab", serif;
  font-size: 19px;
  font-weight: 300;
}

.main_text_wrap .contact_info h4 {
  margin-top: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
}

.main_text_wrap .contact_info h4 + p a {
  font-size: 18px;
  display: inline;
}

.main_text_wrap form {
  margin-top: 40px;
}
.main_text_wrap form .pl {
  padding-left: 0;
}
.main_text_wrap form .pr {
  padding-right: 0;
}
.main_text_wrap form input {
  width: 100%;
  margin-bottom: 30px;
  height: 60px;
  border: 1px solid #9c8840;
  padding-left: 15px;
  font-size: 18px;
}
.main_text_wrap form p {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  color: #122249;
  margin-bottom: 0;
}
.main_text_wrap form textarea {
  width: 100%;
  resize: none;
  border: 1px solid #9c8840;
  padding-left: 15px;
  font-size: 18px;
  height: 230px;
}
.main_text_wrap form input.wpcf7-submit {
  float: right;
  width: 250px;
  height: 45px;
  background-color: #122249;
  color: #ffffff;
  margin-top: 10px;
}
.main_text_wrap form span {
  margin-top: 15px;
  display: block;
  color: #122249;
  font-style: italic;
}

div.wpcf7-mail-sent-ok {
  border: none !important;
  color: green !important;
  font-size: 17px !important;
  font-weight: 300 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none !important;
  color: red !important;
  font-size: 17px !important;
  font-weight: 300 !important;
}

span.wpcf7-not-valid-tip {
  color: red !important;
}

.lifestyle_link_wrap {
  padding-left: 0;
  padding-right: 0;
}
.lifestyle_link_wrap a:hover {
  text-decoration: none;
  color: #9c8840;
  background-color: #fff;
}
.lifestyle_link_wrap a {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-size: 26px;
  padding: 5px 40px;
  transition: all 0.5s;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 60px;
  background-color: #9c8840;
  color: #ffffff;
  border: 3px solid #9c8840;
}
.lifestyle_link_wrap img {
  width: 20px;
  padding-bottom: 4px;
  margin-left: 12px;
}

.lang ul {
  margin-left: 0;
  padding-right: 60px;
}

.lang ul li {
  list-style: none;
  float: right;
  margin-right: 10px;
}

.lang ul li img {
  width: 25px;
  padding-top: 15px;
}

.terms img.line {
  padding-bottom: 0;
}

.xoo-wsc-sum-col a {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  text-transform: uppercase;
}

.xoo-wsc-price {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

a.xoo-wsc-remove {
  display: block;
  background-color: #ed5564;
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  font-weight: bold;
}

a.xoo-wsc-remove::before {
  content: "x";
  font-size: 10px;
  padding-right: 5px;
}

a.xoo-wsc-remove:hover {
  text-decoration: none;
}

.woocommerce div.product form.cart .variations label {
  color: #000;
}

.woocommerce div.product .product_title {
  display: none;
}

table.variations {
  margin-top: 40px;
}

table.variations td.label {
  display: block;
  float: left;
}

table.variations td.label label {
  font-family: "Roboto Slab", serif;
  color: #9c8840 !important;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500 !important;
}

table.variations td.value {
  display: block;
  clear: both;
}

table.variations tr {
  float: left;
  margin-right: 50px;
}

table.variations tr:last-child {
  height: 105px;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  width: 60px;
  height: 60px;
}

.quantity {
  /* display: none !important; */
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-size: 22px;
  padding: 5px 25px;
  color: #ffffff;
  border: 3px solid #9c8840;
  transition: all 0.5s;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  background-color: #9c8840;
  float: right !important;
  margin-top: 10px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-size: 22px;
  padding: 5px 25px;
  color: #ffffff;
  border: 3px solid #9c8840;
  transition: all 0.5s;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  background-color: #9c8840;
  float: right !important;
  margin-top: 10px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #9c8840;
}

.woocommerce div.product form.cart .reset_variations {
  display: none !important;
  margin-top: 20px;
  background-color: #ed5564;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  left: 15px;
  width: 100px;
  text-transform: uppercase;
  text-align: center;
}

.woocommerce div.product form.cart .reset_variations::before {
  content: "x";
  font-size: 10px;
  padding-right: 5px;
}

.woocommerce div.product form.cart .reset_variations:hover {
  text-decoration: none;
}

.xoo-wsc-footer a.button {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
}

a.xoo-wsc-cart {
  background-color: #9c8840;
}

a.xoo-wsc-chkt {
  background-color: #223361;
}

a.xoo-wsc-cont {
  background-color: #fff;
  color: #9c8840 !important;
  border: 2px solid #9c8840;
}

.faq {
  padding-left: 0;
}
.faq .panel {
  border-radius: 0;
}

.panel-default {
  border: none;
}
.faq .panel-heading {
  height: 45px;
  padding: 0;
  background-color: #122249;
}
.faq .panel-heading a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding-top: 10px;
  padding-left: 15px;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.faq .non_collapsed {
  background: url(../img/svg/deskRowDown.svg) no-repeat;
  background-position: 98% 50%;
  background-size: 4%;
}
.faq .collapsed {
  background: url(../img/svg/deskRowLeft.svg) no-repeat;
  background-position: 98% 50%;
  background-size: 4%;
}

.panel-heading a.collapsed {
  color: #b8bdc8;
}
.faq .panel-body {
  font-size: 16px;
  color: #9c8840;
  font-weight: 300;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.faq .panel-heading {
  border-radius: 0px;
}

.xoo-wsc-items-count {
  background-color: #666;
}

.product_info {
  padding-top: 65px;
}

.product_wrap .prod_desc_wrap img.malouine {
  width: 350px;
}

.woocommerce-product-details__short-description p {
  color: #122249;
  font-weight: 300;
}

.text_dealers {
  padding-top: 40px;
  color: #9c8840;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 120px;
}

.text_dealers strong {
  font-size: 22px;
}

video {
  width: 100%;
}

@media (min-width: 768px) {
  .out-of-stock {
    font-size: 24px;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    margin: 50px auto 0 auto;
  }

  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
    font-size: 22px;
    padding: 5px 25px;
    color: #ffffff;
    border: 3px solid #9c8840;
    transition: all 0.5s;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    background-color: #9c8840;
    float: none !important;
    margin-top: 10px;
  }
  .out-of-stock {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
  }
}

.woocommerce-variation-description {
  color: red !important;
}

.woocommerce-variation-availability p {
  margin: 0px !important;
  display: none;
}

@media (max-width: 767px) {
  .woocommerce-variation-price {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
  }

  .price_block h2 {
    margin-top: 50px;
  }

  .woocommerce-variation-description p {
    margin: 0px;
  }

  .woocommerce div.product form.cart .woocommerce-variation-description p {
    margin: 0px !important;
    text-align: center;
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 24px;
    font-weight: 500;
    color: #122249;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Roboto Slab", serif;
  }

  .product_wrap .prod_desc_wrap .price_block img {
    top: -114px !important;
  }
}

@media (min-width: 768px) {
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 24px;
    font-weight: 500;
    color: #122249;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Roboto Slab", serif;
  }

  .product_wrap .prod_desc_wrap .price_block img {
    top: -166px !important;
  }
}

.su-slider-prev {
  margin-right: 0px !important;
  right: 0px !important;
  background-image: url("https://leforbansecuritemer.com/wp-content/themes/webda/img/new_arrows.png") !important;
  background-color: transparent !important;
  /* background:none !important; */
}

.su-slider-next {
  margin-left: 2px !important;
  left: 0px !important;
  background-image: url("https://leforbansecuritemer.com/wp-content/themes/webda/img/new_arrows.png") !important;
  background-color: transparent !important;
  /* background:none !important; */
}

@media (min-width: 768px) {
  .product-image-zindex {
    z-index: 0 !important;
  }
}

/* BRACELET ACIER  */
#product-10559 .button-variable-item-malouine-brestoise {
  display: block !important;
  margin-top: 10px;
}

#product-10559 .variable-item-span .variable-item-span-button {
  margin-left: 40px !important;
}

#product-10559 .button-variable-item-rochelaise {
  display: block !important;
  margin-top: 50px !important;
  margin-left: -38px !important;
}

#product-10559 .woo-variation-swatches .variable-items-wrapper {
  display: block !important;
  background: red !important;
}

#product-10559 ul li span {
  margin-left: 40px !important;
  background-color: bleu !important;
}

#product-10559 .variations {
  margin-bottom: 3em !important;
}

#product-10559 .button-variable-item span {
  font-weight: bold !important;
  color: #112248 !important;
}
#product-10559 .button-variable-item {
  border: 1px solid #112248 !important;
}

#product-10559 .button-variable-item.selected {
  background: #112248 !important;
  border: 1px solid #112248 !important;
}

#product-10559 table.variations tr:last-child {
  padding-left: 10px !important;
}

@media (max-width: 767px) {
  #product-10559 table.variations {
    margin-top: 0px !important;
    width: 0px !important;
  }
}

#product-10559 .woocommerce div.product form.cart {
  margin-top: 360px !important;
}


.slider-omaha .su-slider-prev {
  background-image: url(../img/arrows_white.png) !important;
  left:85% !important;
}

.slider-omaha .su-slider-next {
  background-image: url(../img/arrows_white.png) !important;
  left: 5% !important;
}

.woocommerce div.product form.cart .button {
  border-radius: 0px !important;
}