@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap");

:root {
  --black: #000;
  --white: #fff;
  --primary: #ecd171;
  --second: #3b3d4b;
  --back: #2d2e38;
  --gris: #d8d8d8;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Catamaran", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  overflow-x: hidden;
  background: var(--back);
  color: #fff;
}

ul {
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none !important;
}

.header {
  width: 100%;
  position: relative;
  margin: 0 auto;
  border-left: 20px solid var(--primary);
}

.header .d-flex {
  overflow: hidden;
  max-height: 600px;
}

@media (min-height: 720px) {
  .header .d-flex {
    max-height: 700px;
  }
  .logo > div {
    top: 15px !important;
  }
}

.top {
  padding: 14px 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 20px 45px;
  letter-spacing: 0.5px;
  padding-right: 20px;
}

.top span {
  font-size: 17px;
  font-weight: 300;
}

.top > div {
  margin: 0;
  font-size: 17px;
}

.banner {
  position: relative;
  z-index: 0;
}

.banner {
  width: 100%;

  overflow: hidden;
}

.banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/mask.png) no-repeat;
}
.page .banner:after {
  display: none;
}
.logo {
  padding: 0px 20px;
  z-index: 2;
  display: flex;
  width: 50%;
  position: absolute;
  align-items: center;
  height: 100%;
}

.logo > div {
  position: relative;
  box-shadow: 1px 2px 8px #0000006e;
  backdrop-filter: blur(2px);
  background: rgb(163 164 166 / 9%);
  left: 40px;
  top: 66px;
  height: 356px;
}
.page .logo > div {
  top: 0 !important;
  left: 0 !important;
  height: auto;
}

.logo img {
  position: relative;
  z-index: 1;
  max-width: 460px;
}

/* end header */

/* menu */

.navbar-nav .nav-item {
  display: block;
  transition: 0.5s ease all;
  padding: 0px 0px;
}

.page .navbar-nav .nav-item:last-child {
  margin: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  white-space: nowrap;
  transition: 0.3s ease all;
  font-size: 17px;
  text-align: left;
  font-weight: 300;
  color: var(--primary);
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  background: var(--primary);
  color: #fff;
}

.navbar .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link span {
  position: relative;
  z-index: 2;
  display: block;
}

.navbar .navbar-nav .nav-item .nav-link:before {
  content: "";
  width: 1px;
  height: 27px;
  position: absolute;
  background: #fff;
  right: 3px;
  top: 20px;
  transform: skewX(-20deg);
  transition: 0.3s ease all;
  z-index: 1;
}

.navbar .navbar-nav .nav-item:first-child {
  background: none;
}

.navbar .navbar-nav .nav-item .nav-link:after {
  z-index: 1;
}

.navbar .navbar-nav .nav-item:last-child .nav-link:before {
  opacity: 0;
}

.fixed .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.fixed .navbar .navbar-nav .nav-item:hover .nav-link {
  background: var(--second);
}

.navbar .navbar-nav .nav-item:last-child .nav-link:after {
  display: none;
}

.navbar-nav .nav-item:hover > .nav-link:before {
  opacity: 0;
}

.navbar-nav .nav-item:hover > .nav-link:after {
  opacity: 0;
}

.bloc-menu.fixed .btn-menu {
  display: table;
}

.bloc-menu {
  display: none;
  margin-right: 15px;
  position: relative;
  left: 45px;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s ease all;
}

.btn-menu {
  display: table;
  margin: 0 auto;
  position: relative;
  transition: 0.3s ease all;
}

.btn-menu:hover {
  transform: rotate(180deg);
}

.menubox {
  transition: 0.3s ease all;
  padding: 0;
  margin: 10px auto;
  width: 100%;
  position: relative;
  z-index: 20;
}

.menubox.activemenu {
  transform: none;
}

.menubox.fixed {
  top: 0;
  z-index: 20;
  position: fixed;
  background: var(--back);
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  left: 0;
  bottom: initial;
}

