* {
  font-family: "Arial", sans-serif !important;
}

:root {
  --button-color: black;
  --button-background-color: silver;
}
body.root-container {
  background-color: white !important;
  overflow: auto;
}

body.root-container > .ctt {
  background-color: white;
  box-shadow: 0px 0px 1px 0px #ccc;
  padding-top: 4rem;
}

.ctt {
  max-width: 1200px;
  min-width: 374px;
  margin: auto;
  overflow: auto;
}

.gp2 {
  color: #a19661;
}
.gp {
  color: #a19661;
  max-width: 80%;
  display: inline-block;
}

/* NAVBAR */
/*
body {
  overflow-x: hidden;
}

body nav.sub-navbar {
  flex-direction: row;
  margin-left: auto;
}

body nav.navbar {
background-color: #edeeef;
padding: 0.688rem 1rem;
transition: 0.4s ease;
justify-content: flex-start;
}
body nav.navbar:not(.sub-navbar) {
  height: 83px;
}

body nav.navbar > ul {
  flex-direction: row;
  margin-left: auto;
}

@media screen and (max-width: 715px) {
  body nav.navbar > ul {
    display: none;
  }
}

body nav.navbar > ul > li + li {
  margin-left: 2rem;
}

body nav.navbar .nav-item a {
  font-size: 20px;
  color: var(--dark);
  transition: 0.4s ease;
}

body nav.navbar > ul > li.active > a::after {
  content: " ";
  width: 100%;
  display: block;
  height: 4px;
  background-color: #a19661;
  margin-bottom: -5px;
  margin-top: 5px;
}

#product-name {
  font-size: 21px;
  white-space: nowrap;
  color: black;
  transition: 0.4s ease;
  margin-right: auto;
}

@media screen and (min-width: 715px) {
  #product-name {
    font-size: 28px;
  }
} */



/* NAVBAR */

body {
  padding-top: 88px;
  overflow-x: hidden;
}

body nav.navbar {
  background-color: #edeeef;
  padding: 0.688rem 1rem;
  transition: 0.4s ease;
  justify-content: flex-start;
}

body nav.navbar:not(.sub-navbar) {
  height: 83px;
}

body nav.navbar .nav-item a {
  font-size: 21px;
  color: var(--dark);
  transition: 0.4s ease;
  letter-spacing: 1px;
}

body nav.sub-navbar {
  background-color: white;
}

body nav.sub-navbar .nav-item a {
  font-size: 18px;
}

body nav.sub-navbar > img {
  margin-right: 0.5rem;
  opacity: 1;
  transition: 0.4s ease;
}

body nav.navbar > ul {
  width: 100%;
}

body nav.navbar > ul > li.active > a::after {
  content: " ";
  width: 100%;
  display: block;
  height: 4px;
  background-color: #a19661;
  margin-bottom: -5px;
  margin-top: 5px;
}

body nav.navbar > ul > li.nav-item-right {
  margin-left: auto !important;
}

.navbar .nav-item + .nav-item {
  margin-left: 1rem;
}

.navbar.bg-blue .nav-item a,
.navbar.bg-blue #product-name {
  font-size: 18px;
}

body nav.sub-navbar:not(.bg-blue) > img {
  opacity: 0;
}
body nav.navbar:not(.sub-navbar).bg-blue {
  height: 0;
  padding: 0;
}

body nav.navbar:not(.bg-blue) .hidden-top {
  display: none;
}

body nav.navbar.bg-blue .shown-top {
  display: none;
}

#product-name {
  font-size: 30px;
  white-space: nowrap;
  color: black;
  transition: 0.4s ease;
}

@media screen and (max-width: 950px) {
  body nav.navbar.bg-blue .hidden-top {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  body nav.navbar .nav-item a,
  body nav.navbar #product-name {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  body {
    padding-top: 0;
  }
  body .root-container.fixed-top {
    position: static !important;
  }
  body nav.navbar {
    height: auto;
  }
  body nav.navbar .nav-item a,
  body nav.navbar #product-name {
    font-size: 16px;
  }

  body .sub-navbar {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  body nav.navbar {
    flex-wrap: wrap;
  }
  body nav.navbar ul {
    margin: 0 -1rem;
    margin-top: 0px;
    background: white;
    width: 100vw;
    justify-content: center;
    margin-top: 0.6rem;
  }
  body nav.navbar > ul > li.nav-item-right {
    margin-left: 0 !important;
  }
}

/* HEADER */

#header {
  background: url("../res/img/desk.png") no-repeat;
  background-size: cover auto;
  background-position: bottom right;
  height: 512px;

  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #edeef0;
}

#header #title {
  max-width: 50%;
  font-size: 28px;
  padding-left: 4rem;
  margin-top: -5rem;
  font-weight: bold;
}

#header > #header-img {
  width: 50%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
#header > #header-img > img{
  max-width: 75%;
  max-height: 80%;
  text-align: center;

  margin-top: auto;
  margin-bottom: 2rem;
}

