@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Amatic+SC:400,700|Open+Sans:400,700,300);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

:root {
  --accent: #B68E71;
  --accent-hover: #836652;
  --text: #362a27;
}

/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #e0b1a9;
  color: var(--text);
  font: 400 16px/24px 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--accent);
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-family: 'Amatic SC', cursive;
  font-size: 50px;
}

h1 a:hover {
  color: inherit;
}

h2 {
  font-family: 'Amatic SC', cursive;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

h3 {
  font-size: 20px;
  margin-top: 21px;
  line-height: 29px;
}

h4 {
  font-size: 14px;
  line-height: 29px;
}

h5 {
  font-size: 14px;
  line-height: 29px;
}

h6 {
  font-size: 14px;
  line-height: 29px;
}

p {
  font-weight: 400;
  font-size: 16px;
  color: var(--text);
}

@media (min-width: 768px) and (max-width: 979px) {
  p {
    font-size: 14px;
  }
}

time {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #555555;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:active {
  background: transparent;
  color: #e0b1a9;
}

a:hover {
  color: #e0b1a9;
}

a.a__clr1:hover {
  color: #c89e97;
  text-shadow: #ddbeb9 1px 0px, #ddbeb9 1px 1px, #ddbeb9 0px 1px, #ddbeb9 -1px 1px, #ddbeb9 -1px 0px, #ddbeb9 -1px -1px, #ddbeb9 0px -1px, #ddbeb9 1px -1px;
}

a:focus {
  outline: none;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
  color: #ffffff;
  font-size: 44px;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}

.page {
  overflow: hidden;
  min-height: 500px;
}

.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

/*=======================================================
                       Main Layout
=========================================================*/
hr+p {
  margin-top: 21px;
}

p.ins1+.row {
  margin-top: 68px;
}

div+p.offs1 {
  margin-top: 20px;
}

.row+* {
  margin-top: 56px;
}

*+.hr2_offs1 {
  margin-top: 60px;
}

*+.row {
  margin-top: 70px;
}

.row+.hr_offs1 {
  margin-top: 105px;
}

.row+.offs2 {
  margin-top: 45px;
}

hr+.offs2 {
  margin-top: 45px;
}

*+.row_ins1 {
  margin-top: 89px;
}

*+.row_offs2 {
  margin-top: 62px;
}

*+h4 {
  margin-top: 20px;
}

*+[class*="btn"] {
  margin-top: 57px;
}

[class*="btn"]+* {
  margin-top: 19px;
}

hr+.owl-carousel,
hr+.row_ins2 {
  margin-top: 75px;
}

.owl-carousel+hr {
  margin-top: 45px;
}

h4+p {
  margin-top: 9px;
}

*+.marked-list {
  margin-top: 9px;
}

.marked-list+* {
  margin-top: 9px;
}

*+time {
  margin-top: 25px;
}

time+* {
  margin-top: 10px;
}

/*=======================================================
                        Components
=========================================================*/

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}

.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}

.sf-menu:after {
  clear: both;
}

.sf-menu>li {
  position: relative;
  float: left;
}

.sf-menu>li+li {
  margin-left: 51px;
}

.sf-menu a {
  display: block;
}

.sf-menu {
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.sf-menu>li {
  height: 102%;
}

.sf-menu>li>a {
  position: relative;
  padding: 9px 0px;
}

.sf-menu>li>a:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: url(../images/border.png);
  opacity: 0;
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover {
  color: inherit;
}

.sf-menu>li.sfHover>a:before,
.sf-menu>li>a:hover:before {
  opacity: 1;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.sf-menu>li.active>a:before {
  opacity: 1;
}

.sf-menu ul {
  font-weight: 400;
  display: none;
  position: absolute;
  top: 55px;
  left: -30px;
  width: 120px;
  margin-top: 29px;
  padding: 16px 0 16px 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul {
  box-shadow: 1px 1px 3px #555;
}

.sf-menu ul>li>a {
  padding-left: 10px;
}

.sf-menu ul>li.sfHover>a,
.sf-menu ul>li>a:hover {
  color: #e0b1a9;
  box-shadow: 1px 1px 3px #777;
}

.sf-menu ul li+li {
  margin-top: 8px;
}

.sf-menu ul ul {
  font-weight: 400;
  display: none;
  position: absolute;
  top: 21px;
  left: 100%;
  width: 110px;
  margin-top: 29px;
  padding: 16px 0 16px 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul li+li {
  margin-top: 7px;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}

/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  border: 1px solid #555;
  margin-top: 20px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}

.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Open Sans', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}

.select-menu .select::-ms-expand {
  display: none;
}

@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}

@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }

  .select-menu .select {
    width: 290px;
  }
}

