/*///////////////////////////////////////*/
/* ///// STYLE GLOBAL ///////////////// */
/*/////////////////////////////////////*/

@font-face {
    font-family: 'optima';
    src: url('fonts/optima_medium-webfont.woff2') format('woff2'),
        url('fonts/optima_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
font-family: 'Grand Hotel', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'optima';
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000000;
}

body p {
    line-height: 30px;
    margin-bottom: 15px;
    color: #000000;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

main {
    clear: both;
}

.wrapper {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
}

.layout-container {
    position: relative;
    overflow: hidden;
}

.flex-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.default-btn,
.form-submit {
    min-width: 200px;
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 25px 7px;
    transition: all 200ms ease-in-out;
    font-family: 'Poppins', sans-serif;
}

.default-btn.primary,
.form-submit {
    background: #DED3C5;
    color: #000000;
}

.default-btn.primary:hover,
.form-submit:hover {
    background: #000000;
    color: #fff;
}

.default-btn.secondary-color {
    color: #fff;
    background: #000;
}

.default-btn.brown-color {
    color: #fff;
    background: #84673B;
}

.default-btn.secondary-color span,
.default-btn.brown-color span {
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 20px 7px;
    border: solid 1px #fff;
    transition: all 200ms ease-in-out;
}

.default-btn.secondary-color:hover span {
    background: #fff;
    color: #000;
}

.default-btn.brown-color:hover span {
    background: #fff;
    color: #84673B;
}

.wrapper {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.skiptranslate {
    display: none;
}

/*///////////////////////////////////////*/
/* ///// HEADER /////////////////////// */
/*/////////////////////////////////////*/
header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    transition: all 250ms ease-in-out;
}

.overflow-hidden header {
    background: #fff;
}

.gl-supermenu-overlay {
    display: none !important;
}

.frontpage header {
    position: absolute;
}

header.sticky-desktop,
.not-frontpage header {
    background: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

body:not(.path-frontpage).padding-topped {
    padding-top: 70px !important;
}

header.sticky-desktop {
    position: fixed;
    transform: translateY(-100px);
}

header.sticky-desktop.open {
    transition: all 400ms ease-in-out;
    transform: translateY(0);
}

header .region-header {
    height: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
}

/*Logo*/
#block-les-venetes-theme-logoheader {
    position: absolute;
    left: 22px;
    top: 10px;
}

#block-les-venetes-theme-logoheader a {
    display: inline-block;
}

#block-les-venetes-theme-logoheader a img {
    max-width: 140px;
}

#block-les-venetes-theme-logoheader {
    display: none;
}

header.sticky-desktop #block-les-venetes-theme-logoheader,
.not-frontpage header #block-les-venetes-theme-logoheader {
    display: block;
}

header .block-superfish {
    width: auto;
    position: absolute;
    top: 20px;
    right: 30px;
}

#superfish-main-toggle.sf-expanded {
    position: fixed;
    top: 20px;
    right: 30px;
}

#superfish-main-toggle.sf-expanded:before,
#superfish-main-toggle.sf-expanded:after {
    background: #000000;
}

/*Sélecteur de langue + Phone link*/
header #block-gtranslate {
    position: absolute;
    top: 18px;
    right: 110px;
    display: flex;
    align-items: flex-start;
    z-index: 10;
}

/*BTNS HEADER*/
header #block-gtranslate .btns-header {
    display: flex;
    gap: 40px;
}

/*GTRANSLATE*/
header #block-gtranslate .gtranslate {
    display: flex;
    margin-right: 0;
    margin-left: 20px;
    padding-top: 7px;
}

header #block-gtranslate .gtranslate .gtflag {
    margin-left: 8px;
    display: inline-block;
    width: 32px;
    height: 22px;
    opacity: 1;
}

header #block-gtranslate .gtranslate .gtflag:hover {
    opacity: 1;
}

header #block-gtranslate .gtranslate .gtflag img {
    display: none;
}

.gtranslate a.gtflag:nth-of-type(1), .gtranslate a.gtflag:nth-of-type(1):hover {
    background-image: none !important;
    background: url('../images/svg/flags/gf.svg') no-repeat center !important;
    background-size: contain !important;
}

.gtranslate a.gtflag:nth-of-type(3), .gtranslate a.gtflag:nth-of-type(3):hover {
    background-image: none !important;
    background: url('../images/svg/flags/gb.svg') no-repeat center !important;
    background-size: contain !important;
}

.gtranslate a.gtflag:nth-of-type(4), .gtranslate a.gtflag:nth-of-type(4):hover {
    background-image: none !important;
    background: url('../images/svg/flags/de.svg') no-repeat center !important;
    background-size: contain !important;
}