@media screen and (max-width: 830px) {
  #header > #header-img {
    display: none;
  }
  #header #title {
    max-width: 100%;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 460px) {
  #header #title {
    font-size: 24px;
  }
}

h5.subtitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-top: 1.5rem;
}

.block-image {
  margin-top: 1.5rem;
}


/* OFFRES */

.souscription {
  padding: 3rem 4rem;
  margin-top: 2rem;
}
.souscription > h5 {
  font-size: 25px;
}
#tax {
  color: gray;
}

.table.table-offres {
  margin-top: 2.5rem;
}

.table.table-offres thead th {
  border-top: none;
  border-bottom: none;
  text-align: center;
}

.table.table-offres tbody td {
  text-align: center;
}

.table.table-offres td,
.table.table-offres th {
  height: 75px;
  vertical-align: middle;
}

.off-header {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 7px;
  background-color: #a19661;
  text-align: center;
  display: inline-flex;
  align-items: center;
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.off-header > span {
  width: 100%;
}

.check {
  width: 20px;
  height: 20px;
  background: url("../res/icons/check.svg") no-repeat center center;
  background-size: 20px;
  display: inline-block;
}

@media screen and (max-width: 700px) {
  .off-header {
    width: 5.1rem;
    height: 5.1rem;
    font-size: 16px;
  }
}

/* FORM */

label {
  font-weight: 200;
  display: block !important;
  font-size: 18px;
}

input,
textarea {
  color: #234c6d !important;
  background: #e9e8ea;
  width: 100%;
  padding: 10px 16px;
  border: none;
  font-weight: 200;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgb(47, 75, 106, 0.25);
  font-style: italic;
  font-weight: 200;
}

textarea {
  resize: none !important;
}

/* Utils */

.border-radius {
  border-radius: 15px;
}
.bg-yellow {
  background-color: #fff2e4;
}

.bg-gray {
  background-color: #f0f0f0;
}

.block {
  padding: 2rem;
}

.block > div + div {
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 700px) {
  .block {
    padding: 2rem 0.7rem;
  }
}

.service-title {
  /* font-size: 36px; */
  position: relative;
  padding-bottom: 8px;
  /*! opacity: 50%; */
  font-weight: bold;
}

.service-title:after {
  content: "";
  display: block;
  width: 7rem;
  padding-top: 8px;
  border-bottom: 6px solid #a19661;
  /*! opacity: 20%; */
}

.check-list {
  list-style: none;
  padding-left: 2rem;
}

.check-list > li {
  position: relative;
  margin: 1rem 0;
  padding-left: 1rem;
}

.check-list > li::before {
  width: 32px;
  content: "";

  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  left: -2rem;

  background: url("../res/icons/check.svg") no-repeat center center;
  background-size: 20px;
}

.check-list-video {
  list-style: none;
  padding-left: 2rem;
}

.check-list-video > li {
  position: relative;
  margin: 2rem 0;
}

.check-list-video > li::before {
  width: 32px;
  content: "-";
  position: absolute;
  top: 0;
  bottom: 0;

  align-items: center;
  left: -1rem;
}

nav button:focus,
.close:focus,
input:focus,
textarea:focus,
.btn-submit:focus {
  outline: none !important;
}

.btn {
  width: 238px;
  height: 40px;
  border-radius: 7px !important;
}

.btn-outline {
  background-color: #a19661 !important;
  color: white !important;
}

.btn-souscription {
  background-color: #a19661 !important;
  color: white !important;
}
.img40,
.img30 {
  max-width: 100%;
  max-height: 40rem;
}
.img30 {
  max-height: 30rem;
}

#features > .row + .row {
  margin-bottom: 5rem;
}

@media screen and (max-width: 1200px) {
  img.small {
    max-height: 20rem;
  }
  #check-title > li {
    margin: 1rem 0px;
  }
}

.relative {
  position: relative;
}
.anchor {
  position: absolute;
  top: -50px;
}

#videobox:not(.playing) .video {
  cursor: pointer;
  padding-top: 78.5%;
  position: relative;
}
#videobox:not(.playing) .video > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 1px solid #bbbbbb;
}

#video-screen {
  border-radius: 15px;
  margin: 5rem 0rem;
}

.col-video {
  transition: all ease 250ms;
}

.playing .col-video {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100%;
  padding-bottom: 1rem;
}
.playing .col-desc {
  flex: 0 0 100%;
  max-width: 100%;
}
.playing .video {
  /* border: 1px solid black; */
  box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.1);
}
.playing video {
  display: block;
}

footer {
  background-color: #a19661;
  color: white;
  padding: 2rem 3rem;
}

footer .footer-links {
  display: flex;
  flex-direction: column;
}
footer a {
  margin-top: 1rem;
  display: inline-block;
  color: #FFFFFFB2 !important;
}

.bold {
  font-weight: bold;
}

.col-md-6 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