/*==================  Stuck menu  ======================*/
.stuck_container {
  padding: 10px 0;
}

.isStuck {
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 1px 2px #bbb;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

.isStuck .sf-menu ul {
  top: 28px;
}

.isStuck .sf-menu ul ul {
  top: 21px;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 45px;
  height: 45px;
  font-size: 27px;
  line-height: 43px;
  color: var(--text);
  background: #ffffff;
  position: fixed;
  right: 66px;
  bottom: 180px;
  border: 2px solid var(--text);
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.toTop:hover {
  color: #fff;
  background: var(--text);
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}

.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}

.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.parallax_pattern {
  background-repeat: repeat;
}

.parallax_cnt {
  position: relative;
}

.parallax * {
  color: #ffffff;
}

.parallax a.link {
  text-decoration: underline;
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}

.thumb_overlay:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-weight: 300;
  font-size: 45px;
  line-height: 46px;
  margin-top: -23px;
  text-align: center;
}

.lt-ie9 .thumb_overlay:before {
  display: none;
}

.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(224, 177, 169, 0.6);
}

.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99e0b1a9', endColorstr='#99e0b1a9');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99e0b1a9', endColorstr='#99e0b1a9');
  zoom: 1;
}

.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}

/*==========================Brand========================*/
.brand_name {
  position: relative;
  font-size: 40px;
  padding-left: 58px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 45px;
}

.brand_name:before {
  content: '';
  position: absolute;
  height: 45px;
  width: 45px;
  background: url(../images/logo.png);
  left: 0;
  top: 0;
}

.foot_logo:before {
  background: url(../images/logo_foot.png);
}

/*===================  Dashed Blocks ====================*/
.dashed,
.dashed_red {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dashed:before,
.dashed:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: url(../images/border.png) repeat-x;
  right: 0;
}

.dashed:before {
  top: 1px;
}

.dashed:after {
  bottom: 0px;
}

.dashed_red:before,
.dashed_red:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: url(../images/border1.png) repeat-x;
}

.dashed_red:before {
  top: -33px;
  right: 0;
  left: 0;
}

.dashed_red:after {
  bottom: -40px;
  right: 0;
  left: 0;
}

/*===================     Article    ====================*/
article.dashed {
  padding-bottom: 31px;
}

article p {
  margin-top: 24px;
}
#temoignages .grid_1 img{
  max-width: 50px;
}

article p.temoignage_name {
  margin-top: 11px;
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #555555;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sets12 article.dashed {
    padding-bottom: 0;
  }

  .sets12 article p {
    margin-top: 0;
  }
}

.sets13 time {
  margin-top: 25px;
}

.sets13 time+p {
  margin-top: 10px;
}

.sets13 p {
  padding: 0 30px;
}