.inner-menubox {
  transition: 0.3s ease all;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.fixed .inner-menubox {
  border: none;
  background: var(--primary);
  max-width: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.navbar {
  padding: 0;
  position: relative;
  z-index: 1;
}

.navbar-nav {
  margin: 0px !important;
  padding: 12px 15px;
  z-index: 9;
  width: 100%;
  flex-wrap: wrap;
}

.navbar-nav:last-child {
  padding: 0;
  justify-content: center;
}

/****** end menu ***/

.block-text-content {
  max-width: 960px;
  margin: 100px auto 100px;
  padding: 0px 20px;
  text-align: center;
}

.coin-icone {
  padding: 40px 0px;
  background: url(../images/coin.png), url(../images/coin1.png);
  background-repeat: no-repeat;
  background-position: 0% 0%, 100% 100%;
  max-width: 1200px;
}

.coin-icone > div {
  max-width: 920px;
  margin: 0 auto;
}

.block-text-content p {
  font-size: 18px;
  margin: 0px 0px 40px;
  color: #fff;
  text-align: center;
  font-weight: 100;
}

.italic-font {
  font-style: italic;
}

.flex-block-3 {
  max-width: 1440px;
  margin: 0 auto 120px;
  background: #363744 url(../images/forme4.png);
  padding: 80px 15px;
  background-repeat: no-repeat;
  background-position: 0% 100%;
}

.flex-block-3:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #2d2e38 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
}

.flex-block-3 .flex-block_text {
  padding: 0px 20px;
  position: relative;
}

.flex-block-3 .flex-block_text:after {
  content: "";
  width: 7px;
  height: 130px;
  background: var(--primary);
  position: absolute;
  left: -3px;
  bottom: -40px;
}

.flex-block-3 .flex-block_text:before {
  content: "";
  width: 7px;
  height: 130px;
  background: var(--primary);
  position: absolute;
  right: -2px;
  top: -35px;
}

.flex-block-3 p {
  font-size: 18px;
  text-align: justify;
  display: block;
  max-width: 380px;
  font-weight: 200;
  background: url(../images/top.png), url(../images/bottom.png);
  background-repeat: no-repeat;
  background-position: 0% 0%, 100% 100%;
  padding: 60px 0px 50px;
  margin: 0px 0px 70px;
}

.flex-block-3 > div {
  max-width: 1300px;
  align-items: flex-end;
}

.flex-block-3 .col-12:first-child {
  padding-left: 50px;
}

.flex-block-4 {
  max-width: 960px;
  margin: 0 auto 130px;
}

.flex-block-4 .ukiyo {
  object-fit: contain !important;
}

.flex-block-4 .col-12:last-child {
  position: relative;
  top: 40px;
}

.flex-block-4 .col-img {
  margin-bottom: 20px;
  position: relative;
}

.flex-block-4 .col-img.flex-end {
  display: flex;
  justify-content: flex-end;
}

.banner-header {
  width: 100%;
  height: 700px;
  max-height: 700px;
}

.top a:last-child {
  font-size: 23px;
  margin-left: 0;
  letter-spacing: 1px;
  text-shadow: 1px 1px 7px #000;
  letter-spacing: 3px;
}

.top a {
  font-size: 18px;
  margin: 0;
  transition: 0.3s ease all;
  background: none;
  color: #ffff;
  padding: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
  font-weight: normal;
  margin-left: 15px;
  letter-spacing: 0.5px;
}

.flex-block {
  position: relative;
  transition: 0.5s ease all;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-1 {
  max-width: 1200px;
  margin: 100px auto 100px;
  padding: 210px 15px;
}

.flex-block-1:before {
  content: "";
  position: absolute;
  width: calc(100% + 31px);
  height: calc(100% + 30px);
  top: -15px;
  left: -15px;
  z-index: 3;
  background: url(../images/coin.png), url(../images/coin1.png);
  background-repeat: no-repeat;
  background-position: 0% 0%, 100% 100%;
}

.flex-block-1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/forme3.png) no-repeat;
  background-position: 0% bottom;
}

.flex-block-1 > div.block-parallax-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.flex-block-1 > div {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0px;
}

#bloc-1 {
  position: relative;
  z-index: 3;
}

#bloc-1:after {
  content: "";
  background: url(../images/forme.png) no-repeat;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  background-position: 40%center;
}

.flex-block-1 h1 {
  margin: 0;
  position: relative;
  display: table;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 2.5px;
}

.flex-block-1 h1 span {
  display: block;
  padding: 0;
  position: relative;
  z-index: 1;
}

.flex-block-1 > div img {
  max-width: 100%;
}

.flex-block-1 p {
  font-size: 17px;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 300;
  padding: 0;
  text-align: left;
  color: #fff;
}

.page .flex-block-1 p {
  display: none;
}

.flex-block-1 .flex-block_text {
  margin: 0 auto;
  position: relative;
}

.page .flex-block-1 .flex-block_text:after {
  display: none;
}

