:root {
  --text-primary-color: #15171a;
  --primary-color: #a50027;
  --secondary-color: #000000;
  --third-color: #eeedfe;
  --light-grey: #f6faff;
  --light-purple: rgba(238, 237, 254, 0.2);
  /* --footer-color: #2f353a; */
  --footer-color: #000014;
  --border-color: #000;
  --border-color-focus: #780017;
  --placeholder-color: #000000;
  --green: #04e762;
  --wht: #fff;
  --org: #ff6d00;
  --red: #a50027;
  --card-bg: rgba(17, 31, 98, 0.85);
}

/* Reset */

.top-wrapper {
  background-color: var(--red);
  padding: 30px;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 22%;
  right: 15px;
  transition: background-color 0.3s ease;
  display: none;
}

.top-wrapper:hover {
  background-color: var(--secondary-color);
}

.ar {
  height: 33px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

* :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0px;
  color: var(--text-primary-color);
}

.hero-title h1 {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.hero-title h2 {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.hero-txt h2 {
  font-size: 2rem;
  line-height: 1.4em;
  background-color: var(--primary-color);
  display: table;
  color: #fff;
  padding: 16px 20px;
}

/* FAQ */

.panel-default > .panel-heading {
  color: var(--text-primary-color) !important;
  padding: 20px 10px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: var(--light-grey);
  background-color: var(--wht);
  color: var(--text-primary-color);
  font-size: 15px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body * {
  color: var(--primary-color);
}

.panel-heading {
  cursor: pointer;
  background-color: var(--text-primary-color);
  border-bottom: 1px solid var(--accent-color);
}

.return {
  float: right;
  font-size: 18px;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 0 0 0 var(--accent-color);
  border-radius: 50%;
  height: 18px;
  width: 18px;
  -webkit-animation: pulse 2s infinite cubic-bezier(0.4, 0, 0, 1);
  -moz-animation: pulse 2s infinite cubic-bezier(0.4, 0, 0, 1);
  -ms-animation: pulse 2s infinite cubic-bezier(0.4, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.4, 0, 0, 1);
}

.return {
  transform: rotate(180deg);
  color: var(--primary-color);
}

.collapsed .return {
  transform: rotate(360deg);
}

/* FAQ */

/*V-card*/

.v-card {
  border: 1px solid var(--primary-color);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.v-icon {
  font-size: 45px;
  color: var(--primary-color);
}

.v-title h3 {
  font-weight: bold;
  font-size: 21px;
}

.v-text p {
  font-size: 18px !important;
}
/*V-card*/

.owl-carousel .item img {
  height: auto;
  width: auto;
  margin: 0 auto;
}

.owl-carousel .item {
  margin: 0 auto;

  width: 100%;
}

.nbg {
  background-color: var(--green) !important;
}

.bgpr {
  background-color: var(--footer-color);
}

.bgpr * {
  color: #fff;
}

.bgpr p {
  font-size: 2rem;
}

.accent {
  color: var(--primary-color);
}

.ic-cst img {
  height: 130px;
}

.ic-txt p {
  color: var(--wht);
  display: block;
  margin-bottom: 0px;
  font-size: 1.9rem;
}

.ic-txt {
  text-align: center !important;
}

.hero-txt i {
  color: var(--third-color);
  margin-right: 10px;
}

.blc-ctn p,
.blc-ctn ul {
  font-size: 2rem;
  text-align: left;
}

.blc-ctn ul li {
  line-height: 2.2em;
}

.blc-ctn ul li i {
  color: var(--red);
}

.blc-ctn-2 p {
  font-size: 1.8rem;
  text-align: left;
}

.formation-cat {
  padding: 20px 15px;
}

.fic-holder img {
  height: 120px;
  margin-bottom: 20px;
}

/*Card-Hover*/
.formation-cat {
  position: relative;
}

.formation-cat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--card-bg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.formation-cat:hover::before {
  opacity: 1;
}

.en-savoir-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  text-decoration: none !important;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-transform: uppercase;
}

.en-savoir-plus:hover,
.en-savoir-plus:focus {
  text-decoration: none;
}

.formation-cat:hover .en-savoir-plus {
  opacity: 1;
}

/*Card-Hover*/

.formation-cat p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 0px;
}

.desc p {
  text-align: center;
}

.hero-txt-wd {
  flex-basis: 42%;
}

/*Room*/

.room-specs {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border: 2px solid black;
  margin: 0px;
  padding: 20px 15px;
  font-size: 2.2rem;
}

.spec-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid black;
  padding: 10px 0px;
}

.room-specs .spec-line:last-child {
  border-bottom: none;
}

.title {
  font-weight: bold;
}

/*Room*/

/* Block3 */
.mt-10 {
  margin-top: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pd-50 {
  padding: 50px 0px;
}

.pd-80 {
  padding: 80px 0px;
}

.pd-15-b-o {
  padding: 0px 0px 15px 0px;
}

.pd-80-x {
  padding: 80px 50px;
}

.pd-80-b {
  padding-bottom: 80px;
}

.pd-50-b {
  padding-bottom: 50px;
}

.pd-80-n-t {
  padding: 0px 50px 80px 50px;
}

.w-100 {
  width: 100%;
}

/* Reset */

body,
html {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Heebo", sans-serif;
  background-color: #ffffff;
  color: var(--text-primary-color);
  font-weight: 400;
}

.elt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.s-b {
  justify-content: space-between;
}

.fluid-custom {
  margin: 0px 40px;
}

nav {
  margin: 22px 0px;
}

.logo,
.footer-logo img {
  height: 65px;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.baseline {
  color: var(--text-primary-color);
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
  font-size: 1.7rem;
}

.bg-hero {
  background: url(../img/bg_vin.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.wht {
  color: #fff;
}

/* Video */
.vd-container {
  position: relative;
  max-width: 100%;
}

.playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.playButton::before {
  content: "\f04b";
  /* FontAwesome play icon */
  font-family: FontAwesome;
  font-size: 30px;
  color: white;
}

/* Video */

.lgbg {
  background-position: bottom;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  /* Standard */
  background-blend-mode: multiply, darken;
  /* Firefox */
  -webkit-background-blend-mode: multiply;
  /* Chrome, Safari, Opera */
  -moz-background-blend-mode: multiply;
  /* Old Firefox */
  -o-background-blend-mode: multiply;
  /* Old Opera */
}

.light-grey {
  background-color: var(--light-grey);
}

.light-purple {
  background-color: var(--light-purple);
}

.check-block {
  background-color: #f3f8ff;
  padding: 20px 30px;
}

.grn-ic {
  color: #00d9a6;
}

.square-box {
  border: none;
  padding: 10px 15px 25px 15px;
  background-color: #ffffff;
  box-shadow: 0px 18px 45px 0px rgba(242, 244, 255, 0.14);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-duration: 1.4s;
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  color: #1f2873;
}

.ic img {
  height: 90px;
  margin-bottom: 20px;
}

.ic p {
  text-align: center;
}

.box-ctn {
  border: 1.5px solid var(--secondary-color);
}

.tt1 {
  font-size: 2.3rem;
  line-height: 1.3em;
}

.stt1 {
  font-size: 1.8rem;
}

footer {
  background-color: var(--footer-color);
  padding: 30px 0px;
  color: #ffffff;
}

footer a,
footer a:hover,
footer a:focus {
  text-decoration: none;
  color: #ffffff;
}

::selection {
  background: var(--secondary-color);
  color: #ffffff;
}

::-moz-selection {
  background: var(--secondary-color);
  color: #ffffff;
}

/******** Form ********/

.form-container {
  flex-basis: 446px;
}

button[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.error {
  border: 2px solid red !important;
}

.success-form {
  display: none;
  font-size: large;
}

.form-holder {
  padding: 20px 27px;
  border: none;
  background-color: #fff;
  color: #1f2873;
  cursor: pointer;
  box-shadow: 0px 5px 25px 0px rgba(209.99999999999997, 208, 255, 0.4);
}

.form-body {
  padding: 30px 5px 15px 5px;
}

.form-header {
  text-transform: uppercase;
  color: var(--text-primary-color);
  padding: 30px 0px 0px 0px;
  font-size: 20px;
}

.cta-holder .sub {
  margin-top: 15px;
  position: relative;
  clear: both;
}

.form-holder:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

.titref {
  color: #acacac;
  text-align: left;
  line-height: 1.5em !important;
  font: 700 11px Roboto, sans-serif;
  padding: 20px 3% 10px;
}

select.custom {
  background-image: url(../img/drop.png);
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

::placeholder {
  /* Firefox, Chrome, Opera */
  color: var(--placeholder-color) !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--placeholder-color) !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--placeholder-color) !important;
}

.c-code {
  display: flex;
  gap: 15px;
}

.c-code #indic {
  width: 30%;
}

.form-control {
  height: 57px;
  border-radius: 0px;
  margin-bottom: 10px;
  color: var(--placeholder-color);
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  font-size: 16px;
}

.form-control:focus {
  border-color: var(--border-color-focus);
  background-color: #fbfbfb;
  border-width: 2px;
  color: var(--text-primary-color);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.sub {
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 16px;
  background: var(--primary-color);
  border: none;
  color: #fff;
  font-weight: 400;
  padding: 14px 20px;
  background-size: 100% 100%;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sub:hover,
.sub:focus {
  background: var(--secondary-color);
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}

.mention-form,
.mention-form:hover,
.mention-form:focus,
.mention-form:visited {
  color: #1860de;
  text-decoration: none;
}

/*Checkboxes styles*/
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-weight: 400;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

input[type="checkbox"] + label:before {
  content: "";
  display: inline;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

textarea {
  resize: vertical;
}

.lu-txt {
  font-size: 12px;
  text-align: left;
  color: var(--text-primary-color);
}

.terms {
  padding: 20px 0px;
}
