
/*POPUP CSS*/

.popup-plugin-bottom-container:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.popup-plugin-bottom-container{
    width: 100%;
    padding: 10px;
    background: #1EB3EF;
    /*background: #FF6600;*/
    position: relative;
    display: none;
}

.preview{
	display: block;
}

.popup-bottom-bottom-edge{
	position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin: 0;
    padding: 5px;
}

.popup-bottom-bottom-edge--2{
    padding: 10px 5px 15px;
}

.popup-plugin-bottom-image{
    float: left;
    margin-right: 20px;
    align-self: center;
}

.popup-plugin-bottom-text{
	width: 905px;
	float: left;
    padding-left: 5px;
    padding-right: 10px;
	color: #ffffff;
    align-self: center;
}

.popup-plugin-bottom-text a,
.popup-plugin-bottom-text a:hover,
.popup-plugin-bottom-text a:visited
{
    font-weight: 600;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    margin: 0;
	line-height: 1.5em;
	font-family: "Open Sans";
}

.button-close-container-bottom{
	width: 20px;
  float: right;
  align-self: center;
  cursor: pointer;
	margin-right: 5px;
}

.button-close-container-bottom--2{
	width: auto;
	position: absolute;
	top: -29px;
	right: -5px;
	padding: 8px;
	background: #1EB3EF;
}

.button-close-container-bottom img{
	width: 25px;
	height: 25px;
}

.button-close-container-bottom--2 img{
	width: 13px;
	height: 13px;
}



/*NEW*/

.site-footer-plugin-bottom-inside {
    display: inline-block;
    width: 970px;
    display: table;
    margin: 0 auto;
}

.site-footer-plugin-bottom-inside-preview {
    display: inline-block;
    margin: 0 auto;
}

.popup-plugin-bottom-container-inside{
	width: 100%;
	height: 100%;
}

.site-footer-plugin-bottom-inside-container{
	display: flex;
	justify-content: center;
	height: auto!important;
}

#popup-bottom-plugin-container{
	display: none;
}

.preview-options{
    left: 25%;
}

/*POPUP CSS*/

.popup-plugin-container:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.popup-plugin-container{
	width: 310px;
	border: 2px solid #666666;
	padding: 10px;
	background: #ffffff;
	position: relative;
	display: none;
}

.preview{
	display: block;
}

.popup-bottom-edge{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 3;
	margin-bottom: 20px;
	margin-right: 20px;
}

.popup-plugin-image{
	float: left;
	height: 80px;
	width: 80px;
}

.popup-plugin-image img{
	height: auto;
	width: 80px;
}

.popup-plugin-text{
	float: left;
	width: 200px;
	padding-left: 10px;

}

.popup-plugin-text a{
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 14px;
	color: #ff6600;
	text-decoration: none;

}

.button-close{
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px;
	cursor: pointer;
}

/* CTA SUBSCRIPTOR */
.cta-subscriptor {
	/* background-color: #EEEEEE; */
	padding: 30px;
	overflow: hidden;
	/* border-top: 2px solid #FF6600; */
	font-family: 'Open Sans';
	font-size: 16px;
}

.cta-subscriptor strong {
	font-weight: bold;
}

.cta-subscriptor #titol_cta_subscriptor {
	font-size: 20px;
	margin: 25px 0;
	font-weight: bold;
}

.cta-subscriptor a {
	text-decoration: none;
}

.cta-subscriptor a:hover {
	text-decoration: underline;
}

#container_cta_subscriptor.cta-subscriptor #text_cta_subscriptor p{
	width: auto;
	margin-bottom: 25px;
	font-size: 16px;
}

.cta-subscriptor-btn {
	float: right;
	/* background-color: #ff6600; */
	padding: 10px;
	border-radius: 5px;
}

.cta-subscriptor-btn-mobile {
	margin-top: 15px;
}

.cta-subscriptor-btn a,
.cta-subscriptor-btn a:hover,
.cta-subscriptor-btn a:active,
.cta-subscriptor-btn a:visited
{
	color: white;
	font-size: 16px;
}

/* CTA SUBSCRIPTOR 2 */
.cta-subscriptor-2 {
	padding: 20px;
	overflow: hidden;
	font-family: "Times New Roman";
	font-size: 17px!important;
	margin-bottom: 35px;
}

.cta-subscriptor-2 strong {
	font-weight: bold;
}

.cta-subscriptor-2 #titol_cta_subscriptor {
	font-size: 17px;
	margin: 16px 0;
	font-weight: bold;
}

.cta-subscriptor-2 a {
	text-decoration: none;
}

.cta-subscriptor-2 a:hover {
	text-decoration: underline;
}

#container_cta_subscriptor.cta-subscriptor-2 #text_cta_subscriptor p{
	width: auto;
	margin-bottom: 0px;
	font-size: 16px;
}

.cta-subscriptor-2-btn {
	float: right;
	/* background-color: #ff6600; */
	padding: 10px;
	border-radius: 5px;
}

.cta-subscriptor-2-btn-mobile {
	margin-top: 15px;
}

.cta-subscriptor-2-btn a,
.cta-subscriptor-2-btn a:hover,
.cta-subscriptor-2-btn a:active,
.cta-subscriptor-2-btn a:visited
{
	color: white;
	font-size: 16px;
}

.vlw-banner-flotant {
    z-index: 5001;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.21);
    width: 990px;
}

.vlw-banner-flotant-off {
    height: 0px;
    width: 0px;
}

.vlw-partiallyHidden {
    transform: translate(0px, 50%);
}

.vlw-banner-flotant span {
    z-index: 100;
    border-top: 8px solid transparent;
    border-right: 8px solid #000;
    border-bottom: 8px solid transparent;
    top: 5px;
}

.vlw-container-banner-flotant {
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

.vlw-close-banner-button:before, .vlw-close-banner-button:after {
    background-color: #fff;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 16px;
    width: 2px;
}

.vlw-close-banner-button:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.vlw-close-banner-button:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.vlw-close-banner-button {
    right: -28px;
    padding: 0px;
    top: -1px;
    box-shadow: none;
    background-color: #000;
    border-radius: 0px;
    cursor: pointer;
    background-image: none;
    position: absolute;
    width: 28px;
    height: 28px;
    z-index: 10;
}

@media (max-width: 1024px) {
	.max1024\:vlw-banner-flotant-span {
		border-top: 8px solid transparent !important;
		border-right: 8px solid transparent !important;
		border-bottom: 8px solid transparent !important;
    }

    .max1024\:vlw-close-banner-button {
        right: 0px !important;
        padding: 0px !important;
        top: -28px !important;
        box-shadow: none !important;
        background-color: #ececec !important;
        border-radius: 0px !important;
        cursor: pointer;
        background-image: none !important;
        position: absolute;
        width: 28px;
        height: 28px;
        z-index: 10;
    }

    .max1024\:vlw-close-banner-button:before, .max1024\:vlw-close-banner-button:after {
        background-color: #1f1f1f;
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        height: 16px;
        width: 2px;
    }

    .max1024\:vlw-banner-flotant {
        z-index: 5001;
        -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.21);
        -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.21);
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.21);
        width: auto;
    }
}