.gtranslate a.gtflag:nth-of-type(6), .gtranslate a.gtflag:nth-of-type(6):hover {
    background-image: none !important;
    background: url('../images/svg/flags/es.svg') no-repeat center !important;
    background-size: contain !important;
}

.gtranslate a.gtflag:nth-of-type(5), .gtranslate a.gtflag:nth-of-type(5):hover {
    background-image: none !important;
    background: url('../images/svg/flags/it.svg') no-repeat center !important;
    background-size: contain !important;
}

.gtranslate a.gtflag:nth-of-type(2), .gtranslate a.gtflag:nth-of-type(2):hover {
    background-image: none !important;
    background: url('../images/svg/flags/nl.svg') no-repeat center !important;
    background-size: contain !important;
}

.frontpage header.sticky-desktop #block-gtranslate .phone-header a,
.not-frontpage header #block-gtranslate .phone-header a {
    color: #000;
}

/*Navigation principale*/
#superfish-main {
    display: none;
}

#superfish-main-accordion {
    top: 70px !important;
    width: 80% !important;
    height: 100vh !important;
    padding-bottom: 20px;
    max-width: 570px !important;
    padding-top: 70px !important;
    background: #fff !important;
    background-size: cover !important;
    box-shadow: -2px 4px 6px rgba(0, 0, 0, .16) !important;
}

#superfish-main-accordion:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50px;
    width: 175px;
    height: 80px;
    background: url(../images/svg/logo-slider-home.svg) no-repeat center;
    background-size: contain;
}

#superfish-main-accordion > li > a {
    color: #000;
    text-decoration: none;
    padding: 10px 10px 10px 50px;
    font-size: 26px;
    font-family: 'Optima';
    margin-bottom: 15px;
}

#superfish-main-accordion #main-menu-link-contentbd48925c-d53a-4737-bdd5-90b693d65df5-accordion {
    display: flex;
    margin-top: 15px;
    padding-left: 50px;
}

#superfish-main-accordion #main-menu-link-contentbd48925c-d53a-4737-bdd5-90b693d65df5-accordion a {
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #DED3C5;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 25px 7px;
    transition: all 200ms ease-in-out;
    font-family: 'Poppins', sans-serif;
}

#superfish-main-accordion #main-menu-link-contentdfff87b4-58aa-4336-b69e-becf72bd24ac-accordion {
    display: flex;
    width: 100%;
    margin-top: 25px;
    padding-left: 50px;
}

#superfish-main-accordion #main-menu-link-contentdfff87b4-58aa-4336-b69e-becf72bd24ac-accordion .socials {
    display: flex;
    border-radius: 0;
    width: 100%;
}

#superfish-main-accordion #main-menu-link-contentdfff87b4-58aa-4336-b69e-becf72bd24ac-accordion a {
    padding: 0;
}

#superfish-main-accordion #main-menu-link-contentdfff87b4-58aa-4336-b69e-becf72bd24ac-accordion .socials a:not(:last-of-type) {
    margin-right: 15px;
}

/*///////////////////////////////////////*/
/* ///// TITRE DE PAGE //////////////// */
/*/////////////////////////////////////*/
#page-title-venetes  {
    height: 380px;
    position: relative;
}

#page-title-venetes.with-after:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    background: linear-gradient(to bottom, transparent, #fff);
}

#page-title-venetes.with-before:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(132, 103, 59, .46);
}

.block-page-title-block .wrapper-title {
    width: 90%;
    max-width: 1640px;
    margin: -200px auto 50px;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: flex-start;
}

.page-node-type-chambre .block-page-title-block .wrapper-title {
    max-width: 1364px;
}

