/**************************/


/********Contenido********/


/************************/


/*Posiciones*/

.p-relative {
    position: relative;
}


/*Banner con botón flotante*/

.floatBtn {
    position: absolute;
    top: 72%;
    margin: 0 auto !important;
    left: 0!important;
    right: 0 !important;
    width: 50% !important;
    text-align: center;
    text-transform: uppercase;
}

@media(max-width:768px) {
    .floatBtn {
        top: 76%;
    }
}

@media(max-width:425px) {
    .floatBtn {
        top: 75%;
        width: 70% !important;
    }
}

@media(max-width:320px) {
    .floatBtn {
        top: 80%;
        width: 70% !important;
    }
}

.fullBanner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: block;
}

.scrollup {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/VotreTheme9/themes/html/dynamicSpots/images/icono-subir.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    bottom: 3.5em;
    color: #fff;
    cursor: pointer;
    height: 33px;
    padding-bottom: 0.25em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 2.6em;
    position: fixed;
    right: 1.5em;
    width: 35px;
}


/*Menú principal*/

header.PageGirdle-header .MenuBar section {
    font-size: .833em!important
}

header.PageGirdle-header .MenuBar section h4 {
    color: #a99a6c;
}


/*Modo edición*/

.edit-mode .ibmDndColumn {
    min-height: 20px;
    border: 1px dashed #ccc;
    margin: auto;
}

.edit-mode .ibmDndColumn.hiddenWidgetsContainer {
    min-height: 0px;
    border: 0;
    margin: 0;
}

.edit-mode .ibmDndDropZonesActive {
    display: block;
    width: 100%;
    background: none;
}

.edit-mode .Modal {
    display: none;
}


/*Complementa Toolkit*/

@media (max-width: 46em) {
    .u-xs-block {
        display: block !important;
    }
    .u-xs-hidden {
        display: none !important;
    }
    .u-xs-inline {
        display: inline !important;
    }
    /**
   * 1. Fix for Firefox bug: an image styled `max-width:100%` within an
   * inline-block will display at its default size, and not limit its width to
   * 100% of an ancestral container.
   */
    .u-xs-inlineBlock {
        display: inline-block !important;
        max-width: 100%;
        /* 1 */
    }
}

#imgCountry img {
    height: auto;
    width: 30px;
    vertical-align: text-bottom;
}

@media (max-width: 768px) {
    span.title-line {
        display: block;
        text-align: center;
    }
}

.Masthead-logo{
	max-width: 35% !important;
}
.icon-leonisa-logo {
    display: inline-block;
    margin: 0 auto;
    background-image: url('../../DrizzleVotreThemePaises/css/images/logo-black-2020.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: /*115*/164px;
    height: /*19*/37px;
    margin: /*10*/0px auto 0px;
    background-position: center;
}

.sticky-banner {
    position: sticky;
    top: 3.583rem
}

.scroll-container {
    max-height: 70vh !important;
    overflow-y: scroll;
}

body.scrollnotView {
    overflow-y: hidden !important;
}

body.scrollView {
    overflow-y: auto !important;
}

@media (max-width:767px) {
    .scroll-container {
        max-height: none !important;
        overflow-y: hidden;
    }
    body.scrollnotView {
        overflow-y: auto !important;
    }
}

.footFixed {
    width: 100%;
}

.banner-container {
    max-height: 57vh !important;
}