@media (max-width: 979px) {
  .sets13 p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*=========================  Hr  =======================*/
h2+hr {
  height: 4px;
  width: 167px;
  margin-top: 23px;
  background: url(../images/hr_sprite.png) center;
  background-position: -7px 9px;
}

hr {
  border: 0;
  height: 19px;
  width: 132px;
  background: url(../images/hr_sprite.png) center;
  background-position: -5px 52px;
}

.parallax h2+hr,
.bg-primary h2+hr {
  background-position: -7px 23px;
}

.parallax hr,
.bg-primary hr {
  background-position: -5px 81px;
}

/*==================     Icons     ======================*/
footer .links a {
  font-size: 44px;
}

.links+* {
  margin-top: 128px;
}

.links a+a {
  margin-left: 70px;
}

@media (max-width: 767px) {
  footer .links a {
    font-size: 26px;
  }

  .links+* {
    margin-top: 60px;
  }

  footer .links a+a {
    margin-left: 20px;
  }
}

/*==================    Buttons    ======================*/
a[class*="btn"] {
  color: #ffffff;
  text-decoration: none;
  background: #c89e97;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  padding: 3px 15px 3px 15px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a[class*="btn"]:active {
  background: #ffdcd6;
}

a[class*="btn"]:hover {
  background: #ffdcd6;
  color: #e0b1a9;
}

.sets7 .btn1 {
  padding: 3px 25px 4px 25px;
}

/*==================   Circle box  ======================*/
.circle-box,
.circle-box-no_hover {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.crcl_clr1 {
  border: 5px solid #f2e0dc;
  max-width: 75%;
  margin: 0 auto;
}

.circle-box {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.circle-box:hover {
  border: 5px solid #c89e97;
}

.circle-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .circle-box {
    max-width: 60%;
    margin: 0 auto;
  }
}

.box-hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box-hover [class*='grid_']:hover .circle-box {
  border: 5px solid #c89e97;
}

.box-hover .a__clr1:hover {
  color: #c89e97;
  text-shadow: #ddbeb9 1px 0px, #ddbeb9 1px 1px, #ddbeb9 0px 1px, #ddbeb9 -1px 1px, #ddbeb9 -1px 0px, #ddbeb9 -1px -1px, #ddbeb9 0px -1px, #ddbeb9 1px -1px;
}

@media (max-width: 979px) {
  .sets5 div.circle-box {
    max-width: 70%;
    margin: auto;
  }
}

@media (max-width: 979px) {
  .sets2 a.circle-box {
    max-width: 90%;
    margin: auto;
  }
}

/*====================      Box      =======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}

.box:after {
  clear: both;
}

.box_aside {
  float: left;
}

.box_cnt__no-flow {
  overflow: hidden;
}

/*==================     Blockquote    ======================*/
blockquote.box * {
  color: #e6d7d7;
}

blockquote.box p {
  display: block;
}

blockquote.box cite {
  margin-left: 30px;
}

blockquote.box h4+p {
  margin-top: 71px;
}

blockquote.box h4 {
  margin-top: 45px;
}

/*==================     Index list    ======================*/
.index-list {
  counter-reset: list;
}

.index-list li {
  position: relative;
  padding-top: 110px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-list [class*='step']:hover *,
.index-list li[class*='step']:hover:after {
  color: #e0b1a9;
}

.index-list [class*='step']:before {
  position: absolute;
  content: '';
  top: 0;
  right: 50%;
  margin-right: -51px;
  width: 103px;
  height: 110px;
}

.index-list li:after {
  position: absolute;
  content: counter(list, decimal-leading-zero);
  counter-increment: list;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #555555;
  bottom: 20%;
  right: 50%;
  margin-right: -15px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 700;
}

.step1:before {
  background: url("../images/page-1_sprite.png");
  background-position: 0 0;
}

.step1:hover:before {
  background-position: -107px 0;
}

.step2:before {
  background: url("../images/page-1_sprite.png");
  background-position: -216px 0;
}

.step2:hover:before {
  background-position: -323px 0;
}

.step3:before {
  background: url("../images/page-1_sprite.png");
  background-position: -432px 0;
}

.step3:hover:before {
  background-position: -538px 0;
}

.step4:before {
  background: url("../images/page-1_sprite.png");
  background-position: -648px 0;
}

.step4:hover:before {
  background-position: -755px 0;
}

.index-list li p {
  margin-top: 62px;
}

.sets3 .index-list li[class*='icon']:after {
  color: #ffffff;
  top: 121px;
  margin-right: -19px;
}

.sets3 .index-list li[class*='icon'] {
  padding-top: 101px;
}

.sets3 .index-list li[class*='icon']:before {
  position: absolute;
  top: 28px;
  right: 50%;
  margin-right: -40px;
  font-family: 'FontAwesome';
  font-size: 80px;
}

.sets3 .index-list li.icon1:before {
  content: '\f0c0';
}

.sets3 .index-list li.icon2:before {
  content: '\f118';
}

.sets3 .index-list li.icon3:before {
  content: '\f164';
}

.sets3 .index-list li.icon4:before {
  content: '\f19d';
}

.sets3 .index-list li:hover {
  background: rgba(255, 255, 255, 0.1);
}

.sets4 .index-list li {
  padding-top: 0;
  padding-left: 103px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sets4 .index-list li:after {
  color: #555555;
  content: counter(list, decimal-leading-zero) '.';
  margin-right: -19px;
  top: 34px;
  left: 6px;
  font-size: 40px;
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  text-transform: uppercase;
  width: 47px;
  height: 60px;
  background: url(../images/border.png) repeat-x;
  background-position: 0 55px;
  padding-left: 15px;
}

.sets4 .index-list li:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 6px;
  width: 62px;
  height: 2px;
  background: url(../images/border.png) repeat-x;
}

.sets4 .index-list li:nth-child(n+3) {
  margin-top: 59px;
}

/*======================= Marked list ===================*/
.marked-list li {
  position: relative;
  padding-left: 24px;
}

.marked-list li:before {
  content: '\f111';
  position: absolute;
  font-size: 8px;
  font-family: "FontAwesome";
  left: 0;
  top: 1px;
  color: #e0b1a9;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.marked-list li:hover:before {
  color: var(--text);
}

.marked-list li+li {
  margin-top: 9px;
}

.bg-primary .marked-list li:before {
  color: #e6c1ba;
}

.bg-primary .marked-list li a:hover {
  color: var(--text);
}

/*==================== Discript list ==================*/
.privacy dl dt {
  color: #555555;
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
  text-transform: none;
}

.privacy dl dd {
  padding: 0 100px;
}

.privacy dl dt+dd {
  margin-top: 8px;
}

.privacy dl dd+dt {
  margin-top: 58px;
}

@media (max-width: 979px) {
  .privacy dl dd {
    padding: 0 15px;
  }
}

.privacy hr+dl {
  margin-top: 66px;
}

.privacy dl+address {
  margin-top: 30px;
}

.privacy a:hover {
  text-decoration: underline;
  color: inherit;
}

/*========================= Table =====================*/
table {
  width: 100%;
}

table tr,
table tr:nth-child(n+2) {
  background: rgba(255, 255, 255, 0.2);
}

table tr:nth-child(2n+2) {
  background: rgba(255, 255, 255, 0.3);
}

table th+th,
table td+td {
  border-left: 1px solid #b2a49a;
}

table td,
table th {
  height: 49px;
  vertical-align: middle;
}

table tr td {
  width: 33%;
}

*+table {
  margin-top: 78px;
}

table+* {
  margin-top: 60px;
}

/*========================= Gallery =====================*/
.gallery {
  margin: 10px 50px;
}

.gallery img {
  width: 230px;
  padding: 5px;
  filter: grayscale(100%);
  transition: 1s;
}

.gallery img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}




/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
  padding-top: 29px;
  padding-bottom: 28px;
}

header a {
  color: var(--accent)
}

header a:hover {
  color: var(--accent-hover)
}

header .brand {
  float: left;
}

header .nav {
  float: right;
}

@media (max-width: 979px) {
  header {
    text-align: center;
  }

  header .brand,
  header .nav {
    float: none;
  }

  header .nav {
    margin-top: 10px;
  }
}

header .top-border-head {
  height: 100px;
  background: #ffffff url('../images/border_rad_sec.png') center top no-repeat;
  margin-top: 2px;
}

@media (min-width: 1920px) {
  header .top-border-head {
    height: 100px;
    background-size: contain;
  }
}

/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}