.block-page-title-block .wrapper-title.no-banner .title-venetes {
    background: #fff;
    padding: 40px;
    min-height: 250px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.block-page-title-block .wrapper-title.banner .title-venetes {
    padding: 160px 25px 0 25px;
}

/*Block BTNS*/
.block-page-title-block .title-venetes .block-btns {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.block-page-title-block .title-venetes .block-btns .tarif {
    font-size: 36px;
    font-family: 'Optima';
}

.block-page-title-block .title-venetes .block-btns .tarif sup {
    font-size: 20px;
}

.block-page-title-block .title-venetes .block-btns .default-btn {
    margin: 0 30px 10px 0;
}

/*Visuel Oiseaux*/
.block-page-title-block .wrapper-title .visuel-oiseaux {
    width: 100%;
    max-width: 318px;
    margin-left: 70px;
    padding-top: 185px;
}

.block-page-title-block .wrapper-title.banner .visuel-oiseaux {
    padding-top: 20px;
}

.block-page-title-block .wrapper-title .title-venetes {
    width: 100%;
}

.block-page-title-block h1 {
    font-size: 36px;
    line-height: 44px;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Optima';
}

.intro-page p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.intro-page a {
    color: #000000;
}

/*Prestations*/
.block-page-title-block .prestations {
    width: 100%;
    max-width: 550px;
    margin-left: 90px;
    padding-top: 170px;
}

.block-page-title-block .prestations .contenu {
    padding: 40px 70px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.block-page-title-block .prestations .titre-prestations {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 25px;
}

.block-page-title-block .prestations .ligne {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.block-page-title-block .prestations .ligne .picto {
    width: 100%;
    max-width: 36px;
    text-align: center;
    margin-right: 15px;
}

/*///////////////////////////////////////*/
/* ///// PAGE LES CHAMBRES //////////// */
/*/////////////////////////////////////*/
.view-id-chambres {
    width: 90%;
    max-width: 1640px;
    margin: 50px auto;
}

.view-id-chambres .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 65px 60px;
}

.view-id-chambres .view-content .views-row {
    width: calc(33.3333% - 40px);
    position: relative;
    text-decoration: none;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.view-id-chambres .view-content .views-row .image img {
    width: 100%;
}

.view-id-chambres .view-content .views-row:nth-child(3n+0) {
    margin-right: 0;
}

.view-id-chambres .view-content .views-row .contenu {
    text-align: center;
    padding: 40px 40px 50px;
}

.view-id-chambres .view-content .views-row .contenu .h3 {
    color: #000;
    font-size: 28px;
    line-height: 30px;
    width: 100%;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-family: 'Optima';
}

.view-id-chambres .view-content .views-row .contenu .h3:after {
    content: '';
    position: absolute;
    width: 200px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 2px;
    background: #DED3C5;
}

.view-id-chambres .view-content .views-row .contenu .prestations {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.view-id-chambres .view-content .views-row .contenu .prestations .picto {
    margin: 5px 12px;
}

.view-id-chambres .view-content .views-row .contenu .prestations .picto img {
    width: 25px;
    ;
}

.view-id-chambres .view-content .views-row .default-btn {
    margin-top: 30px;
}

/*///////////////////////////////////////*/
/* ///// LISTE OFFRES DU MOMENT /////// */
/*/////////////////////////////////////*/
.view-id-offres {
    width: 90%;
    max-width: 1360px;
    margin: 20px auto 60px;
}

.view-id-offres .views-row {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, .2);
}

.view-id-offres .views-row:last-of-type {
    border-bottom: none;
}

.view-id-offres .views-row .image {
    width: 100%;
    max-width: 150px;
    margin-right: 40px;
}

.view-id-offres .views-row .contenu {
    width: 100%;
}

.view-id-offres .views-row .contenu .h3 {
    font-family: 'Optima';
    font-size: 26px;
    color: #000;
    line-height: 32px;
    margin-bottom: 10px;
}

.view-id-offres .views-row .contenu .texte {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

/*///////////////////////////////////////*/
/* ///// BREADCRUMBS ////////////////// */
/*/////////////////////////////////////*/
.block-system-breadcrumb-block {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto 50px;
    text-align: center;

}

.block-system-breadcrumb-block li,
.block-system-breadcrumb-block li a {
    font-size: 12px;
    line-height: 16px;
    color: #242424;
    text-decoration: none;
}

.block-system-breadcrumb-block li a:hover {
    text-decoration: underline;
}

.block-system-breadcrumb-block li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url('../images/svg/arrow-breadcrumbs.svg') no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// VIDEO ACCUEIL //////////////// */
/*/////////////////////////////////////*/
#block-videoaccueil {
    position: relative;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#custom-video {
    max-height: 100vh;
    overflow: hidden;
    width: 100%;
}

#block-videoaccueil .overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 275px;
    background: rgba(59, 91, 132, .33);
}

#block-videoaccueil .overlay img {
    /*margin-left: 255px;*/
}

#block-videoaccueil .overlay .texte {
    color: #fff;
    font-size: 32px;
    margin-top: 15px;
}

#block-videoaccueil .info-tel {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 67px;
    background: #000;
    z-index: 15;
    font-size: 42px;
    color: #fff;
    padding: 0 35px;
    font-family: 'Grand Hotel', cursive;
}

#block-videoaccueil .info-tel .warn {
    font-family: 'Open Sans', cursive;
    font-size: 20px;
    position: absolute;
    margin-top: -170px;
    text-align: center;
    width: 100%;
    max-width: 440px;
    right: 0;
    background-color: #3977ae;
    left: calc(50% - 220px);
    padding: 15px 0px;
    border: solid 1px #fff;
    transition: all 200ms ease-in-out;
}

#block-videoaccueil .info-tel .warn i {
    margin: 0 5px;
}

#block-videoaccueil .info-tel .warn:hover {
    background: #fff;
}

#block-videoaccueil .info-tel .warn:hover a {
    color: #3977ae;
}

