.elementor_heading_title {
    color: var(--e-global-color-secondary);
    font-family: "Lexend", Sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5rem;
    letter-spacing: 1.365px;
}

.heading_title {
    color: var(--e-global-color-secondary);
    font-family: "Lexend", Sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.6rem;
}

.elementor_10401 {
    color: #F5F5F5;
    font-family: "Lexend", Sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6rem;
}


/******










****/

.btn-grad {
    background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%)
}

.btn-grad {
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 5px;
    font-weight: 700
}

.btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none
}

.btn-grad:visited {
    text-decoration: none;
    box-shadow: unset
}

.btn-grad:focus {
    text-decoration: none;
    box-shadow: unset
}

.btn-grad:active {
    text-decoration: none;
    box-shadow: unset
}

.elementhourly {
    border: 1px solid #fff;
    border-radius: 0.3rem;
    line-height: 20px;
    width: 100%;
    background-color: #fff;
    /* padding: 9px 5px;
    font-size: 14px;
    color: #8e8e8e; */
}

.elementhourlytitle {
    position: absolute;
    left: 13px;
    margin-top: -2px;
    margin-right: 2px;
    display: block;
    text-align: right;
    font-weight: 500;
}

.elementhourlyselect {
    border: 0px !important;
    font-size: 19px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0px;
}

.elementlabel {
    position: absolute;
    font-family: roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    display: block;
    padding: 10px 20px;
    color: #333;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
    padding: 0px 12px;
}

.elementtext {
    border: 1px solid #fff;
    border-radius: 0.3rem;
    font-size: 18px;
    height: 80px;
    padding: 35px 10px 7px 33px;
}

.elementicon {
    position: absolute;
    z-index: 999;
    top: 41px;
    left: 11px;
    color: #262626;
}

.elementreturn {
    padding: 17px;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    color: rgb(63 63 63);
    border-color: rgb(159 159 159);
}

.elementclose {
    position: absolute;
    top: -8px;
    right: -1px;
    z-index: 999;
    color: rgb(50, 50, 50);
    font-size: 20px;
    cursor: pointer;
}

.groupeelement {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.toair {
    float: left;
    color: #212121;
    background-color: #fff;
    padding: 6px 17px 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    border-top-right-radius: 5px;
    cursor: pointer
}

.fromair {
    float: left;
    color: #212121;
    background-color: #fff;
    padding: 6px 17px 5px;
    /* pointer-events: none; */
    border-top-left-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.fromair.active,
.toair.active {
    background-color: #e2e2e2;
}

.bookpos {
    padding: 9px 6px;
    background-color: #e2e2e2;
    color: #fff;
    border-radius: 6px;
    margin-top: 85px;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-shadow: -1px 8px 35px 8px rgb(2 16 29);
    -moz-box-shadow: -1px 8px 35px 8px rgb(2 16 29);
    box-shadow: -1px 8px 35px 8px rgb(2 16 29)
}

.bookingpos {
    /* margin-top: 48px; */
    /* margin-bottom: 68px; */
    width: 100%
}

.banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media all and (max-width:992px) {
    .banner {
        flex-direction: column;
    }
    .bookingpos {
        margin-top: -70px;
        /* margin-bottom: 115px */
    }
    .bookpos {
        margin-top: 128px!important
    }
}


/*****







*/

.item-list {
    /* margin-left: -16px;
    margin-right: -16px; */
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.item-list>li {
    width: 30%;
    border: 1px solid #e7e7e7;
    border-radius: 1.5rem;
    margin: 20px 1%;
    background: #f7f7f7;
    padding-left: 16px;
    padding-right: 16px;
    float: left;
}

@media all and (max-width:1200px) {
    .item-list>li {
        width: 45%;
        margin: 20px 1%;
    }
}

@media all and (max-width:992px) {
    .item-list {
        margin-left: 0px;
        margin-right: 0px;
    }
    .item-list>li {
        width: 90%;
        margin: 20px 1%;
    }
}

.item-list>li:nth-child(2n+1) {
    clear: both;
}

.item-card {
    width: 100%;
    padding: 20px 0px 20px;
}

.item-card .img {
    display: block;
    padding: 13px 0 27px;
}

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

.item-card .title {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: Heebo, sans-serif;
    color: #000;
    /* margin-bottom: 10px; */
    letter-spacing: 0.07rem;
    text-align: center;
}

.item-card .attributes li .help {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    font-size: 1rem;
}

.item-card .attributes li [class*=icon] {
    vertical-align: middle;
    display: inline-block;
    font-size: 2rem;
}

.item-card .attributes li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    color: #777676;
}

.item-card .attributes {
    text-align: center;
    padding-top: 17px;
}


/*****







*/

.sousmenu {
    padding: 0;
    background-color: #f5f5f5;
    border: 0px;
    border-radius: 0;
    font-size: 1.05rem;
    font-family: 'D-DINExp', sans-serif !important;
}

.about .about-text {
    padding-right: 140px;
}

.about .rounded-img {
    width: 526px;
    height: 658px;
    border-radius: 10px;
}

.about .rounded-img2 {
    width: 295px;
    height: 408px;
    border: 5px solid #fff;
    border-radius: 10px;
}

.about .img_over {
    left: -25%;
    bottom: 15%;
    position: absolute;
    z-index: 99;
}

.imgservice {
    border-radius: 1rem;
}

.etiquete-service {
    background-color: #f7f7f7;
    position: relative;
    left: -70px;
    box-shadow: -10px 3px 15px -10px #020202;
}

.etiquete-service-last {
    background-color: #f7f7f7;
    position: relative;
    right: -70px;
    box-shadow: 10px 3px 15px -10px #020202;
}

@media all and (max-width:992px) {
    .about .about-text {
        padding-right: 0;
    }
    .etiquete-service {
        background-color: #f7f7f7;
        position: relative;
        left: 0px;
        margin-top: -60px;
        box-shadow: 0px 0px 10px 0px #bfbfbf;
    }
    .etiquete-service-last {
        background-color: #f7f7f7;
        position: relative;
        right: 0px;
        margin-top: -60px;
        box-shadow: 0px 0px 10px 0px #bfbfbf;
    }
}

@media all and (max-width:768px) {
    .about .rounded-img {
        width: 265px;
    }
}