.brand_name {
  overflow: hidden;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}

section h2:first-child {
  margin-top: 30px;
}
section p{
  margin-top: 5px;
}
.sets1 h2 {
  color: #ffffff;
}

.sets1 .hr1+.row {
  margin-top: 73px;
}

.sets1 .row+.hr2 {
  margin-top: 62px;
}

@media (max-width: 1199px) {
  .sets1 .box {
    text-align: center;
  }

  .sets1 .box h4 cite {
    margin-left: 0;
  }

  .sets1 .box_aside {
    display: inline-block;
    float: none;
  }

  .sets1 .box_cnt p {
    text-align: left;
  }

  .sets1 blockquote.box h4 {
    margin-top: 17px;
  }

  .sets1 blockquote.box h4+p {
    margin-top: 10px;
  }
}

.sets3 * {
  color: #ffffff;
}

.sets4 h4 {
  text-transform: none;
}

.sets4 h4+p {
  margin-top: 9px;
}

.sets5 .circle-box-no_hover {
  display: inline-block;
}

.sets5 h4+p {
  margin-top: 9px;
}

.sets5 p {
  padding: 0 14px;
}

@media (max-width: 979px) {
  .sets5 .circle-box-no_hover {
    max-width: 70%;
  }

  .sets5 p {
    padding: 0 5px;
  }
}

.sets7 p+p {
  margin-top: 20px;
}

.sets7 .ins3 {
  padding: 0 100px;
}

@media (max-width: 979px) {

  .sets7 p,
  .sets7 .ins3 {
    padding: 0 5px;
  }
}

.sets8 ul li+li {
  margin-top: 8px;
}

.sets9 h3 {
  position: relative;
  padding-top: 116px;
}