#block-videoaccueil .info-tel .pipe {
    width: 2px;
    height: 23px;
    background: #fff;
    margin: 0 20px;
}

#block-videoaccueil .info-tel a {
    color: #fff;
    text-decoration: none;
}

#block-videoaccueil:after {
    content: '';
    width: 20px;
    height: 51px;
    position: absolute;
    left: calc(50% - 6px);
    bottom: 135px;
    z-index: 20;
    background: url(../images/svg/arrow-slider-home.svg) no-repeat center;
    background-size: contain;
}

/*///////////////////////////////////////*/
/* ///// PAGE RESTAURANT ////////////// */
/*/////////////////////////////////////*/
#block-boutonsrestaurant .infos-horaires {
    display: flex;
    gap: 50px;
}

#block-boutonsrestaurant .infos-horaires .label {
    width: 100%;
    max-width: 122px;
}

#block-boutonsrestaurant .infos-horaires .horaires {
    width: 100%;
    max-width: 635px;
}

#block-boutonsrestaurant .infos-horaires .horaires p {
    margin-bottom: 10px;
    line-height: 22px;
}

#block-boutonsrestaurant .infos-horaires .pre-reservation {
    width: 100%;
    max-width: 812px;
}

#block-boutonsrestaurant .infos-horaires .pre-reservation .titre {
    font-weight: 700;
    margin-bottom: 12px;
}

#block-boutonsrestaurant .infos-horaires .pre-reservation .btns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 75px;
    margin-bottom: 10px;
}

#block-boutonsrestaurant .infos-horaires .pre-reservation .infos {
    font-size: 14px;
    line-height: 19px;
    font-style: italic;
}

#block-boutonsrestaurant .flip-book-container iframe {
    min-height: 1000px;
}

#block-boutonsrestaurant .flex-center {
    margin-top: 80px;
}

/*///////////////////////////////////////*/
/* ///// BLOCKS DE L'ACCUEIL ////////// */
/*/////////////////////////////////////*/

#block-contenuaccueil .block {
    padding-top: 50px;
}
#block-contenuaccueil .titre {
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    position: relative;
    margin-bottom: 25px;
    font-family: 'Optima';
}

/*#block-contenuaccueil .titre:after {
    content: '';
    width: 76px;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/svg/corde-after.svg') no-repeat center;
    background-size: contain;
}*/

#block-contenuaccueil .texte,
#block-contenuaccueil .texte p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

#block-contenuaccueil .texte h3 {
    margin-bottom: 15px;
}

/*Présentation*/
#block-contenuaccueil .presentation {
    min-height: 950px;
    background: url('../images/interface/visuel-accueil-presentation.jpg') no-repeat center bottom;
    background-size: 100%;
    padding-top: 155px;
    position: relative;
}

#block-contenuaccueil .presentation .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/*#block-contenuaccueil .presentation:after {
    content: '';
    position: absolute;
    height: 12px;
    right: 0;
    left: 0;
    bottom: -6px;
    z-index: 20;
    background: url('../images/svg/corde-full.svg') no-repeat center;
    background-size: auto 100%;
}*/

#block-contenuaccueil .presentation .wrapper .left {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 715px;
}

#block-contenuaccueil .presentation .wrapper .right {
    width: 100%;
    max-width: 370px;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#block-contenuaccueil .presentation .wrapper .right img:nth-child(1)  {
    max-height: 100px;
}

#block-contenuaccueil .presentation .wrapper .right img:nth-child(3) {
    max-width: 90px;
}

/*Hotel*/
#block-contenuaccueil .hotel {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#block-contenuaccueil .hotel .left {
    width: 50%;
    min-height: 500px;
    background: url('../images/interface/visuel-accueil-hotel.jpg') no-repeat center;
    background-size: cover;
}

#block-contenuaccueil .hotel .right {
    width: 50%;
    min-height: 500px;
    padding: 20px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

#block-contenuaccueil .hotel .right .contenu {
    width: 100%;
    max-width: 575px;
    padding-left: 40px;
}

/*#block-contenuaccueil .hotel:after {
    content: '';
    position: absolute;
    height: 12px;
    right: 0;
    left: 0;
    bottom: -6px;
    z-index: 20;
    background: url('../images/svg/corde-full.svg') no-repeat center;
    background-size: auto 100%;
}*/

/*Le restaurant*/
#block-contenuaccueil .restaurant {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#block-contenuaccueil .restaurant .left {
    width: 50%;
    min-height: 500px;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

#block-contenuaccueil .restaurant .left .contenu {
    width: 100%;
    max-width: 575px;
    padding-right: 40px;
}

#block-contenuaccueil .restaurant .right {
    width: 50%;
    min-height: 500px;
    background: url('../images/interface/visuel-accueil-restaurant.jpg') no-repeat center;
    background-size: cover;
}