.flex-block > div {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.text {
  max-width: 1400px;
  margin: 50px auto;
  padding: 0px 15px;
  position: relative;
  z-index: 2;
}

.textdiv {
  margin: 30px auto 30px;
  padding: 10px 15px;
  line-height: 33px;
  font-size: 17px;
  text-align: justify;
  position: relative;
  z-index: 1;
  font-weight: 300;
}

/****** Contact ***/

.fluid-contact {
  position: relative;
  max-width: 1400px;
  margin: 0px auto 100px;
  padding: 0px 10px 0px;
}

.contact {
  font-size: 17px;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 40px;
}

.adresse-block {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: 22% 10px, 70% 10px;
  align-items: center;
}

.adresse-block a img {
  max-width: 300px;
}

.adresse-block > div:last-child a {
  font-size: 20px;
  margin-left: 0;
  color: var(--primary);
  text-align: right;
  font-weight: 200;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 15px;
}

.adresse-block .btn-contact {
  font-weight: 200;
  font-size: 15px;
  margin-left: 0;
  color: #fff;
  padding: 0px 0px;
  border-radius: 0;
  transition: 0.3s ease all;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  display: table;
  letter-spacing: 2.5px;
}

.adresse-block .btn-contact:hover {
  background: none;
  color: var(--second);
  background: var(--primary);
}

.adresse-block .btn-contact:after {
  display: none;
}

.adresse-block p {
  font-size: 17px;
  margin: 0;
  font-weight: 200;
  color: var(--primary);
  display: block;
  text-align: right;
  letter-spacing: 1.5px;
}

/****** end Contact ***/

/****** footer ***/

.boxfooter {
  padding: 20px 0px;
  z-index: 1;
  position: relative;
  max-width: 1440px;
  margin: 0 auto 20px;
  background: #3d3e4e;
}

.footer-ico {
  max-width: 115px;

  filter: brightness(0) saturate(100%) invert(47%) sepia(18%) saturate(395%)
    hue-rotate(197deg) brightness(88%) contrast(87%);
}

.footerlink {
  color: #d0d0d0;
  font-size: 10px;
  font-family: verdana;
  text-align: right;
}

.footerlink ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.footerlink ul li {
  display: inline-block;
}

.footerlink ul li a {
  text-decoration: none !important;
  transition: 0.3s ease all;
  color: #7e7e7e;
  padding: 0px 10px;
}

.footerlink ul li a:hover {
  color: var(--primary);
}

.inlineblock {
  display: inline-block;
}

.footerlink ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: none;
}

.boxfooter > div {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
  align-items: center;
}

/****** footer ***/

@media (max-width: 1280px) {
  .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
    padding: 13px 20px;
  }

  .navbar-nav:after {
    height: 100%;
  }

  .adresse-block a img {
    max-width: 200px;
  }

  .fluid-contact {
    margin: 0px auto 20px;
  }
}

@media (min-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }

  .page .logo img {
    max-width: 360px;
  }

  .page .header .banner {
    height: 500px;
  }

  .navbar .navbar-nav .nav-item .nav-link:after {
    content: "";
    width: 1px;
    height: 27px;
    position: absolute;
    background: #fff;
    right: 8px;
    top: 15px;
    transform: skewX(-19deg);
    transition: 0.3s ease all;
    z-index: 1;
    border: none;
  }
}

@media (max-width: 1200px) {
  .flex-block-1 > div {
    padding: 0px 40px;
  }
}