.sets9 h3:before {
  position: absolute;
  content: '';
  width: 105px;
  height: 81px;
  background: url(../images/page-4_sprite1.png);
  background-position: -4px -8px;
  left: 50%;
  margin-left: -52px;
  top: 0;
}

.sets9 .icn2:before {
  background-position: -4px -97px;
}

.sets9 .icn3:before {
  background-position: -4px -191px;
  margin-left: -58px;
}

.sets9 hr+.row {
  margin-top: 54px;
}

.sets9 h3+p {
  margin-top: 14px;
}

.sets9 p {
  padding: 0 26px;
}

@media (max-width: 767px) {
  .sets9 p {
    padding: 0 5px;
  }
}

.sets10 h4 {
  text-transform: none;
  margin-top: 25px;
}

.sets10 hr+.row {
  margin-top: 75px;
}

.sets10 .dashed {
  padding-bottom: 30px;
}

.sets11 h3+p {
  margin-top: 15px;
}

.sets11 p {
  padding: 0 30px;
}

@media (max-width: 979px) {
  .sets11 p {
    padding: 0 5px;
  }
}

.sets12 *+.row {
  margin-top: 75px;
}

/*==================   Offs/Ins     ======================*/
.offs1 {
  margin-top: 20px;
}

.ins2 {
  padding-left: 8px;
  padding-right: 8px;
}

.ins3 {
  padding-left: 14px;
  padding-right: 14px;
}

.ins1 {
  padding-left: 215px;
  padding-right: 215px;
}

@media (max-width: 979px) {
  .ins1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ins3 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*==================      Well     ======================*/
.well {
  padding-top: 41px;
  padding-bottom: 33px;
}

.well1 {
  padding-top: 65px;
  padding-bottom: 56px;
}

.well2 {
  padding-top: 82px;
  padding-bottom: 81px;
}

.well3 {
  padding-top: 45px;
  padding-bottom: 36px;
}

.well4 {
  padding-top: 65px;
  padding-bottom: 70px;
}

.well5 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.well5__ins3 {
  padding-bottom: 72px;
}

.well5__ins1 {
  padding-bottom: 55px;
}

.well5__ins2 {
  padding-bottom: 60px;
}

.well6 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.well7 {
  padding-top: 65px;
  padding-bottom: 62px;
}

.well8 {
  padding-bottom: 76px;
}

.well__ins1 {
  padding-bottom: 65px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #e0b1a9;
}

.bg-primary * {
  color: #ffffff;
}

.bg-secondary {
  background: #ffffff;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #e0b1a9;
  position: relative;
  padding-bottom: 53px;
}

footer * {
  color: #fff;
}

footer h2,
footer form.subscribe-form {
  display: inline-block;
}

footer .btn {
  margin-top: 0;
}

footer p {
  font-size: 14px;
}

footer *+.brand {
  margin-top: 96px;
}

footer *+p {
  margin-top: 15px;
}

footer .top-border+.container {
  margin-top: 20px;
}

footer .top-border {
  /* height: 90px; */
  /* background: url('../images/border_rad1.png') center top no-repeat; */
}

footer .parallax_image {
  filter: brightness(50%);
}

@media (min-width: 1920px) {
  footer .top-border {
    height: 90px;
    background-size: contain;
  }
}

@media (max-width: 1199px) {
  footer h2 {
    display: block;
  }
}

.footer_info {
  max-width: 560px;
  padding: 32px 16px 56px;
  margin: 18px auto;
  background-color: #FFF;

}

.footer_info #titre-infos {
  font-size: clamp(42px, 7vw, 72px);
  line-height: 1.1;
  margin: 0 0 18px;
  text-transform: uppercase;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  color: var(--accent);
}

.footer_info p{
  color: #000;
  font-size: clamp(16px, 2.2vw, 22px);
  margin-top: 5px;
}

.footer_info a {
  color: #000;
  text-decoration: none;
}

.footer_info a:hover,
.footer_info a:focus,
.footer_info a:active {
  text-underline-offset: 3px;
  text-decoration: underline;
}

/* Home */
#camera .cameraSlide {
  filter: brightness(60%);
}

#camera .container {
  color: #ffffff;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#camera .container h2,
#camera .container p {
  color: #ffffff;
}

#camera .container h2 {
  font-size: 35px;
  line-height: 1.5em;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 979px) {
  #camera .container h2 {
    font-size: 70px;
  }
}

@media (min-width: 979px) {
  #camera .container h2 {
    font-size: 80px;
  }
}

/* Tarifs */
ul.tarifs {
  list-style: disc;
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}