/*#block-contenuaccueil .restaurant:after {
    content: '';
    position: absolute;
    height: 12px;
    right: 0;
    left: 0;
    bottom: -6px;
    z-index: 20;
    background: url('../images/svg/corde-full.svg') no-repeat center;
    background-size: auto 100%;
}*/


.block.offres {
    width: 90%;
    max-width: 1640px;
    margin: 0 auto;
    padding-bottom: 120px;
}

.block.offres h2.titre {
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    position: relative;
    font-family: 'Optima';
    text-align: center;
    margin-bottom: 40px;
}

.block.offres .flex-center {
    margin-top: 60px;
}

.block.offres #slider-conciergerie {
    position: relative;
    padding: 0 60px;
}

.block.offres #slider-conciergerie .swiper-button-prev {
    left: 0;
    background: url('../images/svg/arrow-slider-prev.svg') no-repeat center;
}

.block.offres #slider-conciergerie .swiper-button-next {
    right: 0;
    background: url('../images/svg/arrow-slider-next.svg') no-repeat center;
}

.block.offres .swiper-slide {
    display: flex;
    justify-content: center;
    padding: 5px 0;
}

.block.offres .swiper-slide .offre {
    width: calc(100% - 10px);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.block.offres .swiper-slide .offre .image {
    width: 100%;
    display: flex;
}

.block.offres .swiper-slide .offre .image img {
    width: 100%;
}

.block.offres .swiper-slide .offre .contenu {
    padding: 40px 45px 70px;
    text-align: center;
}

.block.offres .swiper-slide .offre .contenu .titre-offre {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Optima';
    margin-bottom: 20px;
}

.block.offres .swiper-slide .offre .contenu .texte {
    font-size: 14px;
    line-height: 24px;
}

.block.offres .swiper-slide .offre .contenu .readmore {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-top: 25px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}

/*///////////////////////////////////////*/
/* ///// PARTENAIRES ACCUEIL ////////// */
/*/////////////////////////////////////*/
.view-id-partenaires.view-display-id-accueil {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-id-partenaires.view-display-id-accueil .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}

.view-id-partenaires.view-display-id-accueil .seo-text {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
    margin-bottom: 50px;
    max-width: 810px;
    text-align: center;
}

.view-id-partenaires.view-display-id-accueil .view-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

/*///////////////////////////////////////*/
/* ///// PAGE VIDEOS ////////////////// */
/*/////////////////////////////////////*/
.view-id-videos.view-display-id-page {
    width: 90%;
    max-width: 1360px;
    margin: 40px auto 0;
}

.view-id-videos.view-display-id-page .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.view-id-videos.view-display-id-page .view-content .views-row {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 25px;
    border: solid 2px #000;
}

.view-id-videos.view-display-id-page .view-content .views-row .titre {
    font-size: 18px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0 20px;
    background: #000;
}

/*///////////////////////////////////////*/
/* ///// CONTACT INFOS //////////////// */
/*/////////////////////////////////////*/
#block-pagecontact {
    width: 90%;
    max-width: 1640px;
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
}

#block-pagecontact #blockMap {
    min-height: 350px;
    width: 100%;
    max-width: 800px;
    margin-right: 40px;
}

#block-pagecontact .infos {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#block-pagecontact .infos .titre {
    font-size: 48px;
    line-height: 48px;
    font-family: 'Grand Hotel', cursive;
}

#block-pagecontact .infos .adresse {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
}

#block-pagecontact .infos .phone {
    font-weight: 700;
    color: #000;
    display: inline-block;
    margin-bottom: 30px;
}

/*///////////////////////////////////////*/
/* ///// CONTACT FORM ///////////////// */
/*/////////////////////////////////////*/

