body,
html {
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
        "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        "Helvetica Neue", sans-serif;
    font-size: 20px;
}

/* The hero image */
.header-style {
    background-color: #fa6a00;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

/* Menu */

.menu {
    width: 100%;
    top: 0;
    display: flex;
}

.logo_samapass {
    padding: 20px;
    margin: 15px;
    text-decoration: none;
    top: 0px;
}

nav {
    width: 55%;
    margin-left: auto;
    padding: 20px;
    background-color: transparent;
    top: 0px;
}

nav ul {
    list-style-type: none;
    display: flex;
    margin: 15px;
    padding-inline-start: 0px !important;
}

nav ul li {
    flex: 1 1 auto;
    text-align: center;
    position: relative;
}

nav a {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    font-weight: normal;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
}

nav a {
    position: relative;
}
/*
nav a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  visibility: hidden;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
} */

nav a:hover:before {
    visibility: visible;
    width: 100%;
}

nav a:hover {
    color: #ffffff;
}

/* drop down */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.V2Link {
    cursor: pointer;
    text-decoration: none;
    color: #181818;
    font-size: 16px;
    line-height: 21px;
    border-bottom: 2px solid transparent;
    font-weight: 700;
}

.samapass {
    color: #fa6a00;
}

.faq-header {
    width: 40%;
    margin: 40px auto;
}

.faq-heade h1 {
    font-weight: bold;
}

.faq-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../../images/v2/faq.png");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.faq-hero .content-text {
    position: absolute;
    top: 20%;
    left: 7%;
    transform: translate(7%, 20%);
    color: white;
}

/* Frais de service */

.prices-header-starter {
    background-color: #f9f9f9;
    text-align: center;
    padding: 20px;
    height: 80px;
    font-weight: bold;
}

.prices-header-pro {
    background-color: #262626;
    text-align: center;
    padding: 20px;
    height: 80px;
    font-weight: bold;
    color: white;
}

.prices-content-pro {
    background-color: #262626;
    padding: 40px;
    color: white;
}

.prices-content-starter {
    background-color: #f9f9f9;
    padding: 40px;
}

.prices-button-starter {
    background: #dedede;
    border: 1px;
    width: 100%;
    border: none;
    height: 80px;
    text-transform: uppercase;
}

.prices-button-pro {
    background: #1a1a1a;
    border: 1px;
    width: 100%;
    border: none;
    color: white;
    height: 80px;
    text-transform: uppercase;
}

/* Join us */

.posts-vacantes {
    background-color: #f9f9f9;
}

/* contact */

.contact-button {
    background: #222222;
    border-radius: 1px;
    width: 100%;
    border: none;
    color: white;
    height: 50px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: 0.8px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 1px;
}

.contact-form input[type="checkbox"] {
    margin: 10px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    border-radius: 0 !important;
    background-color: transparent;
}

.contact-form textarea {
    background-color: transparent;
    border: 0.8px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 1px;
    height: 200px;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    border-color: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #fa6a00;
    outline: 0 none;
    background-color: #e5e5e5;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    text-transform: uppercase;
    opacity: 1; /* Firefox */
}

.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    text-transform: uppercase;
    opacity: 0.5;
}

.contact-form input[type="text"]::-ms-input-placeholder,
.contact-form input[type="email"]::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    text-transform: uppercase;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .faq-header {
        width: 100%;
        padding: 20px;
    }

    .prices-header-pro {
        margin-top: 40px;
    }
}