@media (max-width: 991px) {
  .flex-block > div .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    top: 0 !important;
  }

  .flex-block-3 .col-12:first-child {
    padding-left: 15px;
  }

  .flex-block-4 .col-img {
    display: table !important;
    margin: 0 auto 20px;
  }

  .flex-block-3 {
    padding: 40px 20px;
    margin-bottom: 30px;
  }

  .flex-block-4 {
    margin-bottom: 40px;
  }

  .flex-block-3 .col-12 .flex-block_text {
    top: 0;
    margin: 50px 0px;
  }

  .flex-block p {
    text-align: center !important;
    max-width: 100%;
    float: none;
    margin-bottom: 40px;
  }

  .flex-block-3 p {
    max-width: 340px;
    margin: 0 auto 0px;
  }

  .flex-block-1 .flex-block_text:after {
    display: none;
  }

  .flex-block-1 {
    background-position: right;
    margin: 0;
    padding: 60px 15px;
  }

  .block-text-content.coin-icone {
    padding: 40px;
    max-width: calc(100vw - 40px);
  }

  #bloc-1:after {
    display: none;
  }

  .flex-block-1:before {
    display: none;
  }

  .flex-block-1 img {
    display: block;
    max-width: 100%;
    margin: 15px auto 25px;
  }

  .flex-block-1:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: none;
    display: none;
  }

  .flex-block-1 h1 {
    text-align: center;
    margin-bottom: 15px;
  }

  .flex-block-1 h1 span {
    display: block !important;
  }

  .flex-block-1 p {
    width: 100%;
    margin: 0px 0px 10px;
    max-width: 100%;
    text-align: center;
    border: none;
    padding: 0;
    top: 0;
    padding: 25px 0px;
  }

  .btn-contact {
    left: 0 !important;
  }

  .adresse-block .btn-contact {
    margin: 20px auto 25px;
  }

  .navbar .navbar-nav .nav-item .nav-link:before {
    display: none;
  }

  .navbar {
    padding: 0px;
  }

  .navbar-nav:after {
    display: none;
  }

  .navbar-nav .nav-item .nav-link {
    text-align: left;
  }

  .inner-menubox {
    padding: 0;
    background: none;
    left: 0;
    width: 100%;
    border: none;
  }

  .fixed .inner-menubox {
    background: none;
  }

  .collapse:not(.show) {
    display: block;
  }

  .fluid-contact {
    padding: 15px 20px 20px;
  }

  .fluid-contact img {
    max-width: 100%;
  }

  .navbar-nav {
    align-items: center;
    flex-direction: column;
  }

  .navbar-nav:first-child {
    padding-bottom: 0;
  }

  .menubox.fixed .navbar-nav {
    flex-direction: column;
  }

  .navbar-nav:last-child {
    background: none;
    max-width: 100%;
    margin: 0 !important;
    padding-top: 0;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    padding: 5px 10px;
    color: #fff;
  }

  .adresse-block {
    display: block !important;
    max-width: 100%;
    margin-bottom: 0;
    background: none;
  }

  .adresse-block > div:first-child {
    width: 100%;
    width: 100%;
    max-width: 100%;
  }

  .adresse-block p {
    padding-left: 0;
    text-align: center !important;
    max-width: 250px;
    margin: 0 auto;
  }

  .adresse-block > div:last-child a {
    display: block;

    margin: 20px auto 20px;

    text-align: center;
  }

  .adresse-block a img {
    margin: 20px auto !important;
  }

  .text:after {
    display: none;
  }

  .collapse:not(.show) {
    display: block;
  }

  .navbar-nav {
    align-items: center;
    flex-direction: column;
  }

  .navbar-nav:first-child {
    padding-bottom: 0;
  }

  .menubox.fixed .navbar-nav {
    flex-direction: column;
  }

  .navbar-nav:last-child {
    background: none;
    max-width: 100%;
    margin: 0 !important;
    padding-top: 0;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    padding: 5px 10px;
    font-size: 19px;
  }

  .navbar .navbar-nav .nav-item {
    background: none;
    display: block;
  }

  .navbar-nav .nav-item:before {
    display: none;
  }

  .menubox:before,
  .menubox:after {
    display: none;
  }

  .activemenu.menubox {
    transform: none;
    background: var(--second);
  }

  .menubox {
    width: 100%;
    top: 50px !important;
    border: none;
    padding: 100px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    max-width: 100%;
    transform: translateX(-100%);
    transition: 0.3s ease all;
    margin: 0;
    background: var(--second);
    height: 100%;
  }

  .text {
    margin: 0 auto;
    box-shadow: none;
  }

  .top {
    top: 50px;
    align-items: flex-start;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .fluid-contact:after {
    display: none;
  }

  .contact {
    padding: 0px 00px 0px;
    text-align: center;
    height: auto;
    max-width: 100%;
  }

  .contact:after {
    position: relative;
    right: 0;
    top: 0;
  }
  .logo img {
    max-width: 100%;
  }
  .logo {
    padding: 0px 20px;
    width: 100%;
    display: block;
    left: 0;
    max-width: 100%;
    background: none;
    position: absolute;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #13131466;
  }

  .logo > div {
    width: max-content;
    box-shadow: none;
    padding: 0;
    left: 0;
    top: 0 !important;
    height: auto;
  }

  .logo a {
    text-align: center;
    padding: 0px;
    margin-bottom: 0;
    display: block;
  }

  .top {
    border: 0;
  }

  .header {
    position: relative;
    padding-top: 0;
    top: 0;
    margin-top: 55px;
    margin-bottom: 0;
    max-height: initial;
  }

  .header:after {
    display: none;
  }

  .header .d-flex {
    display: block !important;
    height: 500px;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
  }

  .header .d-flex:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .bloc-menu a {
    display: table;
    padding: 0;
    top: 0;
    left: 0;
    position: relative;
    transform: none !important;
    margin: 0;
    padding: 14px;
    background: var(--primary);
  }

  .bloc-menu {
    top: 0 !important;
    left: 0;
    width: 100% !important;
    position: fixed;
    top: 0px;
    width: 100%;
    background: var(--second);
    height: 55px;
    overflow: hidden;
    z-index: 13;
    padding: 0 !important;
    display: block;
  }

  .bloc-menu.fixed .btn-menu {
    margin: 0;
  }

  .bloc-menu img {
    position: relative;
    left: 0;
    display: block;
    transition: 0.3s ease all;
  }

  .btn_scroll {
    display: none;
  }

  .banner {
    width: 100%;
    max-width: 100%;
    height: 500px;
  }
  .banner:after {
    display: none;
  }
  .banner > div {
    height: 100%;
    background-position: center;
  }

  .header:before {
    display: none;
  }

  .top {
    position: fixed;
    top: 11px;
    z-index: 14;
    margin: 0;
    right: 10px;
    left: initial;
    width: auto !important;
    max-width: max-content;
    background: none;
    padding: 0;
  }

  .top span {
    display: none;
  }

  .right-top {
    display: none;
  }

  .top a {
    color: #fff !important;
  }

  .top > div:first-child {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .flex-block-1 > div {
    padding: 0;
    display: block;
  }

  .flex-block-1 > div.block-parallax-img {
    display: none;
  }

  .banner:after {
    opacity: 0;
  }

  .header .banner {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-position: center;
    height: 100%;
  }

  .header .d-flex {
    height: 400px;
  }

  .flex-block .col-12 {
    left: 0;
    top: 0;
    border: none;
    display: block;
  }

  .flex-block-3 .col-12 .flex-block_text {
    margin-top: 80px;
  }

  .footerlink {
    text-align: center;
  }

  .flex-block-1 {
    box-shadow: none;
    padding-bottom: 10px;
    background: url(../images/back.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 10px;
  }

  .block-text-content {
    margin: 40px auto;
  }

  .menubox:after {
    display: none;
  }

  .boxfooter {
    padding-bottom: 40px;
    background-position: right;
  }

  .logo img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }

  .logo {
    align-items: center;
    top: 0;
    height: 100%;
  }

  .adresse-block .btn-contact {
    margin: 25px auto 15px;
    display: table;
  }

  .adresse-block p {
    margin: 0 auto 15px;
  }

  .fluid-contact {
    margin-top: 40px;
  }

  .contact {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .boxfooter img {
    margin: 0 auto 20px;
    display: block;
    position: relative;
    float: none;
  }
  .title-size {
    font-size: 25px !important;
  }
  .title-size-h2 {
    font-size: 22px !important;
  }
  .responsive-col {
    flex-direction: column !important;
  }
  .responsive-col-reverse {
    flex-direction: column-reverse;
  }
}

/* CSS */

.text-style {
  color: var(--primary);
}

.div-line {
  height: 2px;
  width: 80%;
  background-color: var(--primary);
  margin: 1rem auto;
}
.link-style {
  color: var(--primary);
  transition: 0.3s;
}
.link-style:hover {
  color: var(--white);
  transition: 0.3s;
}
.title-size {
  font-size: 30px;
  font-weight: 300;
}
.title-size-h2 {
  font-size: 27px;
}
.title-size-h3 {
  font-size: 21px;
}
.list-skill {
  list-style-type: none;
}
.text-image-article {
  background-color: var(--second);
  padding: 1rem;
}
.left-border-style {
  border-left: 2px solid var(--primary);
}
.right-border-style {
  border-right: 2px solid var(--primary);
}
.margin-large {
  margin: 5rem auto;
}
.margin-mid {
  margin: 3rem auto;
}
.margin-small {
  margin: 1.5rem auto;
}
.btn-style {
  background: var(--primary);
  color: var(--white);
  transition: 0.3s;
  padding: 1.5rem 3rem;
  border-radius: 2px;
  font-weight: 600;
}
.btn-style:hover {
  background: var(--back);
  transition: 0.3s;
  color: var(--black);
}
.breadcrumb {
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
}
.breadcrumb-item a {
  color: var(--primary);
  transition: all 0.4s;

  text-decoration: none;
}
.breadcrumb-item a:hover {
  opacity: 0.5;
}
.breadcrumb-item .active {
  color: #000;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #999;
}

::-webkit-scrollbar {
  width: 0px;
  background-color: #999;
}

::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border: 0px solid #555555;
}

.btn-contact:hover {
  text-decoration: none;
  color: var(--second);
}