.contact-form {
    width: 90%;
    max-width: 1640px;
    margin: 40px auto 0;
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form form .field--type-list-string,
.contact-form form .field--type-string,
.contact-form form .field--type-email {
    width: 32%;
}

.contact-form form .field--type-string.field--name-field-effectif-contact {
    width: 100%;
}

.contact-form form .field--type-list-string .form-radios {
    display: flex;
    flex-wrap: wrap;
}

.contact-form form .field--type-list-string .form-radios .form-type-radio:not(:last-of-type) {
    margin-right: 40px;
}

.contact-form form .form-item {
    margin-bottom: 0;
}

.contact-form form label {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}

.contact-form form .field--type-string-long {
    width: 100%;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form select {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form textarea {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form .form-actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

/*CHECKBOX*/
input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=radio]:checked,
input[type=radio]:disabled:checked {
    background-color: #000;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
    border: 2px solid #C2C2C2;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 10px 0 0;
}

input[type=checkbox]:before,
input[type=radio]:before {
    font-family: 'Font Awesome 5 Free';
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -2px;
    font-weight: 700;
    border-radius: 0;
    padding-left: 0.5px;
    padding-top: 2px;
    text-align: center;
    background: #fff;
    font-size: 11px;
    color: #000;
    border: 3px solid #000;
    cursor: pointer;
    margin-left: -2px;
}

input[type=radio]:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type=radio]:checked:before {
    color: #000;
    content: "\f111";
}

input[type=checkbox]:checked:before {
    content: "";
    background: #000;
    outline: solid 3px #fff;
    outline-offset: -6px;
}

/*Captcha*/
.g-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

/*///////////////////////////////////////*/
/* ///// LISTE ALENTOURS ////////////// */
/*/////////////////////////////////////*/
#block-views-block-groupe-entreprise-block-1 {
    padding-top: 70px;
}

.view-alentours,
.view-groupe-entreprise {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
}

.view-alentours .view-content,
.view-groupe-entreprise .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.view-alentours .view-content .views-row,
.view-groupe-entreprise .view-content .views-row {
    width: 100%;
    max-width: 352px;
    margin: 15px 5px;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.view-alentours .view-content .views-row:hover,
.view-groupe-entreprise .view-content .views-row:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
}

.view-alentours .view-content .views-row .image,
.view-groupe-entreprise .view-content .views-row .image {
    height: 178px;
}

.view-alentours .view-content .views-row .contenu,
.view-groupe-entreprise .view-content .views-row .contenu {
    padding: 0 25px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-alentours .view-content .views-row .contenu .titre,
.view-groupe-entreprise .view-content .views-row .contenu .titre {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}

.view-alentours .view-content .views-row .contenu .resume,
.view-groupe-entreprise .view-content .views-row .contenu .resume {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 90px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.view-alentours .view-content .views-row .contenu .lire-la-suite,
.view-groupe-entreprise .view-content .views-row .contenu .lire-la-suite {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    text-decoration: underline;
}

/*///////////////////////////////////////*/
/* ///// LISTE ACTUALITES ///////////// */
/*/////////////////////////////////////*/

.block-views-blockactualites-accueil {
    background: transparent;
}

.view-actualites {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
}

.view-actualites.view-display-id-accueil {
    margin-top: -105px;
    position: relative;
    z-index: 10;
}

.view-actualites .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.view-actualites .view-content .views-row {
    width: 100%;
    max-width: 352px;
    margin: 15px 5px;
    text-decoration: none;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.view-actualites .view-content .views-row:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
}

.view-actualites .view-content .views-row .image {
    height: 178px;
}

.view-actualites .view-content .views-row .contenu {
    padding: 0 25px 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-actualites .view-content .views-row .contenu .date {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    z-index: 5;
    position: relative;
    padding: 0 30px;
    border-radius: 30px;
    margin-top: -10px;
    margin-bottom: 25px;
    background: #fff;
    letter-spacing: 1px;
}

.view-actualites .view-content .views-row .contenu .titre {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
    font-family: 'Optima';
}

.view-actualites .view-content .views-row .contenu .resume {
    font-size: 14px;
    line-height: 28px;
    color: #242424;
}

.view-actualites .view-content .views-row .contenu .lire-la-suite {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    text-decoration: underline;
}

.view-actualites.view-display-id-accueil .h2 {
    font-size: 56px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 60px;
    text-align: center;
    font-family: 'Grand Hotel', sans-serif;
}

.view-actualites.view-display-id-accueil .flex-center {
    margin-top: 70px;
}

/*///////////////////////////////////////*/
/* ///// AVIS ACCUEIL ///////////////// */
/*/////////////////////////////////////*/
#block-views-block-avis-home {
    position: relative;
    min-height: 900px;
    background: url('../images/interface/bg-avis-home.jpg') no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 60px;
}

#block-views-block-avis-home:after {
    content: '';
    position: absolute;
    height: 12px;
    right: 0;
    left: 0;
    bottom: -6px;
    z-index: 1002;
    background: url(../images/svg/corde-full.svg) no-repeat center;
    background-size: auto 100%;
}

.view-id-avis {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-id-avis.view-display-id-page {
    max-width: 1400px;
    padding-top: 0;
}

.view-id-avis h2 {
    font-size: 56px;
    line-height: 58px;
    color: #000;
    position: relative;
    margin-bottom: 80px;
    text-align: center;
    font-family: 'Grand Hotel', cursive;
}

.view-id-avis .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
    width: 100%;
}

.view-id-avis .view-content .views-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 352px;
    min-height: 277px;
    background: #fff;
    margin: 10px 20px;
    padding: 35px 25px 40px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.view-id-avis .view-content .views-row:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
}

.view-id-avis .view-content .views-row .note,
#zoom-avis .popup .note {
    margin-bottom: 20px;
    text-align: center;
}

.view-id-avis .view-content .views-row .texte {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 90px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#zoom-avis .popup .texte {
    font-size: 16px;
    line-height: 24px;
    color: #242424;
}

.view-id-avis .view-content .views-row .nom,
#zoom-avis .popup .nom {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #242424;
    margin-top: 20px;
    text-align: center;
}

#zoom-avis {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 15000;
    display: none;
    justify-content: center;
    align-items: center;
}

#zoom-avis .popup {
    width: 90%;
    max-width: 700px;
    background: #fff;
    padding: 40px 20px 20px;
    border-radius: 5px;
    position: relative;
}

#zoom-avis .popup .close-zoom {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url('../images/svg/cancel.svg') no-repeat center;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
}

#zoom-avis.active {
    display: flex;
}

/*///////////////////////////////////////*/
/* ///// PAGE DE CONTENU ////////////// */
/*/////////////////////////////////////*/

.node--type-contenu {
    width: 90%;
    max-width: 1640px;
    margin: 0 auto;
}

.node--type-chambre {
    width: 90%;
    max-width: 1364px;
    margin: 0 auto;
}

/*///////////////////////////////////////*/
/* ///// ACTU - OFFRE - ALENTOUR ////// */
/*/////////////////////////////////////*/
.bandeau-top {
    min-height: 260px;
    width: 100%;
    background: #ded3c5;
}

.node--commun {
    width: 90%;
    max-width: 1088px;
    margin: 0 auto;
}

.node--commun .translate-top {
    margin-top: -200px;
}

.image-top {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.node--commun h1 {
    font-size: 28px;
    line-height: 32px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'optima';
}

/*///////////////////////////////////////*/
/* ///// NODE CHAMBRE ///////////////// */
/*/////////////////////////////////////*/

.grid__item,
.grid__col-sizer {
    width: 49%;
}

.grid__gutter-sizer {
    width: 2%;
}

.node--type-chambre .grid__item {
    margin-bottom: 20px;
    float: left;
    display: flex;
    background: #EBEBEB;
    text-decoration: none;
}

.node--type-chambre .grid__item img {
    width: 100%;
}

.node--type-chambre .grid__item:hover {
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
    -o-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
}

/*///////////////////////////////////////*/
/* ///// MAP FOOTER /////////////////// */
/*/////////////////////////////////////*/
.region-map #blockMap {
    min-height: 570px;
}

.map-content {
    position: relative;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    width: 335px;
}

.leaflet-popup-content {
    margin: 15px 20px 40px !important;
}

.leaflet-popup-content .info-bulle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.leaflet-popup-content .info-bulle .adresse {
    font-size: 14px;
    line-height: 18px;
    color: #242424;
    margin: 10px 0;
}

.leaflet-popup-content .info-bulle .default-btn {
    margin-top: 10px;
}

/*///////////////////////////////////////*/
/* ///// TRIPTYQUE AUTRES PAGES /////// */
/*/////////////////////////////////////*/
#block-triptyqueautrespages {
    margin-top: 120px;
    position: relative;
}

/*///////////////////////////////////////*/
/* ///// FOOTER /////////////////////// */
/*/////////////////////////////////////*/

footer {
    clear: both;
    color: #fff;
    background: #000;
}

/*Contenu footer*/
#block-contenufooter {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.socials {
    padding: 8px 10px 6px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
}

.socials a {
    display: inline-block;
}

.socials a:hover {
    transform: scale(1.1);
}

.socials a:not(:last-of-type) {
    margin-right: 10px;
}

.socials a img {
    width: 32px;
    height: auto;
}

#block-contenufooter .menu-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

#block-contenufooter .menu-1 a {
    font-size: 20px;
    line-height: 33px;
    padding: 5px 40px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: 'Optima';
}

#block-contenufooter .menu-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#block-contenufooter .menu-2 a {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

/*Copyright*/
footer .gl-copy {
    padding: 20px 25px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

footer .gl-copy img {
    margin-bottom: -5px;
}

footer .gl-copy a {
    color: #fff;
}

/*///////////////////////////////////////*/
/* ///// MASQUAGE ADMIN MENU ////////// */
/*/////////////////////////////////////*/

#toolbar-administration {
    display: none;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
}

body,
.adminimal-admin-toolbar.toolbar-fixed.toolbar-vertical {
    padding: 0 !important;
}

#block-entrepriseetrecontacte {
    margin-bottom: 40px;
}

/*///////////////////////////////////////*/
/* // MISE EN PAGE PARAGRAPHES //////// */
/*/////////////////////////////////////*/
.intro-paragraphe {
    margin-bottom: 30px;
}
.paragraphes .para-item {
    margin-bottom: 30px;
}
.intro-paragraphe a,
.paragraphes .para-item:not(.para-item-bloc-contenu) a {
    color: #000;
}
.paragraphes .para-item h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.paragraphes .para-desc img {
    float: left;
    margin-right: 30px;
}

.paragraphes .para-item h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.paragraphes p {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
    margin-bottom: 20px;
}
.para-photo-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.para-photo-legende {
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 12px;
}
/*photo à droite*/
.pos-photo-3 .para-photos {
    float: right;
    max-width: 40%;
    margin: 20px 0 20px 2%;
}
/*photo à gauche*/
.pos-photo-4 .para-photos {
    float: left;
    max-width: 30%;
    margin: 20px 2% 20px 0;
}
/*photo en haut et en bas*/
.pos-photo-1 .para-photos,
.pos-photo-2 .para-photos{
    clear: both;
    width: 100%;
    margin: 20px 0;
}
.pos-photo-1 .para-photos:after,
.pos-photo-2 .para-photos:after{
    content: '';
    clear: both;
}
.pos-photo-1.nb-photos-1 .para-photos .para-photo,
.pos-photo-2.nb-photos-1 .para-photos .para-photo {
    max-width: 50%;
    margin: 0 auto;
}
.pos-photo-1.nb-photos-2 .para-photos .para-photo,
.pos-photo-2.nb-photos-2 .para-photos .para-photo {
    float: left;
    width: 47%;
    margin: 0 1.5%;
}
.pos-photo-1.nb-photos-3 .para-photos .para-photo,
.pos-photo-2.nb-photos-3 .para-photos .para-photo {
    float: left;
    width: 30%;
    margin: 0 1.5%;
}
.pos-photo-1.nb-photos-4 .para-photos .para-photo,
.pos-photo-2.nb-photos-4 .para-photos .para-photo,
.pos-photo-1.nb-photos-more .para-photos .para-photo,
.pos-photo-2.nb-photos-more .para-photos .para-photo{
    float: left;
    width: 22%;
    margin: 0 1.5%;
}
.pos-photo-1.nb-photos-more .para-photos .para-photo:nth-child(4n+1),
.pos-photo-2.nb-photos-more .para-photos .para-photo:nth-child(4n+1) {
    clear: both;
}

img[data-align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img[data-align="right"] {
    float: right;
}
 
img[data-align="left"] {
    float: left;
}

.paragraphes table {
    width: 100% !important;
}
.paragraphes table tr th {
    padding: 10px 25px;
    border: 1px solid rgba(0, 0, 0, .3);
    font-weight: 700;
    color: #000;
}
.paragraphes table tr th p {
    color: #000;
}
.paragraphes table tr td {
    padding: 10px 25px;
    border: 1px solid rgba(0, 0, 0, .3);
}
.paragraphes table {
    margin-bottom: 30px;
}
.intro-page ul,
.paragraphes ul {
    margin-bottom: 15px;
}
.intro-page ul li,
.paragraphes ul li {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
    padding-left: 15px;
}
.intro-page ul li {
    color: #000;
}
.intro-page ul li:before,
.paragraphes ul li:before {
    content: '• ';
    color: #333;
}

/*Début accordéon*/
.para-item-accordeon .elements {
    overflow: hidden;
    padding-top: 10px;
}
.para-item-accordeon .titre-elem {
    cursor: pointer;
    position: relative;
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #656565;
}
.para-item-accordeon .titre-elem:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    color: #d8d8d8;
    font-weight: 700;
}
.para-item-accordeon .titre-elem.active:after {
    content: "\f068";
}
.para-item-accordeon .texte-elem {
    max-height: 0;
    padding-left: 10px;
    overflow: hidden;
    line-height: 24px;
    color: #656565;
    text-align: justify;
}
.para-item-accordeon .texte-elem.active {
    max-height: 2000px;
    overflow: visible;
    margin-bottom: 20px;
}
/*Fin accordéon*/


/*Documents*/
.node--type-contenu .documents a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding-left: 55px;
    line-height: 40px;
    color: #707070;
    border-bottom: solid 1px #d8d8d8;
}

.node--type-contenu .documents a:last-of-type {
    border-bottom: none;
}

.node--type-contenu .documents a.type-xls {
    background: url('../images/svg/picto-xls.svg') no-repeat 17px center;
}

.node--type-contenu .documents a.type-doc {
    background: url('../images/svg/picto-doc.svg') no-repeat 17px center;
}

.node--type-contenu .documents a.type-ppt {
    background: url('../images/svg/picto-ppt.svg') no-repeat 17px center;
}

.node--type-contenu .documents a.type-pdf {
    background: url('../images/svg/picto-pdf.svg') no-repeat 17px center;
}