/* fonts */
@import url('https://fonts.googleapis.com/css?family=Amiri:400,700|Overpass:400,700,800|Roboto:400,500,700');

html {
    font-size: 100% !important;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?dhqw7k');
    src: url('../fonts/icomoon.eot?dhqw7k#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?dhqw7k') format('truetype'),
    url('../fonts/icomoon.woff?dhqw7k') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
*, *:active, *:focus {
    outline: none !important;
}
*/

.overpass {
    font-family: "Overpass";
}

.overpassBold {
    font-family: "Overpass";
    font-weight: bold;
}

.amiri {
    font-family: "Amiri";
}

.displayNone {
    display: none;
}

.socialNav {
    margin: 0 !important;
}

@media (min-width: 768px) {
    .no-padding-left {
        padding-left: 0;
    }
    .no-padding-right {
        padding-right: 0;
    }
}

.navItemAgenda a::before {
    content: url('/wp-content/themes/vivadavinci/assets/images/icon-agenda.svg');
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

.navItemCarte a::before {
    content: url('/wp-content/themes/vivadavinci/assets/images/icon-carte.svg');
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.navItemDigital {
background: #caaa65;
background: -moz-linear-gradient(left, #caaa65 0%, #8c576f 100%);
background: -webkit-linear-gradient(left, #caaa65 0%,#8c576f 100%);
background: linear-gradient(to right, #caaa65 0%,#8c576f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#caaa65', endColorstr='#8c576f',GradientType=1 );
margin: 0 156px 0 -50px !important;
width: 100%;
padding: 24px 10px !important;
}
.navItemDigital span {
opacity:0;
}
.navItemDigital a::before {
    content: url('/wp-content/themes/vivadavinci/assets/images/icon-digital.png');
    width: 225px;
    height: 51px;
    display: inline-block;
    position: absolute;
    left: 47px;
    top: 50%;
    transform: translateY(-50%);
}
.navItemDigital a::after {
    content: "";
	background-color:#fff;
    width: 0%;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 0;
	    transition: all 300ms ease;
}
.navItemDigital a:hover::after {
    width: 100%;
}

.navItemParcours a::before {
    content: url('/wp-content/themes/vivadavinci/assets/images/icon-parcours.svg');
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.navItemRecherche a::before {
    content: url('/wp-content/themes/vivadavinci/assets/images/icon-recherche.svg');
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.socialFB {
    width: 40px;
}

#blockTopFooter .socialFB {
    width: 70px;
    padding: 10px;
    text-align: center;
    height: 60px;
}

.socialFB a {
    position: relative;
    visibility: hidden;
    color: white;
    text-align: center;
    width: 50px;
    transition: all 300ms ease;
}

#blockTopFooter .socialFB a {
    color: #1c1c1c;
}

.socialFB a:after {
    visibility: visible;
    position: absolute;
    top: -1px;
    left: 0;
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    fill: white;
    font-size: 1.5rem;
    width: 40px;
    font-size: 2.3rem;
    transition: all 300ms ease;

}

.socialFB a:hover::after {
    color: #1C1C1C;
}

#blockTopFooter .socialFB a:hover::after {
    color: #cdb062;
}

.socialFB:nth-child(1) a:after {
    font-family: icomoon;
    content: "\e900";
    font-weight: 400;
}

.socialFB:nth-child(2) a:after {
    font-family: icomoon;
    content: "\e902";
    font-weight: 400;
}

.socialFB:nth-child(3) a:after {
    font-family: icomoon;
    content: "\e901";
    font-weight: 400;
}

.socialFB:nth-child(4) a:after {
    font-family: icomoon;
    content: "\e903";
    font-weight: 400;
}

.startContentFlex {
    display: flex;
    justify-content: start;
    align-items: center;
}

.centerContentFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.endContentFlex {
    display: flex;
    justify-content: end;
    align-items: center;
}

.classVisible {
    display: block;
}

.classNonVisible {
    display: none;
}

.nav-item a {
    padding: .5rem 1rem;
    display: block;
}

/* content */
body {
    position: relative;
}

aside#asideLeft {
    float: left;
    position: fixed;
    background: #121212;
    height: 100vh;
    z-index: 1500;
    width: 330px;
    transition: all 300ms ease;
    overflow: hidden;

}

aside#asideLeft {
    display: none !important;

}

@media (min-width: 1345px) {
    aside#asideLeft {
        display: block !important;

    }
}

body:not(.home) aside#asideLeft {
    width: 100px;

}

aside#asideLeft.sticky {
    width: 100px;
    border-right: 1px solid #222;
}

aside#asideLeft > div > a > img {
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 300ms ease;
    max-width: inherit !important;
    height: 145px;
    width: 225px;
}

#logoGauche {
    position: absolute;
    left: 45px;
    top: 30px;
    transition: all ease 300ms;
    z-index: 1501;
}

#logoGauche.logoNotHome {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-51%);
    z-index: 1000;

}

#logoGauche.logoNotHome a, #logoGauche.notNotHome a {
    width: 100%;
    height: 100%;
    display: block;
}

#logoGauche.logoNotHome img {
    width: 233px;
    height: 150px;

}

aside#asideLeft .quickLinks {
    list-style-type: none;
    position: absolute;
    margin: 0 0 0 50px;
    padding: 0;
    transition: all 300ms ease;
    top: 50%;
    transform: translateY(-50%);
}

aside#asideLeft .quickLinks.sticky, body:not(.home) aside#asideLeft .quickLinks {
    margin: 0 0 0 27px;
}

aside#asideLeft .quickLinks li {
    position: relative;
    margin: 15px 0;
    padding: 15px 0;
    transition: all 300ms ease;

}

aside#asideLeft .quickLinks li a {
}

aside#asideLeft .quickLinks li a:hover {
    text-decoration: none;
}

aside#asideLeft .quickLinks.sticky span, body:not(.home) aside#asideLeft .quickLinks span {
    opacity: 0;
    visibility: hidden;
}

.scaleImage {
    width: 90%;
}

.stickyLogo {
    opacity: 0;
    visibility: hidden;
}

aside#asideLeft .quickLinks li span {
    font-family: Overpass;
    padding-left: 55px;
    color: white;
    text-transform: none;
    transition: all 300ms ease;
    font-size: 1.1875rem;
    font-weight: 500;
    letter-spacing: -0.0125rem;
    white-space: nowrap;

}

aside#asideLeft .quickLinks li span.addHover::before {
    height: 2px;
    width: 0px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    content: '';
    top: 50%;
    left: 60px;
    transition: all 300ms ease;
    transform: translateY(-2px);
}

aside#asideLeft .quickLinks li a:hover span.addHover::before {
    width: 30px;
}

aside#asideLeft .quickLinks li a:hover span {
    padding-left: 105px;
}

aside#asideLeft .links {
    position: absolute;
    height: 100%;
    width: 100%;
}

.navThematique {
    display: none;
    position: fixed;
    top: 0;
    z-index: 200;
}

.navThematique .visible {
    background: #CDB062;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.navThematique .visible > div > div, .navThematique .visible > div > div > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}

.navThematique .visible > div > div > a:hover {
    text-decoration: underline;
}

.navThematique .nonVisible {
    background: black;
    opacity: 0.5;
    height: 100vh;
}

.navThematique .visible > div > div {
    padding: 25px;
}

/*** header ****/
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

@media (min-width: 992px) {
    header {
        position: relative;
        /*width:inherit;*/
    }
}

nav.navbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 15px 20px;
    background-color: #1C1C1C;
}

@media (min-width: 992px) {
    body.home nav.navbar {
        background-color: transparent;
    }
}

nav.navbar.navbar-light .navbar-brand {
    color: #fff;
    font-family: overpass;
    padding-top: 7px;
    font-weight: 700;
}

@media (min-width: 992px) {
    body.home nav.navbar.navbar-light .navbar-brand {
        display: none !important;
    }
}

.navbar-light .navbar-toggler {
    border: 0;
    background-color: transparent;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(/wp-content/themes/vivadavinci/assets/images/icon-menu.svg);
    background-size: 29px 22px;
}

@media (min-width: 1200px) {
    nav.navbar {
        background-color: transparent;
        padding: 30px;
		z-index: 999;
    }
}

.navbar-nav.mx-auto.text-center {
    margin: 30px auto;
}

@media (min-width: 1200px) {
    .navbar-nav.mx-auto.text-center {
        margin: 0px auto;
    }

    .nav.navbar-nav.flex-row.justify-content-center.flex-nowrap {
        width: 140px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav.mx-auto.text-center {
        padding-left: 140px;
    }
}

.nav.navbar-nav.flex-row.justify-content-center.flex-nowrap a {
    font-weight: 800;
    font-size: 0.9375rem;
    padding: 10px 12px 0;
}

.languages.nav.navbar-nav.flex-row.justify-content-center.flex-nowrap a {
    font-weight: normal;
    font-size: 0.9375rem;
    padding: 10px 5px 0;
}

.navbar-collapse ul li {
    padding-top: 10px;
    padding-bottom: 13px;
}

@media (min-width: 992px) {
    .navbar-collapse ul li {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left: 0px;

    }
}

.navbar-collapse ul.languages li {
    opacity: 0.5;

}

.navbar-collapse ul.languages li.active {
    opacity: 1;

}

.navbar-collapse ul.languages li a {
    font-weight: 700 !important;

}

.navbar-collapse ul.languages li.active a {
    position: relative;

}

.navbar-collapse ul.languages li.active a::after {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    content: "";
}

body .navbar-collapse ul li.homelink {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.home .navbar-collapse ul li.homelink {
        display: block;
    }
}

body:not(.home) .navbar-collapse ul li {
    padding-top: 10px;
    padding-bottom: 13px;
}

@media (min-width: 1200px) {
    body:not(.home) .navbar-collapse ul li {
        padding-top: 0px;
        padding-bottom: 0px;

    }
}

header.headerNotHome {
    background: url('/wp-content/uploads/2018/10/bg_event-1.jpg') center repeat-x;
    height: 110px;
    width: 100%;
    background-size: 100% 100%;
}

@media (min-width: 1200px) {
    header.headerNotHome {
        height: 200px;
    }
}

header.headerNotHome li a {
    color: white !important
}

nav.navbar li a {
    color: white !important;
    padding: 10px 16px 10px;
    font-family: Overpass;
    font-weight: 300;
    font-size: 1.1875rem;
    display: inline-block !important;
    transition: all 300ms ease;
}

nav.navbar li a:hover {
    text-decoration: none;
    color: #1c1c1c !important;
}
@media (max-width: 1199px) {
	nav.navbar li a:hover {
    color: #fff !important;
}
}

nav.navbar li.current-menu-item a {
    position: relative;
		background-color: #fff;
    line-height: 2rem;
    color: #121212 !important;
}


@media (min-width: 1600px) {
    main#main {
        position: relative;
        float: right;
        width: calc(100% - 100px);
    }
}

.clearFix {
    clear: both;
}

/*** main ****/
#leo {
    position: relative;
    background: url(/wp-content/themes/vivadavinci/assets/images/bg-home.jpg) no-repeat center bottom transparent;
    padding-bottom: 80px;
    padding-top: 50px;
}

@media (min-width: 992px) {
    #leo {
        height: 950px;
    }
}

@media (min-width: 1200px) {
    #leo {
        padding-top: 0px;
    }
}
@media (min-width: 1345px){
	    #leo {
		    padding-left: 330px;
			padding-top: 50px;
    }
}

.divFonce {
    position: absolute;
    top: -0;
    bottom: 0;
    left: -15px;
    width: 260px;
    background: #121212;
    z-index: 110;
}

#leo .socialNav {
    position: absolute;
    bottom: 150px;
    right: 40px;
    list-style-type: none;
    overflow: hidden;
}

@media (max-width: 1340px) {
    #leo .socialNav {
        bottom: 50px;
    }
}

#leo .socialNav li {
    color: white;
    padding: 15px 0;
    text-align: center;
}

#leo .socialNav li i::before {
    font-size: 1.5rem;
}

/* .rechercherEvent{
  margin-top:22%;
} */


.rechercherEvent{
    width: 850px;
    margin: auto;
}
@media (min-width: 1345px) and (max-width: 1600px) {
.rechercherEvent{
    width: 670px;
}
}
.home .rechercherEvent #zoneRecherche #themeRecherche, .home .rechercherEvent #zoneRecherche #deptRecherche, .home .rechercherEvent #zoneRecherche #dateRecherche{
    width: calc(33% - 30px);
    min-width: inherit;
}
@media (max-width: 991px) {
.rechercherEvent{
    width: 320px;
}
.home .rechercherEvent #zoneRecherche #themeRecherche, .home .rechercherEvent #zoneRecherche #deptRecherche, .home .rechercherEvent #zoneRecherche #dateRecherche{
    width: 100%;
}
}
	
.home .rechercherEvent #zoneRecherche #themeRecherche .multi-select-button, .home .rechercherEvent #zoneRecherche #deptRecherche .multi-select-button{
	background-color: transparent;
    padding: 0;
    margin: 6px 25px;
	letter-spacing:-0.035rem;
	line-height:1rem;
	white-space:inherit;
}

.home .rechercherEvent #zoneRecherche #themeRecherche .multi-select-container, .home .rechercherEvent #zoneRecherche #deptRecherche .multi-select-container{
	width:100%;
}
.home .rechercherEvent #zoneRecherche #themeRecherche .multi-select-menu, .home .rechercherEvent #zoneRecherche #deptRecherche .multi-select-menu{
	margin: 2px 0;
    width: 100% !important;
}
.home .rechercherEvent #zoneRecherche #themeRecherche .multi-select-menu label, .home .rechercherEvent #zoneRecherche #deptRecherche .multi-select-menu label{
	margin-left: 0;
    font-weight: 400;
    font-size: 1rem;
    padding: 8px 23px;
    white-space: normal;
}
.calendar-table{
	font-family:Roboto;
}
.calendar-table thead tr th{
    font-weight: bold;
    letter-spacing: -0.025rem;
}
.daterangepicker{
	border-radius:0 !important;
	    margin-top: 28px !important;
		box-shadow:		10px 10px 30px rgba(0, 0, 0, 0.2);
}
.daterangepicker button{
	border-radius:0 !important;
	border:0 !important;
	font-family:roboto;
}
.daterangepicker button.btn-default{
	background-color:#333;
}
.daterangepicker button.btn-primary{
	background-color:#cdb062;
}
.home .rechercherEvent #zoneRecherche #themeRecherche .multi-select-menu label::before, .home .rechercherEvent #zoneRecherche #deptRecherche .multi-select-menu label::before{
	display:none;
}
.home .rechercherEvent #zoneRecherche #dateRecherche .dateContainer #displayedDate{    
	top: 5px;
    position: absolute;
    display: block;
    left: 23px;
	font-family:roboto;
	letter-spacing: -0.035rem;
	line-height: 1.25rem;
	color:#495057;
}
.home .rechercherEvent #zoneRecherche #dateRecherche .dateContainer #dateFiltre{
	margin: 0;
    padding: 0;
    color: #fff !important;
}
#zoneRecherche {
    justify-content: center;
    align-items: center;
}

#zoneRecherche.row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 992px) {
    #zoneRecherche.row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

#zoneRecherche #themeRecherche, #zoneRecherche #dateRecherche, #zoneRecherche #deptRecherche {
    background: white;
    width: 100%;
}

@media (min-width: 992px) {
    #zoneRecherche #themeRecherche, #zoneRecherche #dateRecherche {
        width: 25%;
        min-width: 400px;
    }
}

#zoneRecherche #themeRecherche select, #zoneRecherche #dateRecherche select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background-image: url('/wp-content/uploads/2018/10/arrow_down.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-origin: content-box;
    padding: 0;
    height: inherit;
    border-radius: 0;
}

#zoneRecherche #themeRecherche select:active, #zoneRecherche #dateRecherche select:active, #zoneRecherche #themeRecherche select:focus, #zoneRecherche #dateRecherche select:focus {
    border: 0 !important;
    box-shadow: none !important;
}

div.fancy-select {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #46565D;
}

#titleArchive div.fancy-select {
    background-color: #e6e2dd;
    height: 65px;
    padding: 22px 60px 20px 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#titleArchive div.fancy-select div.trigger:after {
    transform: translateY(-50%);
    top: 50%;
}

#titleArchive div.fancy-select ul.options.open {
    top: 65px;
}

#titleArchive div.fancy-select ul.options {
    top: 65px;
}

div.fancy-select.disabled {
    opacity: 0.5;
}

div.fancy-select select:focus + div.trigger.open {
    box-shadow: none;
}

div.fancy-select div.trigger {
    text-transform: none;
    font-size: 1rem;
    font-weight: 400;
    font-family: roboto;
    margin: 0 25px;
    color: #495057;
    cursor: pointer;
}

div.fancy-select div.trigger:after {
    content: url(/wp-content/themes/vivadavinci/assets/images/select-arrow.svg);
    width: 31px;
    height: 18px;
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 100;
}

div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 151;
    overflow: auto;
    background: #fff;
    border-radius: 0;
    border-top: 1px solid #d2d2d2;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    /* -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; */
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;

}

div.fancy-select ul.options.open {
    visibility: visible;
    top: 50px;
    opacity: 1;

    /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
    /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 74px;
    border-top: 0;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: 10px -10px 30px rgba(0, 0, 0, 0.2);
    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {

    transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
    padding: 8px 25px;
    color: #767676;
    cursor: pointer;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 400;
    font-family: roboto;
    text-transform: none;

    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    margin-left: 0;
}

div.fancy-select ul.options li:first-child {
    margin-top: 12px;
}

div.fancy-select ul.options li:last-child {
    margin-bottom: 12px;
}

div.fancy-select ul.options li.selected {
    background: rgba(212, 178, 104, 0.6);
    color: rgba(255, 255, 255, 0.75);
}

div.fancy-select ul.options li.hover {
    color: #000;
    background-color: #e6e2dd;
}

#zoneRecherche #dateRecherche, #deptRecherche {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
    #zoneRecherche #dateRecherche, #zoneRecherche #deptRecherche {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        border-top: 0;
    }
}

#themeRecherche label, #dateRecherche label, #deptRecherche label {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    font-family: Overpass;
    font-weight: bold;
    margin: 0 25px;
    letter-spacing: -0.025rem;
}

#titleLeo {
    padding-top: 9.5%;
    text-align: center;
    margin-bottom: 2%;
    padding-left: 4%;
}

#titleLeo p {
    color: white;
    text-transform: uppercase;
    font-family: Overpass;
    position: relative;
    margin: 10px auto;
    letter-spacing: 0.05rem;
}

@media (min-width: 768px) {
    #titleLeo p {
        width: 50%;
    }
}

#titleLeo p.traitTitle {
    padding-top: 35px;
    font-size: 0.9375rem;
    font-weight: 700;

}

@media (min-width: 992px) {
    #titleLeo p.traitTitle:before {
        height: 2px;
        width: 15%;
        background-color: white;
        position: absolute;
        content: '';
        bottom: 90%;
        left: calc((100% - 8%) / 2);
        transform: translate(-50%, 0)
    }
}

#titleLeo p:last-child {
    line-height: 1.75rem;
    font-size: 1.72rem;
    letter-spacing: 0;
    font-weight: 800;
}

@media (min-width: 992px) {
    #titleLeo p:last-child {
        font-weight: 700;
        line-height: 1.5rem;
        font-size: 0.9375rem;
        letter-spacing: 0.05rem;
    }
}


#titleLeo h1 {
    color: white;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

#themeRecherche label:before, #dateRecherche label:before, #deptRecherche label:before{
    height: 2px;
    width: 20px;
    background-color: #1c1c1c;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);

}

#rechercherEvent {
    position: relative;
}

.arrowUp {
    width: 42px;
    display: block;
    margin: 0 auto -1px;
}

#themeRecherche, #dateRecherche, #deptRecherche, #validRecherche {
    display: flex;
    flex-direction: column;
    padding: 26px 0 25px;
    height: 100px;
}

#validRecherche {
    padding: 15px 0;
    height: inherit;
}

@media (min-width: 992px) {
    #validRecherche {
        padding: 26px 0 25px;
        height: 100px;
    }
}

#validRecherche, #validNewsletter {
    color: white;
    background: #cdb062;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 300ms ease;
}


@media (min-width: 992px) {
    #validRecherche, #validNewsletter {
        width: 90px;
    }
}

#validRecherche:hover, #validNewsletter:hover {
    background: #121212;
}

#validRecherche p, #validNewsletter p {
    margin-bottom: 0;
    font-family: overpass;
    font-size: 1.25rem;
    padding: 0;
    position: relative;
    line-height: 1.5rem;
}

#validRecherche p::after, #validNewsletter p::after {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    content: "";
}

#validRecherche p input{
    background: none;
    border: 0;
    font-size: 1.25rem;
    padding: 0;
    font-weight: 400;
}

#calendrier {
    background: #d5b169;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

@media (max-width: 1340px) {
    #calendrier {
        display: none !important;
    }
}

#calendrier form {
    display: flex;
}

#calendrier .chevron:first-child {
}

#calendrier .chevron, #calendrier .mois {
    padding: 20px;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    line-height: 1;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

#calendrier .mois {
    flex-direction: column;
}

.fa-chevron-right:before {
    content: url(/wp-content/themes/vivadavinci/assets/images/right-arrow.svg) !important;
    width: 19px;
    height: 31px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.fa-chevron-left:before {
    content: url(/wp-content/themes/vivadavinci/assets/images/left-arrow.svg) !important;
    width: 19px;
    height: 31px;
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

#calendrier .mois span:last-child {
    font-family: Amiri;
    font-weight: 700;
    font-size: 1.1em;
    font-style: italic;
    letter-spacing: -0.10rem;
}

#calendrier .mois span:first-child {
    font-family: Roboto;
    font-weight: bold;
    font-size: 1.1em;
}

#calendrier p.dot {
    font-size: 0.5em;
}

#calendrier p.numJourCalendrier, #calendrier p.dot {
    color: white;
}

#calendrier p.nomJourCalendrier {
    color: #6c5935;
}

#calendrier p.nomJourCalendrier, #calendrier p.numJourCalendrier, #calendrier p.dot {
    margin-bottom: inherit;
    width: 100%;
    text-align: center;
    z-index: 1;
}

#calendrier .jourCase {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #d8b36a;
    padding: 20px 0px;
    border-left: 1px solid #bc9b5a;
    position: relative;
    transition: all 1s ease-in-out;
    width: 27px !important;
    text-align: center;

}

#calendrier .jourCase:last-child {
    border-right: 1px solid #bc9b5a;

}

#calendrier .jourCase .evenementPresent {
    background-color: #bd9b5b;
    position: absolute;
    width: calc(100% - 2px);
    height: 6px;
    top: 0;
    left: 1px;

}

#calendrier .calendrier .first {
    position: relative;
}

#calendrier .calendrier .first::before {
    position: absolute;
    width: 150px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(189, 155, 91, 0) 0%, rgba(189, 155, 91, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(189, 155, 91, 0) 0%, rgba(189, 155, 91, 1) 100%);
    background: linear-gradient(to right, rgba(189, 155, 91, 0) 0%, rgba(189, 155, 91, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bd9b5b', endColorstr='#bd9b5b', GradientType=1);
    content: "";
    left: -150px;
    top: 0;
}

#calendrier .eventJour {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 100%;
    transition: all 300ms ease;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, .2);
    z-index: 100;
}

#calendrier .eventJour p {
    margin-bottom: inherit;
}

#calendrier .jourCase:hover .eventJour {
    opacity: 1;
    visibility: inherit;
}

#calendrier .jourCase .eventJour div {
    position: relative;
    width: 300px;
    height: auto;
    background: white;
    padding: 0px;
    z-index: 90;
}

#calendrier .jourCase:hover .eventJour > div::after {
    content: url("/wp-content/uploads/2018/10/submenu.svg");
    width: 42px;
    display: block;
    position: absolute;
    transform: rotate(180deg);
    top: 99%;
    left: calc((100% - 42px) / 2);
    right: 50%;
    z-index: 100;
    margin-top: -2%;
}

#calendrier .dateEvent {
    color: #fff;
    background-color: #121212;
    padding: 15px 25px 10px;
    text-align: left;
    font-family: overpass;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9375rem;
}

#calendrier .nomEvent {
    font-size: 1.75em;
    text-align: left;
    padding: 10px 25px;
    font-family: overpass;
    font-weight: bold;
    letter-spacing: -0.1rem;
}

#calendrier .fullFillCalendar {
    width: 120px;
}

#calendrier a {
    color: #212529;
    position: relative;
    display: block;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

#calendrier a.linkEvent::after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    top: 100%;
    background: #ccc;
    height: 1px;
}

#calendrier .nomEvent a.lastLink::after {
    all: unset;
}

#calendrier .linkAllEvents {
    color: white;
    background: #121212;
    padding: 22px 30px 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Overpass;
    font-size: .9375rem;
    transition: all 300ms ease;
    position: relative;
    border-radius: 0;
    margin: 20px 0px 10px !important;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
}

#calendrier .linkAllEvents:hover {
    background: #d5b169;
}

/** a l'affiche **/
#affiche {
    margin-top: 80px;
}

.trait {
    height: 50px;
    width: 2px;
    background-color: #1C1C1C;
    position: relative;
    left: 50%;
    content: '';
}

#affiche h1 {
    margin: 0 auto;
    font-family: amiri;
    font-weight: bold;
    font-size: 3.125em;
    letter-spacing: -0.051rem;
    line-height: 3rem;
}

.rowTitle {
    text-align: center;
}

.rowTitle p {
    position: relative;
    font-family: Overpass;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .9375rem;
    padding-top: 5px;
    color: #1C1C1C;
}

#afficheEvents {
    padding: 0;
}

.styleActivite {
    text-transform: uppercase;
    color: white;
    display: inline-block;
    padding: 4px 10px 0px;
    font-weight: 600;
    background: #d5b169;
    font-family: overpass;
    font-size: 0.9375rem;
    margin-right: 6px;
    margin-bottom: 6px;
}

#affiche .styleActivite {
    padding: 8px 10px 8px;
}

.eventDescription .styleActivite {
    margin-bottom: 20px;
}

.eventDescription h1 {
    font-weight: 900;
    font-style: normal;
    font-size: 2.8em;
    line-height: 1;
    letter-spacing: -0.15rem;
    position: relative;
    padding-top: inherit;
}

.eventDescription h1:before {
    /*height: 2px;
    width: 85px;
    background-color: #1C1C1C;
    position: absolute;
    content: '';
    top: 50%;
    left:-105px;
    transform: translateY(-5px);*/
}

#affiche .item h2 {
    padding: 7px 0 0px;
    font-weight: bold;
    font-family: Overpass;
    margin-top: 0;
    position: relative;
    line-height: 1;
    letter-spacing: -0.1rem;
    font-size: 1.75rem;
    font-weight: 800;
}

#affiche .item img:hover {
    outline: 5px solid;
}

.owl-carousel .owl-item {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .owl-carousel .owl-item {
        padding: inherit;
    }
}

#buttonAllEvent {
    align-self: center;
    padding-left: calc((100% - 75%) / 2);
}

.border {
    display: inline-block;
    position: relative;
    border: 0 !important;
    width: 100%;
}

.border .blackOverlay {
    background: rgba(28, 28, 28, .6);
    position: absolute;
    visibility: visible;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 300ms ease;
}

.border:hover .blackOverlay {
    background: rgba(28, 28, 28, 0);
}

.border::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 0 rgba(213, 176, 105, 1);
    transition: box-shadow .3s ease;
}

.border:hover::after {
    box-shadow: inset 0 0 0 10px rgba(213, 176, 105, 1)
}

.descriptionEvent {
    font-size: 1em;
    font-weight: lighter;
    font-family: Roboto;
    color: #666666;
    margin-bottom: 50px;
}

.styleTourisme {
    /* background:#f6989e; */
    font-family: Overpass;
}

.styleSortie {
    /* background:#2155a6; */
    font-family: Overpass;
}

.styleSpectacle {
    /* background:#64b697; */
    font-family: Overpass;
    font-weight: 600;
    font-size: 0.9375rem;
    letter-spacing: 0rem;
    margin-bottom: 12px;
}

#affiche .tousEvent {
    color: white;
    background: #121212;
    padding: 22px 30px 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Overpass;
    font-size: .9375rem;
    transition: all 300ms ease;
    position: relative;

}

#affiche .tousEvent::after {
    background: #d8b36a;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    transition: all 300ms ease;
}

#affiche .tousEvent:hover::after {
    width: 100%;

}

#affiche .tousEvent:hover {
    text-decoration: none;

}

#affiche .tousEvent span {
    z-index: 1;
    position: relative;
    transition: all 300ms ease;
}

.bottomAfficheDiv {
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;

}

.owl-prev, .owl-next {
    position: relative;
    border: none;
    color: white;
    font-size: 1.4em;
    background: #121212;
    padding: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 300ms ease;
}

#eventAssocie .owl-prev {
    margin-left: 0;
}

.owl-prev img, .owl-next img {
    width: 18px;
    height: 31px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.owl-prev img {
    transform: translate(-50%, -50%) rotate(180deg);
}

.owl-next img {
    transform: translate(-50%, -50%);
}

/* en un click */
#enUnClic {
    background-image: linear-gradient(to right, #e51e5f, #1a469d);
    margin-top: 50px;
}

@media (min-width: 1200px) {
    #enUnClic {
        margin-top: 100px;
    }
}

.backgroundGradient {
    background-image: linear-gradient(to right, #e51e5f, #1a469d);
}

#enUnClic span:first-child {
    display: block;
}

#unClicRow {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 60px 0;
}

@media (min-width: 1200px) {
    #unClicRow {
        padding: 80px 0;
    }
}

.thematiques {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: Overpass;
}

.thematiquesMenu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: Overpass;
}

.circleWhite {
    content: "";
    height: 50px;
    width: 50px;
    position: relative;
    background-color: #ffffffff;
    border-radius: 50%;
    display: inline-block;
}

.circleWhite img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* #enUnClic a{
  text-align:center;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color:white;
  font-weight:bold;
  font-family: Overpass;
} */
#categoriesUnClic {
    text-align: center;
    color: white;
    padding: 0;
    margin: 50px 0 0;
}

@media (min-width: 1200px) {
    #categoriesUnClic {
        margin: 0;
    }
}

#categoriesUnClic p {
    margin: 0 5px;
    display: inline-block;
}

#categoriesUnClic p a:hover {
    text-decoration: none;
}

#categoriesUnClic p a {
    color: white;
    position: relative;
}

#categoriesUnClic p a::after {

    position: absolute;
    height: 2px;
    width: 0%;
    background-color: #fff;
    bottom: 0;
    left: 0px;
    content: "";
    transition: all 300ms ease;
}

#categoriesUnClic p a:hover::after {
    width: 100%;
}

#categoriesUnClic p a.grosTexte {
    font-weight: bold;
    font-size: 2.1em;
}

#categoriesUnClic p a.moyenTexte {
    font-weight: bold;
    font-size: 1.8em;
}

#categoriesUnClic p i {
    font-weight: 800;
    opacity: .5;
    font-size: .5em;
    vertical-align: middle;
    padding-bottom: 5px;
}

#categoriesUnClic p:first-child:before {
    content: none;
}

#titleUnClic {
    color: white;
    font-family: Overpass;
    position: relative;
}

@media (min-width: 1200px) {
    #titleUnClic div {
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
    }
}

#titleUnClic span:first-child {
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 600;

}

@media (min-width: 1200px) {
    #titleUnClic span:first-child {
        padding-left: 40px;

    }
}

#titleUnClic span:last-child {
    font-size: 2em;
    display: block;
    font-weight: bold;
    font-family: Overpass;
    display: block;
    line-height: 1;
    margin-top: inherit;
}

#titleUnClic h3 {
    position: relative;
    display: inline-block;
    font-size: 2.4em;
    font-weight: 800;
    font-family: Overpass;
    margin-bottom: inherit;
    padding-top: inherit !important;
    letter-spacing: -0.1rem;
}

@media (min-width: 1200px) {
    #titleUnClic h3 {
        padding-left: 40px;
        word-break: break-word;
        line-height: 2.5rem;
    }
}

#titleUnClic h3:after {
    height: 2px;
    width: 80px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    content: '';
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);

}

@media (min-width: 1200px) and (max-width: 1900px) {
    #titleUnClic h3:after {
        display: none;

    }
}

@media (min-width: 1200px) {
    #titleUnClic h3:after {
        top: 50%;
        left: 110%;
        transform: translateX(0%);
        bottom: inherit;

    }
}

/* zoom sur */
.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.img-overflow {
    width: 100%;
    overflow: hidden;
}

#zoomSur {
    position: relative;

}

#zoomSur .owl-carousel .owl-stage {
    height: 100%;
}

#zoomSur .owl-carousel .owl-stage .no-gutters {
    height: 100%;
}

#zoomSur .owl-carousel .owl-item {
    overflow: hidden;
    height: 100%;
}

#zoomSur .owl-carousel .owl-item .imgItem {
    position: relative;
}

#zoomSur .owl-carousel .owl-item img {
    position: relative;
    width: calc(100% + 30px);
    margin: 0px -15px 0;
    max-width: initial;
}

@media (min-width: 992px) {
    #zoomSur .owl-carousel .owl-item img {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: auto;
        margin: inherit;
    }
}

#zoomSur .owl-stage-outer {
    background-color: #121212;

    background-size: cover;
}

@media (min-width: 992px) {
    #zoomSur .owl-stage-outer {
        height: 520px;
        background: url('/wp-content/themes/vivadavinci/assets/images/zoom_bg.jpg') no-repeat;
        background-position: left top;
    }
}

#zoomSur .zoomTexte {
    padding: 40px 20px 100px 20px;
    color: white;
    font-weight: bold;
}

@media (min-width: 768px) {
    #zoomSur .zoomTexte {
        padding: 40px 60px 100px 60px;
    }
}

@media (min-width: 992px) {
    #zoomSur .zoomTexte {
        padding: 70px 30px 100px 60px;
    }
}

@media (min-width: 1200px) {
    #zoomSur .zoomTexte {
        padding: 70px 80px 100px 200px;
    }
}

#zoomSur .zoomTexte .text-uppercase {
    font-family: Overpass;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .9375rem;
}

#zoomSur .zoomTexte p.styleActivite {
    font-family: Overpass;
    font-weight: 600;
    font-size: 0.9375rem;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    padding: 6px 10px 2px;
    background: #d5b169;
}

#zoomSur .zoomTexte h3 {
    font-size: 2.4em;
    font-weight: 800;
    font-family: Overpass;
    letter-spacing: -0.1rem;
    margin-top: 0;
    padding-top: 5px;
    line-height: 2.4rem;
    position: relative;
}

@media (min-width: 1200px) {
    #zoomSur .zoomTexte h3:before {
        height: 2px;
        left: -130px;
        top: 20px;
        width: 100px;
        background-color: rgba(255, 255, 255, 1);
        position: absolute;
        content: '';
    }
}

#zoomSur .zoomTexte a {
    color: black;
    padding: 22px 37px 19px;
    background: white;
    text-transform: uppercase;
    display: inline-block;
    font-size: .9375rem;
    font-family: Roboto;
    font-weight: bold;
    transition: all 300ms ease;
    position: relative
}

#zoomSur .zoomTexte a span {
    z-index: 2;
    position: relative;
    transition: all 300ms ease;
    font-family: overpass;
}

#zoomSur .zoomTexte a:hover {
    text-decoration: none;

}

#zoomSur .zoomTexte a:hover span {
    color: #fff;

}

#zoomSur .zoomTexte a::after {
    background: #d8b36a;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    transition: all 300ms ease;
}

#zoomSur .zoomTexte a:hover::after {
    width: 100%;
}

#zoomSur .zoomTexte p {
    margin-top: 5px;
    font-family: overpass;
    font-size: 1.125rem;
    font-weight: 400;
}

#navZoom {
    width: auto;
    z-index: 100;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

@media (min-width: 992px) {
    #navZoom {
        transform: translateX(198px);
    }
}

#navZoom.owl-dots button {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: inline-block;
}

#navZoom.owl-dots button.active span {
    opacity: 1;
    transform: scale(1.5);
}

#navZoom.owl-dots button span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    background: #fff;
    opacity: 0.5;
}

/* social wall */
#socialWall {
    margin-top: 60px;
}

@media (min-width: 768px) {
    #socialWall {
        margin-top: 100px;
    }
}

#socialWall .grid-item {
}

#socialWall .grid-item .text-wrapper {
    display: block !important;
    background-color: #f1eeea;
    padding: 15px;
}

#socialWall .grid-item .social-feed-element .attachment {
    margin: 0 !important;
    border-radius: 0px !important;
}

#socialWall .grid-item .social-feed-element p.social-feed-text {
    font-family: roboto;
    font-size: 1rem;
    color: #666 !important;
    line-height: 1.5rem;
    padding: 6px 15px;
}

#socialWall .grid-item .social-feed-element p.social-feed-text a.read-button {
    color: white;
    background: #121212;
    padding: 22px 30px 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Overpass;
    font-size: .9375rem;
    transition: all 300ms ease;
    position: relative;
    display: block !important;
    text-align: center;
    max-width: 170px;
    margin: 20px auto 10px;
    color: #fff !important;
}

#socialWall .grid-item .social-feed-element p.social-feed-text a.read-button::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

#socialWall .grid-item .social-feed-element p.social-feed-text a.read-button:hover {
    background: #d5b169;
}

#socialWall .grid-item .social-feed-element:hover {
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0px !important;
}

#socialWall .grid-item .social-feed-element .media-body {
    display: none;
}

#socialWall .grid-item .social-feed-element a {
    color: #1c53bf !important;
    text-decoration: underline !important;
}

#socialWall .row .socialColumn {
    flex-direction: column;
}

#socialWall.container div.row div.socialColumn div.socialItem {
    background: #e6e2dd;
    padding: 1px 10px 25px 10px;
    margin: 20px 3px;
}

#socialWall.container div.row div.socialColumn div.socialItem h4 {
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Overpass;
}

#socialWall.container div.row div.socialColumn div.socialItem p {
    font-size: .9em;
    font-family: roboto;
    color: #656462;
    line-height: 1rem;
    margin-bottom: 10px;
}

#socialWall.container div.row div.socialColumn div.socialItem h4, #socialWall.container div.row div.socialColumn div.socialItem p {
    display: inline;
}

#socialWall.container div.row div.socialColumn div.socialItem .divImgSW {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

#socialWall.container div.row div.socialColumn div.socialItem .divImgSW img {
    max-width: auto;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

#socialWall.container div.row div.socialColumn div.socialItem .textSW {
    width: 90%;
    margin: 15px auto;
}

#socialWall.container div.row div.socialColumn div.socialItem .shareDiv {
    width: 50%;
    margin: 0 auto;
    background: #121212;
    padding: 15px 20px;
    text-align: center;
    position: relative;
}

#socialWall.container div.row div.socialColumn div.socialItem .shareDiv a {
    color: white;
    position: relative;
    text-transform: uppercase;
    font-weight: 800;
    font-family: Overpass;

}

#socialWall.container div.row div.socialColumn div.socialItem .shareDiv a:after {
    content: url("/wp-content/uploads/2018/10/share.png");
    position: relative;
    top: 6px;
    left: 10px;
}

#socialWall > .row:not(.rowTitle) > div {
    column-gap: 0;
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;

}

@media (min-width: 768px) {
    #socialWall > .row:not(.rowTitle) > div {
        column-gap: 0;
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;

    }
}

@media (min-width: 992px) {
    #socialWall > .row:not(.rowTitle) > div {
        column-gap: 0;
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;

    }
}

/* partenaires */
#partenaires {
    margin-top: 100px;
    margin-bottom: 90px;
}

@media (min-width: 1200px) {
    #partenaires {
        margin-top: 60px;
    }
}

#partenaires .partenariat {
    text-align: center;
    margin-bottom: 5px;

}

#partenaires .partenariat span {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 0.75em;
    margin-bottom: 40px;
    font-family: Overpass;
    font-weight: 800;
    letter-spacing: 0;
    background-color: #fff;
    display: inline-block;
    margin: auto;
    padding: 0 20px;
    padding-top: 15px;

}

.rowTitle h1 {
    margin: 0 auto;
    font-family: amiri;
    font-weight: bold;
    font-size: 3.125em;
    letter-spacing: -0.051rem;
    line-height: 2.5rem;
}

#partenaires .partenariat:before {
    height: 50px;
    left: 50%;
    top: -66px;
    width: 2px;
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    content: '';
}

@media (min-width: 1200px) {
    #partenaires .partenariat:before {
        height: 2px;
        left: 0;
        top: 50%;
        width: 100%;
    }
}

#partenaires div.row:nth-child(2) {
    margin-bottom: 40px;
}

#partenaires > div.row:nth-child(2) > div, #partenaires > div.row:nth-child(3) > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#partenaires > .row > div {
    margin-bottom: 30px;
}

/* bloc top footer */
#blockTopFooter {
    background: #f1eeea;
    padding: 50px 0;
}

#blockTopFooter.noMargin {
    margin-top: 60px;
}

body.home #blockTopFooter.noMargin {
    margin-top: 0px;
}

#blockTopFooter form, #blockTopFooter form div.group, #blockTopFooter input[type="submit"], input[type="text"] {
    height: 100%;
}

#blockTopFooter form .group {
    margin-bottom: inherit;
    display: flex;
}

#blockTopFooter form input[type="text"] {
    line-height: 75px;
    height: 75px;
    border: none;
    padding-left: 25px;
    border-radius: 0;
    font-family: roboto;
    color: #767676;
    font-weight: 400;
}

#blockTopFooter form #validRecherche, #validNewsletter {
    width: auto;
    padding: 0 22px;
}

#blockTopFooter form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: roboto;
    color: #767676;
    font-weight: 400;
}

#blockTopFooter form input::-moz-placeholder { /* Firefox 19+ */
    font-family: roboto;
    color: #767676;
    font-weight: 400;
}

#blockTopFooter form input:-ms-input-placeholder { /* IE 10+ */
    font-family: roboto;
    color: #767676;
    font-weight: 400;
}

#blockTopFooter form input:-moz-placeholder { /* Firefox 18- */
    font-family: roboto;
    color: #767676;
    font-weight: 400;
}

#blockTopFooter ul {
    list-style-type: none;
    text-align: center;
    padding-top: 35px;
}

@media (min-width: 1200px) {
    #blockTopFooter ul {
        text-align: right;
        padding-top: 0px;
    }
}

#blockTopFooter li {
    padding: 10px;
    display: inline-block;
    margin-left: 5px;
}

.flexNewsletter {
    display: flex;
    flex-direction: column;
    align-self: end;
}

.flexNewsletter p {
    margin-bottom: inherit;
}

.flexNewsletter p:first-child {
    text-transform: uppercase;
    font-size: 0.9375rem;
    margin-bottom: 4px;
    font-family: Overpass;
    font-weight: 800;
    letter-spacing: 0;
    color: #212529;
}

.flexNewsletter p:nth-child(2) {
    margin: 0 0 20px 0;
    font-family: amiri;
    font-weight: bold;
    font-size: 3.125em;
    letter-spacing: -0.051rem;
    line-height: 2.5rem;
}

@media (min-width: 1200px) {
    .flexNewsletter p:nth-child(2) {
        margin: 0;
    }
}

.socialNav {
    font-size: 1.2em;
}

#mainFooter .socialNav {
    font-size: 1.4em;
}

/*** footer ****/
#mainFooter {
    background: #121212;
}

#mainFooter > .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

#mainFooter > .container > .row {
    margin-top: 35px;
}

#mainFooter > .container > .row > div:last-child {
    border-top: 1px solid #414141;
    padding-top: 40px;
    margin-top: 40px;
}

@media (min-width: 992px) {
    #mainFooter > .container > .row > div:last-child {
        padding-left: 50px;
        border-top: 0;
        padding-top: 0px;
        margin-top: 0px;
    }
}

#mainFooter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#mainFooter ul li {
    color: white;
    font-size: .8em;
    padding: 5px 0;
}

#mainFooter .nomRegion {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 2.25rem;
    font-family: overpass;
    letter-spacing: -0.1rem;
    padding-top: 15px;
    margin-bottom: 5px;
}

#mainFooter .sloganRegion {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    font-family: Overpass;
    font-size: 0.9375rem;
}

#mainFooter .borderFooter {
    border-top: 1px solid #414141;
    padding-top: 40px;
    margin-top: 40px;
}

@media (min-width: 992px) {
    #mainFooter .borderFooter {
        padding-left: 10px;
        border-left: 1px solid #414141;
        border-top: 0;
        padding-top: 0px;
        margin-top: 0px;
    }

    #mainFooter div:nth-child(2) ul, #mainFooter div:nth-child(3) ul {
        margin-left: 15px
    }
}

@media (min-width: 1200px) {
    #mainFooter .borderFooter {
        padding-left: 40px;
    }
}

#mainFooter ul li.textGold a, #mainFooter ul li.textGold {
    color: #cdb062;
    text-transform: uppercase;
    padding: 0px 0 10px;
    font-family: Overpass;
    font-weight: bold;
    font-size: 1em;
}

#mainFooter ul li a {
    color: white;
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.1em
}

#mainFooter ul li.nomRegion a {
    font-weight: 700;
    font-family: Overpass;
}

#mainFooter .realisation {
    color: #fff;
    font-family: roboto;
    font-size: 0.9375rem;
    margin-top: 43px;
    border-top: 1px solid #414141;
    width: 100%;
    padding-top: 25px;
}

#mainFooter .realisation a {
    color: #fff;
    transition: all .3s ease;
    text-decoration: underline;
}

/* breadcrumbs */
#breadcrumbs {
    padding: 22px 0 22px 50px;
    list-style: none;
    margin: 0;
    overflow: hidden;
}

#breadcrumbs ul {
    margin-bottom: 0;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-family: overpass;
    color: #1C1C1C;
    text-transform: uppercase;
    font-size: 0.9375rem;
    margin-left: 0;
}

#breadcrumbs li a {
    font-size: 1em;
    font-weight: lighter;
    font-family: Roboto;
    color: #666666;
    text-transform: none;
    text-decoration: underline;
    transition: all 300ms ease;
}

#breadcrumbs li a:hover {
    opacity: 0.5;
}

#breadcrumbs .separator {
    content: url('/wp-content/themes/vivadavinci/assets/images/breadcrumb-arrow.svg');
    width: 10px;
    height: 14px;

}

#breadcrumbs li strong {
    margin: 4px 0px 0px 0;
    display: inline-block;
}

/* event */
#event, #contenu {
    margin-top: 180px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    #event, #contenu {
        margin-top: 80px;
    }
}

.rowTitle.carousel-title-programmation {
  padding-top: 5em;
  border-top: 1px solid #eee;
  margin: 0 5px;
}

.lieuEvent, #breadcrumbs {
    background: #e6e2dd
}

#asideEvent {
    width: 100%;
    margin-top: 40px;
}

@media (min-width: 992px) {
    #asideEvent {
        padding-left: 0;
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .arrowAchat {
        margin-left: 13px;
    }

}

.achatBilletEvent {
    padding: 38px 30px;
    color: white;
    display: flex;
    align-items: center
}

.achatBilletEvent .arrowAchat img {
}

.achatBilletEvent p {
    letter-spacing: -1px;
}

.achatBilletEvent .acheterBillet {
    margin-left: 28px;
    margin-top: 5px;
}

.achatBilletEvent .acheterBillet p:first-child {
    font-size: 2.6em;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}

.achatBilletEvent .acheterBillet p:nth-child(2) {
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    font-family: overpass;
    font-size: 0.9375rem;
    letter-spacing: -0.015rem;
}

.preparerVisite {

}

.lieuEvent {
    padding: 50px 43px;
}

.lieuEvent p {
    font-family: roboto;
}

.lieuEvent > p {
    font-weight: 800;
    font-family: Overpass;
    font-size: 1.7em;
    letter-spacing: -2px;
}

.lieuEvent .horaireEvent {
    margin-bottom: 20px;
}

.lieuEvent p.bgBlack {
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: uppercase;
    background: #1C1C1C;
    padding: 4px 10px 0px;
    color: white;
    display: inline-block;
    margin-top: 19px;
    font-family: overpass;
    margin-bottom: 10px;
}

.lieuEventTel, .lieuEventAdresse {
    color: #757474;
}

#asideEvent > div > p {
    margin: inherit;
    line-height: 1.5rem;

}

.lieuEventNom, .lieuEventAdresse, .lieuEventTel {
    margin: 0 !important;
}

@media (min-width: 992px) {
    .eventDescription {
        padding-right: 60px;
    }
}

.infoEvent {
    margin-top: 13px;
    margin-bottom: 25px;
    padding-left: 8px;
    font-weight: 800;
}

.divThumbnail {
    transform: translate(-5%, 5%);
}

.infoEvent > div:nth-child(2) {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .infoEvent > div:nth-child(2) {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .infoEvent > div:nth-child(2) img {
        margin-left: 15px;
    }
}

.infoEvent img {
    margin-right: 10px;
    width: 28px;
}

.infoEvent .startContentFlex {
    font-family: overpass;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1rem;
    font-size: 0.9375rem;
}

@media (min-width: 992px) {
    .infoEvent .startContentFlex:first-child {
        border-right: 1px solid #d2d2d2;
    }
}

.partageRS {
    padding: 20px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    line-height: 1.5em;
    margin-top: 30px;
}

.partageRS a {
    color: #1C1C1C;
    transition: all 300ms ease;
}

.partageRS a:hover {
    color: #ed1c5c;
}

.partageRS p {
    margin: 0;
    font-size: 0.9375rem;
    font-family: overpass;
    font-weight: 800;
}

.partageRS p i {
    margin-left: 3px;
    font-size: 1.5em;
    transform: translateY(8px);
    margin-top: -10px;

}

.partageRS .fa-facebook-f:before, .partageRS .fa-facebook:before {
    font-family: icomoon;
    content: "\e900";
    font-size: 2.3rem;
    font-weight: 400;
}

.partageRS .fa-twitter-f:before, .partageRS .fa-twitter:before {
    font-family: icomoon;
    content: "\e902";
    font-size: 2.3rem;
    font-weight: 400;
}

.partageRS .fa-instagram-f:before, .partageRS .fa-instagram:before {
    font-family: icomoon;
    content: "\e901";
    font-size: 2.3rem;
    font-weight: 400;
}

#event article, #lieu article {
    margin-top: 10px;
    padding: 10px 0 10px 10px;
    line-height: 1.7em;
}

#containerBandeauAchat {
    margin-top: 30px;
}

#bandeauAchat {
    padding: 50px 0;
    margin-top: 85px;
}

#bandeauAchat > div {
    margin: 10px 0;
}

#bandeauAchat .divDateBillet input, #bandeauAchat .divTypeTarif select {
    border: none;
    background: white;
    height: 60px;
    border-radius: 0;
}

.submitAchat {
    display: inline-block;
    padding: 0;
}

.submitAchat p {
    background-color: inherit !important;
    /* border: 1px solid; */
    text-align: left;
    padding: 3px 0 !important;
    font-size: 1.3em !important;
    text-decoration: none;
    position: relative;
    font-weight: 400 !important;
    font-family: overpass;
    position: relative;
}

.submitAchat p::after {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    content: "";
}

#bandeauAchat p {
    margin: 0;
    color: white;
}

#bandeauAchat > div:first-child {
    line-height: 1;
}

#bandeauAchat p:first-child {
    font-size: 2.2em;
    line-height: 1;
    letter-spacing: -0.1rem;
}

#bandeauAchat p:nth-child(2) {
    text-transform: uppercase;
    font-size: 0.9375rem;
}

#bandeauAchat .divTypeTarif select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background-image: url(/wp-content/themes/vivadavinci/assets/images/select-arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 31px;
    font-family: roboto;
}

select#filtreTheme {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background-image: url(/wp-content/themes/vivadavinci/assets/images/select-arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 31px;
    font-family: roboto;
    background-color: #e6e2dd;
    border-radius: 0;
    padding: 10px 25px;
    height: 60px;
    width: 270px;
    float: left;
}

#bandeauAchat .divDateBillet input {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background-image: url('/wp-content/themes/vivadavinci/assets/images/calendar.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 19px;
    font-family: roboto;
}

.corpsEvent {
    color: #848484;
    margin-bottom: 30px;
}

#eventAssocie {
    margin: 90px 0;
}

#eventAssocie h2 {
    padding-top: 10px;
}

.openStreetMap {
    z-index: 10;
    position: relative;
    height: 285px;
}

.owl-carousel .item a {
    color: #1C1C1C;

    padding: 15px 0 0px;
    font-family: Overpass;
    margin-top: 10px;
    position: relative;
    line-height: 1;
    letter-spacing: -0.025rem;
    font-size: 1.75rem;
    font-weight: 800;
}

.owl-carousel .item a:hover {
    text-decoration: none;
}

.owl-next:hover, .owl-prev:hover {
    background: #d8b36a;
}

.owl-next:focus, .owl-prev:focus {
    background: #121212;
}

.filtresAssocies {
    margin-bottom: 40px;
    margin-top: 20px;
}

.filtresAssocies a {
    background: #f1eeea;
    text-transform: uppercase;
    font-family: Overpass;
    font-weight: bold;
    padding: 20px 40px 15px;
    color: black;
    margin: 0 10px;
    font-size: .9375rem;
}

.filtresAssocies svg {
    fill: black;
    vertical-align: middle;
}

.filtresAssocies a, .filtresAssocies svg {
    transition: all ease-in-out 500ms;
}

.filtresAssocies a:hover {
    text-decoration: none;
}

.filtresAssocies a:hover {
    background: black;
    color: white;
}

.filtresAssocies a:hover svg {
    fill: white;
}

.owl-lieu {
    position: relative;
}

#lieu {
    margin-top: 80px;
    margin-bottom: 40px;
}

#lieu .bottomAfficheDiv {
    position: absolute;
    z-index: 10;
    margin-top: inherit;
    top: calc((100% - 50px) / 2);
    left: 0;
    right: 0;
}

#lieu .bottomAfficheDiv #navSliderLieu {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.enteteLieuImg, .enteteEventImg {
    overflow: hidden;
    position: relative;
    background-color: #121212;
    max-height: 265px;
}

.enteteLieuImg img, .enteteEventImg img {
    width: 100%;
    height: auto;
    opacity: 0.6;
}

.enteteEvent {
    margin-top: 15px;
    font-size: 1.125rem;
}

.corpsEvent {
    line-height: 1.8;
    font-family: roboto;
}

.corpsEvent .imageEvenementContent {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 340px;
}

.corpsEvent strong, .corpsEvent b {
    color: #1C1C1C;
}

.corpsEvent > img.large, .corpsEvent > figure, .corpsEvent iframe.large {
    max-width: inherit;
    width: calc(100% + 100px) !important;
    transform: translateX(-100px);
    margin-top: 40px;
    margin-bottom: 20px;
}

figure.wp-caption {
    margin-top: 40px;
    margin-bottom: 50px;
}

figure.wp-caption.alignleft {
    margin-right: 50px;
}

figure.wp-caption figcaption {
    font-style: normal;
    font-family: roboto;
    text-align: center;
    background-color: #121212;
    padding: 15px;
    margin: 0 !important;
    font-size: 0.9375rem;
    font-style: italic;
    color: #fff;
    font-weight: normal;

}

@media (min-width: 1200px) {
    .sliderLieu {
        transform: translate(-5%, 5%);
    }
}

#lieu .bottomAfficheDiv #navSliderLieu .owl-next {
    margin-right: -10px;
}

#lieu .bottomAfficheDiv #navSliderLieu .owl-prev {
    margin-left: -10px;
}

/* liste custom post type */

#customPostTypeArchive #titleArchive {
    padding-top: 140px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    #customPostTypeArchive #titleArchive {
        padding-top: 80px;
    }
}

#customPostTypeArchive #titleArchive h1 {
    font-weight: 900;
    font-style: normal;
    font-size: 2.8em;
    line-height: 1;
    letter-spacing: -0.15rem;
}

#filtreListeEvent input, #filtreListeEvent select {
    margin-right: 10px;
    background-color: #e6e2dd;
    border-radius: 0;
    border: 0;
    padding: 14px 17px;
    color: #495057;
    height: 65px;
    margin-bottom: 10px;
}

#filtreListeEvent input {
    color: #495057;
    cursor: pointer;
}

#filtreListeEvent input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #495057;
}

#filtreListeEvent input::-moz-placeholder { /* Firefox 19+ */
    color: #495057;
}

#filtreListeEvent input:-ms-input-placeholder { /* IE 10+ */
    color: #495057;
}

#filtreListeEvent input:-moz-placeholder { /* Firefox 18- */
    color: #495057;
}

#filtreListeEvent input:focus, #filtreListeEvent :focus {
    box-shadow: none;
}

#filtreListeEvent input[type="submit"] {
    background-color: #121212;
    font-family: overpass;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #fff;
    text-transform: uppercase;
}

#listeCustomPost .imageEvt {
    margin-bottom: 20px;
}

#listeCustomPost h2 {
    color: #1C1C1C;
    padding: 5px 0 0px;
    font-weight: bold;
    font-family: Overpass;
    margin-top: 0px;
    position: relative;
    line-height: 1;
    letter-spacing: -0.1rem;
    font-size: 1.45rem;
    font-weight: 800;
}

#listeCustomPost p.datePost, #afficheEvents p.datePost {
    color: #121212;
    font-family: overpass;
    font-weight: 800;
    letter-spacing: -0.025rem;
    margin: 0;
    padding: 0;
}

#afficheEvents p.datePost {
    color: #121212;
    font-family: overpass;
    font-weight: 800;
    letter-spacing: -0.025rem;
    margin: 20px 0 2px;
    padding: 0;
    font-size: 1rem;
}

#listeCustomPost a:hover {
    text-decoration: none;
}

.navigation.pagination {
    float: none !important;
}

.navigation.pagination a.page-numbers {
    text-decoration: none;
}

.next.page-numbers:hover, .prev.page-numbers:hover {
    background: #cdb062;
}

.navigation.pagination {
    width: 100%;
    margin-top: 30px;
    padding-top: 40px;
}

.navigation.pagination .nav-links {
    margin: auto;
    width: 80%;
}

.navigation.pagination .page-numbers:not(.prev) {
    padding: 20px;
}

.navigation.pagination a.page-numbers {
    font-family: overpass;
    font-size: 1rem;
    color: #1C1C1C;
}

.navigation.pagination span.page-numbers {
    font-family: overpass;
    font-size: 1rem;
    color: #ed1c5c;
}

.navigation.pagination a.next.page-numbers, .navigation.pagination a.prev.page-numbers {
    color: white;
    background: #121212;
    padding: 22px 30px 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Overpass;
    font-size: .9375rem;
    transition: all 300ms ease;
    position: relative;
    border-radius: 0;
    margin: 0 40px;
}

.navigation.pagination a.next.page-numbers:hover, .navigation.pagination a.prev.page-numbers:hover {
    background-color: #ed1c5c;
}

/* Page de contact */
body.page:not(.vivadavinci-front-page) .entry-header, body.single:not(.vivadavinci-front-page) .entry-header {
    padding-bottom: 0px;
}

body.page:not(.vivadavinci-front-page) .entry-header, body.search:not(.vivadavinci-front-page) .entry-header, body.single:not(.vivadavinci-front-page) .entry-header {

}

body.page:not(.vivadavinci-front-page) .entry-header, body.search:not(.vivadavinci-front-page) .entry-header {

}

body.search:not(.vivadavinci-front-page) .entry-header h1.entry-title {
    text-transform: uppercase;
    font-size: 0.9375rem;
    margin-bottom: 4px;
    font-family: Overpass;
    font-weight: 800;
    letter-spacing: 0;
    color: #212529;

}

body.page:not(.vivadavinci-front-page) .entry-header h1.entry-title, body.search:not(.vivadavinci-front-page) .entry-header h1.entry-title span, body.single:not(.vivadavinci-front-page) .entry-header h1.entry-title {
    font-family: overpass;
    font-weight: 900;
    font-style: normal;
    font-size: 2.8em;
    line-height: 1;
    letter-spacing: -0.15rem;
    text-transform: none;
    color: #1C1C1C;
    display: block;
    text-transform: uppercase;
}

body.page:not(.vivadavinci-front-page):not(.page-template-page-bookings) form label {
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-family: Overpass;
    font-weight: 800;
    letter-spacing: 0;
    color: #1C1C1C;
    margin-bottom: 40px;
    display: block;
}

body.page:not(.vivadavinci-front-page) form label span input, body.page:not(.vivadavinci-front-page) form label span textarea {
    border-radius: 0;
    padding: 20px;
    color: #666666;
    font-family: roboto;
    font-size: 1rem;
    margin-top: 5px;
    transition: all 300ms ease;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #e6e2dd !important;
    background-image: none !important;
    color: #666666 !important;
}

body.page:not(.vivadavinci-front-page) p.contenu {
    color: #666666;
    font-family: roboto;
    font-size: 1rem;
}

body.page:not(.vivadavinci-front-page) input[type="submit"] {
    color: white;
    background: #121212;
    padding: 22px 30px 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Overpass;
    font-size: .9375rem;
    transition: all 300ms ease;
    position: relative;

}

body.page:not(.vivadavinci-front-page) input[type="submit"]:hover {
    background: #d8b36a;

}

/* Recherche */
#rechercher_content {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, 0.8);
    z-index: 10000;
    transition: ease all 300ms;
    pointer-events: none;
}

#rechercher_content.open {
    opacity: 1;
    pointer-events: inherit;
}

#rechercher_content form {
}

#rechercher_content form.search-form {
    position: absolute;

    top: 50%;

    left: 50%;
    height: 100px;
    transform: translate(-50%, -50%);
    width: 600px;
    background: #FFF;
    max-width: 100%;
}

#rechercher_content form.search-form input {
    background-color: transparent;
    border: 0;
    color: #121212;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: normal;
    width: calc(100% - 100px);
    padding: 0 100px 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    font-family: 'Overpass', sans-serif !important;
    letter-spacing: -0.152rem;

}

#rechercher_content form.search-form label {
    margin: 0;
}

#rechercher_content form.search-form input::placeholder {
    color: #121212;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: none;
    font-family: 'Overpass', sans-serif !important;
    letter-spacing: -0.152rem;
}

#rechercher_content form.search-form input:-ms-input-placeholder {
    color: #121212;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: none;
    font-family: 'Overpass', sans-serif !important;
    letter-spacing: -0.152rem;
}

#rechercher_content form.search-form input::-ms-input-placeholder {
    color: #121212;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: none;
    font-family: 'Overpass', sans-serif !important;
    letter-spacing: -0.152rem;
}

#rechercher_content form.search-form button {
    margin: auto;
    border: 0;
    background-color: #cdb062;
    width: 100px;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0;
    font-family: overpass;
    font-size: 1.25rem;
    padding: 0;
    font-weight: 500;
    line-height: 1.5rem;
}

#rechercher_content form.search-form button::after {
    position: absolute;
    height: 2px;
    width: 25px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, 10px);
}


#rechercher_content a.rechercher_fermer {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 1rem;
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
}

body.search .entry-content article {
    background-color: #f1eeea;
    padding: 40px;
    margin-bottom: 30px;
}

body.search .entry-content article .entry-header {
    padding-bottom: 0;
    position: relative;
    z-index: 1;

}

body.search .entry-content article .entry-header h2 {
    font-weight: bold;
    font-family: Overpass;
    line-height: 1;
    letter-spacing: -0.1rem;
    font-size: 1.75rem;
    font-weight: 800;

}

body.search .entry-content article h2 a {
    box-shadow: none;
}

body.search .entry-content article .entry-summary {
}

body.search .entry-content article .entry-summary p {
    color: #666;
    font-size: 1rem;
    font-family: roboto;
}

body.search .entry-content article .entry-summary p.link-more {
    display: none;
}

body.page .entry-content p, body.single .entry-content p {
    font-family: roboto;
    color: #666;
    font-size: 1rem;
}

body.page .entry-content h2, body.single .entry-content h2 {
    background-color: #121212;
    color: #fff;
    padding: 21px 16px 14px;
    font-family: overpass;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    display: inline-block;
    line-height: 1.8rem;
    letter-spacing: -0.05rem;
    margin-bottom: 20px;
}

/* Editeur */
body.page .entry-content .chapeau p, body.single .entry-content .chapeau p {
    font-family: "Overpass";
    font-weight: bold;
    font-size: 1.125rem;
    color: #212529;
    line-height: 1.5rem;
}

body.page .entry-content .encartrose, body.single .entry-content .encartrose {
    font-family: overpass;
    font-weight: 800;
    font-size: 1.5rem;
    border-top: 3px solid #ec1c5d;
    border-bottom: 3px solid #ec1c5d;
    display: block;
    padding: 21px 120px;
    text-align: center;
    margin: 40px auto;
    line-height: 1.75rem;
    color: #ec1c5d;
}

body.page .entry-content .encartrose p, body.single .entry-content .encartrose p {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    margin-bottom: 0rem;
}

body.page .entry-content .encartfondrose, body.single .entry-content .encartfondrose {
    font-family: overpass;
    font-weight: 800;
    font-size: 1.5rem;
    background-color: #ec1c5d;
    display: block;
    padding: 40px 70px;
    text-align: center;
    margin: 40px auto;
    line-height: 1.75rem;
    color: #fff;
}

body.page .entry-content .encartfondrose p, body.single .entry-content .encartfondrose p {
    color: #fff;
    font-size: inherit;
    text-align: left;
    margin-bottom: 20px;
}

body.page .entry-content strong, body.single .entry-content strong {
    color: #121212;
}

body.page .entry-content .encartfondrose li, body.single .entry-content .encartfondrose li {
    font-size: 1rem;
    font-weight: 400;
    font-family: roboto;
    text-align: left;
    margin-left: 50px;
    color: #fff;
}

.focus {
    color: #ec1c5d;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

body.page .entry-content ul, body.single .entry-content ul {
}

body.page .entry-content ul li, body.single .entry-content ul li {
    font-family: roboto;
    font-size: 1rem;
    color: #666;
    margin-left: 50px;

}

body.page .entry-content p a, body.single .entry-content p a {
    color: #1c53bf;
    text-shadow: none;
    box-shadow: none;
    text-decoration: underline;

}

#charging {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d5b169;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    text-align: center;
}

#charging.open {
    opacity: 1;
    visibility: inherit;
}

#charging span {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    margin: 3px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);

    webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#charging span:nth-child(1) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

#charging span:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

body.post-type-archive-grandsite #listeCustomPost h2,
.publications #listeCustomPost h2 {
    background-color: #121212;
    color: #fff;
    padding: 18px;
    margin-bottom: 40px;
    min-height: 130px;
	word-break: break-word;
}

/* Editeur */
#ui-datepicker-div {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 0;
    font-family: roboto;
}

#ui-datepicker-div .ui-datepicker-header {
    background-color: #121212;
    color: #fff;
    padding: 8px 0 6px;
    border-radius: 0;
    margin: 0;
    border: 0;
    font-family: overpass;

}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev, #ui-datepicker-div.ui-datepicker .ui-datepicker-next {
    height: 2.5em;
}

#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default, #ui-datepicker-div .ui-button, html .ui-button.ui-state-disabled:hover, #ui-datepicker-div .ui-button.ui-state-disabled:active {
    background-color: #e6e2dd;
}

#ui-datepicker-div tr {
    border-bottom: 0;
}

#ui-datepicker-div td a {
    border: 0;
}

#ui-datepicker-div .ui-datepicker-today a {
    background-color: #d5b169;
}

/* Multiselect */

.multi-select-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}

#filtreListeEvent .multi-select-container input {
    height: 15px;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 101;
    float: left;
    background: #fff;
    margin: 1em 0;
    border-top: 1px solid #d2d2d2;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    display: none;
    font-family: roboto;
    font-weight: 400 !important;
    padding: 14px 15px 10px;
    width: calc(100% - 10px) !important;
}

.multi-select-menuitem {
    display: block;
    font-size: 1rem;
    padding: 8px 25px;
    white-space: nowrap;
    color: #767676;
    font-weight: 400;
}

.multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.25em;
    margin-left: -20px;
}

.multi-select-button {
    margin-right: 10px;
    display: inline-block;
    padding: 22px 20px 20px 20px;
    max-width: 16em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #e6e2dd;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    height: 65px;
    font-family: roboto;
    color: #495057;
    font-size: 1rem;
    width: 200px;
}

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
    /* Allow labels to line wrap when menu is artificially narrowed */
    white-space: normal;
}

.nomRegion a {
    font-size: 1.0em !important;
}

#menuPwa {
    display: none;
}

.pwa #menuPwa {
    display: block;
    background-color: #121212;
    z-index: 10000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px;
    border-top: 1px solid #414141;
}

.pwa #menuPwa .row {
    margin-left: 0;
    margin-right: 0;
}

.pwa #menuPwa li {
    text-align: center;
    list-style: none;
    color: #fff;
    margin: 0;
    padding: 0;
}

.pwa #menuPwa li a {
    color: #fff;
    position: relative;
    padding: 47px 0;
    display: block;
    line-height: 1rem;
    font-family: overpass;
    letter-spacing: -0.05rem;
}

.pwa #menuPwa li:nth-child(1) a::before {
    content: url(/wp-content/themes/vivadavinci/assets/images/home.svg);
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 11px;
    transform: translateX(-50%);

}

.pwa #menuPwa li:nth-child(2) a::before {
    content: url(/wp-content/themes/vivadavinci/assets/images/evenements.svg);
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 11px;
    transform: translateX(-50%);

}

.pwa #menuPwa li:nth-child(3) a::before {
    content: url('/wp-content/themes/vivadavinci/assets/images/icon-digital-pwa.png');
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 11px;
    transform: translateX(-50%);

}

.pwa #menuPwa li:nth-child(4) a::before {
    content: url(/wp-content/themes/vivadavinci/assets/images/recherche.svg);
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 11px;
    transform: translateX(-50%);

}

#listeCustomPost .imageEvt {
    width: 100%;
}

@media (min-width: 992px) {
    #listeCustomPost .imageEvt > img {
        width: 100%;
        height: 255px;
    }

    select#filtreTheme + div.multi-select-container > div.multi-select-menu {
        width: calc(100% + 30px) !important;
    }
}

a > .dept {
    color: black;
    text-decoration: none;
}

#afficheEvents .border.imageEvt {
    overflow: hidden;
}

#afficheEvents .owl-carousel .owl-item img {
    min-height: 290px !important;
    width: auto !important;
    min-width: 100%;
    max-height: 310px;
    max-width: inherit;
}

.WidgetDirect {
    margin-top: 50px;
}

#widget-panier {
    position: absolute;
    right: 0;
    margin-right: 0 !important;
    bottom: 0;
    /*background-color: #181818;*/
    padding: 19px;
}

.WidgetDirect > span {
    display: block !important;
    padding: 5px 10px;
    color: white; /*#cdb062;*/
    font-size: 2.13em;
    background-color: black;
    font-weight: 900;
    font-family: Overpass !important;
    letter-spacing: -0.15rem;
	    background: none;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    margin-bottom: 54px;
}

#achatBillet {
    padding: 10px 10px 60px;
    margin-bottom: -60px;
    background-image: linear-gradient(to right, #e51e5f, #1a469d);
}

#achatBillet .title {
    background: transparent !important;
    text-align: center;
}

#achatBillet .ContenuDetailBillet .BlocDescriptionDetail {
    border: 0;
}

#achatBillet .ContenuDetailBillet .SeparateurBas {
    display: none;
}

#achatBillet .ContenuDetailBillet #EnteteResultat {
    border: 0 !important;
    text-align: center;
}

#achatBillet .ContenuDetailBillet #EnteteResultat #NbResulat {
    text-transform: uppercase !important;
    font-size: 0.9375rem !important;
    font-family: Overpass;
    font-weight: 800 !important;
    letter-spacing: 0;
    color: #fff;
    padding: 0 0 40px !important;
    margin-top: -15px;
}

#achatBillet .ContenuDetailBillet .BlocDescriptionDetail {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent !important;
    padding-top: 30px;
}

#achatBillet .ContenuDetailBillet .BlocProduit {
    border-right: 1px solid rgba(255, 255, 255, 0.35) !important;
    padding-right: 55px;
}

#achatBillet .ContenuDetailBillet .BlocProduit .Images {
    padding: 0 35px 0 0 !important;
    width: 270px !important;
    height: inherit !important;
}

#achatBillet .ContenuDetailBillet .BlocProduit .Images img {
    border: 7px solid #fff;
}

#achatBillet .ContenuDetailBillet .BlocProduit .Intitule a {
    color: #fff !important;
    text-decoration: none !important;
    font-family: overpass;
    text-transform: none;
    font-size: 1.5rem;
    letter-spacing: -0.05rem;
}

#achatBillet .ContenuDetailBillet .BlocProduit .Description {
    color: #fff;
    line-height: 1.5rem;
}

#achatBillet .ContenuDetailBillet .Tarifs {
    text-transform: uppercase;
    color: #fff;
    font-size: .9375rem;
}

#achatBillet .ContenuDetailBillet .BtnReserver a {
    background-color: #d5b169 !important;
    border-radius: 0 !important;
    font-family: overpass !important;
    font-size: 1.25rem !important;
    text-transform: none;
    font-weight: 400 !important;
    transition: all 300ms ease;
}

#achatBillet .ContenuDetailBillet .BtnReserver a:hover {
    background-color: #121212 !important;

}

.OsProduitOverlay .OsWProduitBillet .OsTarifBillet {
    font-family: roboto;
}

.IREC .OsWProduitBillet .OsTarifBillet .OsTableTarif .Th-OsTableTarif.OsColCategorie, .IREC .OsWProduitBillet .OsTarifBillet .OsTableTarif .Td-OsTableTarif.OsColCategorie {
    font-size: 0.9375rem;
}

body .OsWProduitBillet .OsTarifBillet .OsTableTarif .Th-OsTableTarif, body .OPTR .BlocSelectionBillet .OsTableTarif .Th-OsTableTarif
.OsWProduitBillet .OsTarifBillet .OsTableTarif .Th-OsTableTarif {
    font-weight: 600;
    padding: 18px 20px !important;

}

body .OsProduit .OsWProduitBillet .OsTarifBillet .BlocPrixTotal, body .OPTR .BlocSelectionBillet .BlocPrixTotal {
    margin-top: 0 !important;
    padding: 20px 20px !important;
    font-weight: 600 !important;
}

body .OsWProduitBillet .OsTarifBillet .BlocPrixTotal .LibellePrixTotal {
    color: #212529 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.WidgetDirect.OSBillet {
    margin-top: 0px;
}

.derniers-produits-ajoutes ul li {
    margin-left: 0px !important;
}

.OsPanierPopIn.os-overlay.panier-resultat.BlocPopIn .titre, .OsPanierPopIn.os-overlay.panier-resultat .titre {
    color: #848484 !important;
    border-bottom: 1px solid #d2d2d2 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    font-family: roboto;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
}

.produits .ligne .titre-long div:first-child {
    color: #212529 !important;
    display: block;
    font-family: Overpass;
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none;
    letter-spacing: -0.05rem;
}

.OsPanierPopIn.os-overlay, .OsUnicampPopIn.os-overlay, .os-overlay, .OsProduit.api.os-overlay {
    padding: 50px !important;
}

.OsPanierPopIn.os-overlay .BlocBoutons {
    padding-top: 25px !important;
    clear: both;
    border-top: 1px solid #d2d2d2 !important;
    margin-top: 20px;
}

body .OsPanier.api .ospanier.minitoggle .titre-court {
    background-color: transparent;
    color: #181818;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 10px 0 0;
    font-family: overpass;
    font-weight: 600;
    letter-spacing: -0.05rem;
}

.OsPanier .contenu .Details .Titre {
    display: none;
    font-family: overpass;
    font-weight: 600 !important;
    font-size: 0.9375rem !important;
    padding-top: 3px !important;
}

body .OsPanier.api .Resume .nbarticles .PrefixeResumeNbArticles {
    color: #848484;
}

body .OsPanier.api .ospanier.minitoggle .Articles {
    background-color: #fff;
    display: block;
    padding: 20px 30px 0 30px;
}

body .OsPanier.api .ospanier.minitoggle.etat0 .Resume.ResumeBas, body .OsPanier.api .ospanier.minitoggle.etat1 .Resume.ResumeBas {
    padding: 0 30px;
}

body .OsPanier.api .ospanier.minitoggle .Details .Validation.ValidationBas {
    text-align: right;
    padding: 0 30px 30px;
}

body .OsPanier.api .ospanier.minitoggle .Details .Validation .btn-valider span {
    font-weight: 600 !important;
    border-radius: 0 !important;
}

body .OsPanier.api .ospanier.minitoggle .Resume .PrefixeTotal span {
    font-weight: 600;
    font-size: 0.9375rem;
}

#bookings-filters {
    padding: 80px 0 0 0;
    font-family: 'Roboto', sans-serif;
}

#bookings-filters .form-title {
    font-family: 'Overpass', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2.8em;
    line-height: 1;
    margin: 0 0 20px 0;
    letter-spacing: -0.15rem;
}

#bookings-filters .row-filters {
    display: flex;
    flex-wrap: wrap;
}

#bookings-filters .row-filters:first-child {
    margin: -15px 0 0 0 !important;
}

#bookings-filters .row-filters > * {
    margin: 15px 15px 0 0;
}

#bookings-filters .row-filters > *:last-child {
    margin-right: 0;
}

#bookings-filters .multi-select-container {
    max-width: 100%;
}

#bookings-filters .multi-select-container .multi-select-button, #bookings-filters .ms-parent {
    width: 290px;
    max-width: 100%;
    margin-right: 0;
    padding: 0 20px;
    height: auto;
    line-height: 60px;
    background-color: #f2eeeb;
    color: #8e8d8b;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#bookings-filters .multi-select-container .multi-select-menu {
    width: 100% !important;
    margin: 0;
    top: calc(100% - 1px);
}

#bookings-filters .multi-select-container.filter-cities .multi-select-button,
#bookings-filters .datepicker {
    width: 180px;
}

#bookings-filters .datepicker {
    margin-right: 15px;
    display: inline-block;
    line-height: 60px;
    padding: 0 20px;
    border-radius: 0;
    border: 0;
    background-color: #f2eeeb;
    color: #8e8d8b;
}

#bookings-filters .datepicker::placeholder {
    color: #8e8d8b;
    opacity: 1;
}

#bookings-filters .datepicker:-ms-input-placeholder {
    color: #8e8d8b;
}

#bookings-filters .datepicker::-ms-input-placeholder {
    color: #8e8d8b;
}

#bookings-filters .form-submit {
    font-family: 'Overpass', sans-serif;
    border-radius: 0;
    padding: 6px 30px 0 30px;
    font-size: 15px;
    line-height: 54px;
    text-align: center;
}

#bookings-filters .row-filters.row-order {
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 -30px 0;
}

#bookings-filters .row-order .counter {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
}

#bookings-filters .row-order .fancy-select {
    background-color: #fff;
    color: #8d8d8d;
    line-height: 58px;
    margin: 0;
    border: 1px solid #d2d2d2;
    width: 290px;
    max-width: 100%;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#bookings-filters .row-order .fancy-select .trigger {
    padding: 0 36px 0 19px;
    margin: 0;
    color: #8e8d8b;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    height: 60px;
    overflow: hidden;
}

#bookings-filters .row-order .trigger svg {
    width: 8px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .3s ease;
}

#bookings-filters .row-order .fancy-select .trigger.open svg {
    transform: rotate(180deg);
}

#bookings-filters .row-order .fancy-select .trigger:after {
    display: none;
}

#bookings-filters .row-order .fancy-select .options {
    top: 100%;
    width: calc(100% + 2px);
    left: -1px;
}

#bookings-filters .row-order .fancy-select .options li {
    margin: 0;
    padding: 0 20px;
}

#bookings-filters .show-advanced {
    text-align: center;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    font-size: 0;
    cursor: pointer;
    line-height: 0;
    padding: 25px 0;
    margin: 20px 0 0 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#bookings-filters .show-advanced span {
    display: inline-block;
    vertical-align: middle;
}

#bookings-filters .show-advanced .text {
    line-height: 1;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

#bookings-filters .show-advanced .icon {
    width: 30px;
    height: 16px;
    margin: 0 0 0 20px;
}

#bookings-filters .show-advanced .icon svg {
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}

#bookings-filters .show-advanced.is-active .icon svg {
    transform: rotate(180deg);
}

#bookings-filters .filters-advanced {
    display: none;
    padding: 25px 0;
    border-bottom: 1px solid #d2d2d2;
}

#bookings-filters .filters-advanced .multi-select-container .multi-select-button {
    background-color: #fff;
    color: #8d8d8d;
    line-height: 58px;
    padding: 0 36px 0 19px;
    border: 1px solid #d2d2d2;
}

#bookings-filters .filters-advanced .multi-select-container svg {
    width: 8px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .3s ease;
}

#bookings-filters .filters-advanced .multi-select-container--open svg {
    transform: rotate(180deg);
}

#bookings-filters .filters-advanced .filter-price {
    border: 1px solid #d2d2d2;
    text-align: center;
    padding: 40px 20px;
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#bookings-filters .filters-advanced .filter-price .price-legend {
    color: #8d8d8d;
    font-size: 16px;
    margin: 0 30px 0 0;
}

#bookings-filters .filters-advanced .filter-price .price-range {
    width: 435px;
    height: 40px;
    max-width: 100%;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-line {
    height: 6px;
    border-radius: 0;
    background-color: #1c1c1c;
    top: 6px;
    width: calc(100% - 4px);
    left: 2px;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-bar {
    background-color: #d6b16a;
    height: 6px;
    top: 6px;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-handle {
    width: 18px;
    height: 18px;
    background-color: #d4b268;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: grab;
    top: 0;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-handle.from {
    margin: 0 0 0 -1px;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-handle.to {
    margin: 0 -1px 0 0;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-handle i {
    display: none;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-single,
#bookings-filters .filters-advanced .filter-price .price-range .irs-from,
#bookings-filters .filters-advanced .filter-price .price-range .irs-to {
    color: #d4b268;
    line-height: 16px;
    padding: 0;
    font-size: 15px;
    top: 26px;
    letter-spacing: .02em;
    font-weight: 700;
    background-color: transparent;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-single:before,
#bookings-filters .filters-advanced .filter-price .price-range .irs-from:before,
#bookings-filters .filters-advanced .filter-price .price-range .irs-to:before {
    display: none;
}

#bookings-filters .filters-advanced .form-submit {
    float: right;
    background-color: #d4b268;
}

#bookings-filters .filters-advanced .form-submit:hover {
    background-color: #121212;
}

#bookings-results {
    font-family: 'Roboto', sans-serif;
}

#bookings-results .item {
    text-decoration: none !important;
    margin-top: 60px;
    margin-bottom: -8px;
}

#bookings-results .item .thumbnail {
    position: relative;
    margin: 0 0 25px 0;
}

#bookings-results .item .thumbnail:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
    z-index: 2;
}

#bookings-results .item .thumbnail img {
    transition: all .3s ease;
    opacity: .4;
}

#bookings-filters .ms-parent {
  height: 60px;
  background-image: none;
  border-radius: 0;
  border: none;
}

#bookings-filters .ms-parent .ms-choice {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    outline: 0;
    height: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
}
#bookings-filters .ms-parent .ms-choice span {
    padding: 0 20px;
    right: 0;
    color: #8e8d8b;
    font-weight: 400;
    line-height: 60px;
}
#bookings-filters .ms-parent .ms-drop ul {
    padding: 0 15px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 15px 0 -15px 0 !important;
}
#bookings-filters .ms-parent .ms-drop .ms-search input {
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    color: #8e8d8b;
    background: #fff;
    border: 1px solid #d2d2d2;
}
#bookings-filters .ms-parent .ms-drop ul {
    padding: 0 15px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 15px 0 -15px 0 !important;
}
#bookings-filters .ms-parent .ms-drop ul li {
    margin: 0 0 15px 0;
    display: block;
}
#bookings-filters .ms-parent .ms-drop ul li label {
    font-size: 1rem;
    color: #767676;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}
#bookings-filters .row-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
#bookings-filters .row-filters:first-child {
    margin: -15px 0 0 0 !important;
}
#bookings-filters .ms-parent .ms-drop {
    left: 0;
    margin-top: 0;
    border-radius: 0;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    border-top: 1px solid #d2d2d2;
    padding: 15px 0;
    line-height: 0;
    font-size: 0;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}
#bookings-results .item:hover .thumbnail:before {
    box-shadow: inset 0 0 0 10px #d4b268;
}

#bookings-results .item:hover .thumbnail img {
    opacity: 1;
}

#bookings-results .item .city {
    text-transform: uppercase;
    background-color: #d4b268;
    color: #fff;
    padding: 6px 15px;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    margin: 0 0 12px 0;
}

#bookings-results .item .name {
    color: #1c1c1c;
    font-weight: 800;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -1.6px;
    margin: 0 0 -6px 0;
    font-family: 'Overpass', sans-serif;
}

#bookings-results .item .rating {
    font-size: 0;
    line-height: 0;
    margin: 8px 0 0 0;
}

#bookings-results .item .rating svg {
    width: 20px;
    height: 20px;
    fill: #d4b268;
    display: inline-block;
    margin: 0 0 0 2px;
}

#bookings-results .item .rating svg:first-child {
    margin: 0;
}

#bookings-results .item .start-at {
    color: #8d8d8d;
    font-size: 16px;
    display: inline-block;
    line-height: 1;
    margin: 20px 0 8px 0;
}

#bookings-results .item .price {
    color: #1c1c1c;
    font-weight: 800;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -1.6px;
    font-family: 'Overpass', sans-serif;
}

#bookings-results .item .price sub {
    color: #8d8d8d;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 0 4px;
    letter-spacing: 0;
    bottom: 2px;
}

#bookings-pagination .navigation.pagination {
    margin-top: 60px;
}

#bookings-pagination .navigation.pagination .nav-links {
    width: 100%;
}

@media (max-width: 991.98px) {

    #bookings-filters {
        padding-top: 140px;
    }

    #bookings-filters .row-filters:first-child {
        margin-right: -15px !important;
    }

    #bookings-filters .row-filters > * {
        margin: 15px 15px 0 0;
        width: calc(50% - 15px);
    }

    #bookings-filters .filters-advanced .row-filters,
    #bookings-filters .row-filters.row-order {
        margin-right: 0 !important;
    }

    #bookings-filters .filters-advanced .row-filters > * {
        margin: 15px 0 0 0;
        width: 100%;
    }

    #bookings-filters .multi-select-container .multi-select-button {
        width: 100% !important;
    }

}

@media (max-width: 767.98px) {

    #bookings-filters .row-filters.row-order {
        display: block;
    }

    #bookings-filters .row-order .counter {
        margin: 0 0 15px 0;
        text-align: center;
        display: block;
        width: 100%;
    }

    #bookings-filters .row-order .fancy-select {
        width: 100%;
    }

    #bookings-filters .filters-advanced .filter-price {
        padding: 30px;
        display: block;
    }

    #bookings-filters .filters-advanced .filter-price .price-legend {
        margin: 0 0 15px 0;
        display: block;
    }

    #bookings-filters .filters-advanced .form-submit {
        float: none;
        width: 100%;
    }

    #bookings-pagination .navigation.pagination .nav-links a,
    #bookings-pagination .navigation.pagination .nav-links span {
        margin: 0;
        width: calc(100% / 3);
    }

}

@media (max-width: 575.98px) {

    #bookings-filters .row-filters:first-child {
        margin-right: 0 !important;
    }

    #bookings-filters .row-filters > * {
        margin: 15px 0 0 0;
        width: 100%;
    }

    #bookings-filters .show-advanced .text {
        font-size: 14px;
    }

    #bookings-filters .show-advanced .icon {
        width: 16px;
        margin: 0 0 0 10px;
    }

    #bookings-results .item {
        text-align: center;
    }

    #bookings-pagination .navigation.pagination .nav-links a,
    #bookings-pagination .navigation.pagination .nav-links span {
        width: 100%;
    }

}

.actualites .border {
	
}

.actualites .row {
	margin-bottom: 25px;
}

.actualites .date {
	color: #333;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	border: 1px solid white !important;
	background: #ed1c5c !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight a {
	background: #ed1c5c !important;
	color: white !important;
}

#ui-datepicker-div .ui-datepicker-today a {
	background-color: #d5b169 !important;
}

.dateContainer {
    position: relative;
}

#dateFiltre {
	color: #e6e2dd !important;
}
	
#displayedDate {
	position: absolute;
	top: 22px;
	left: 16px;
	cursor: pointer;
}

.publications .border {

	text-align: center;
}

@media (min-width: 991px) {
	.publications .border {
	height: 255px;
	}
}

/* Iframe responsive */
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#validNewsletter.buttonSubscribe {
	padding: 10px 22px;
	height: auto;
} 

#validNewsletter a {
	color:#ffffff;
	text-decoration: none;
}

.home #displayedDate {
	top: 2px;
}

.home #dateFiltre {
	border: none;
}

.left .calendar-table {
	border-right: 1px solid #ccc !important;
}
.menu-item-has-children{
}
ul.sub-menu {
    background-color: #000;
    padding: 0px;
    margin: 0;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
	text-align:center;	
	height: 00px;
    overflow: hidden;
    z-index: 2000;
}
ul.sub-menu.show {
	height:auto;
	padding-bottom:30px;
	padding-top:30px;
}
ul.sub-menu li {
    list-style: none;
    width: 24%;
    display: inline-block;
    margin-bottom: 13px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

ul.sub-menu li a {
    position: relative;
    width: 100%;
}
ul.sub-menu li a:hover {
	text-decoration:underline;
	color:#fff !important;
}
ul.sub-menu li a img {
width: 100%;
    display: block;
    height: auto;
    position: relative;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
ul.sub-menu{	
    position: relative;
    padding: 0;
    margin: 20px 0 0 -20px;
    top: 0;
    background: #333;
    width: calc(100% + 60px);
}
ul.sub-menu li{	
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #ccc;
    line-height: 0rem;
}
ul.sub-menu li a{	
color:#ccc;
}
ul.sub-menu li a img {	
display:none;
}
}

@media (max-width: 768px) {

	ul.sub-menu{	
	    width: auto;
	}
}

@media (min-width: 1345px)  and (max-width: 1600px){
	ul.sub-menu.show {
    padding-left: 100px;
    text-align: center;
	}
}

.post-type-archive-evenement #navSlider {
	margin: 0 auto;
	padding-left: 0px !important;
}

.post-type-archive-evenement .owl-carousel .styleActivite {
	padding: 8px 10px;
}


@supports (-webkit-overflow-scrolling: touch) {
	.multi-select-menuitem input {
		position: absolute;
		margin-top: -5px;
		margin-left: -35px;
	}
	
	.multi-select-menu {
		
	}
		
}

@media (max-width: 767.98px) { 
	#dateFiltre {
		max-width: 320px;
	}
	
	.left .calendar-table { 
		border: none !important;
	}
}

/*@media (min-width: 768px) {*/
	.navItemRechercheMain a::before {
		content: url('/wp-content/themes/vivadavinci/assets/images/icon-recherche.svg');
		width: 30px;
		height: 30px;
		display: inline-block;

	}
	.navItemRechercheMain > a > span {
		display: none;
	}
/*}*/

#loading-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
}

#loading-image {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -12px;
  z-index: 510;
  width: 25px;
}

.home p.link-more {
	display: none;
}

@media not all and (min-resolution:.001dpcm) { @media {

	.home .rechercherEvent #zoneRecherche #dateRecherche .dateContainer #displayedDate {
		top: 10px;
	}

}}

.new_window {
	color: #555;
	font-size: 0.9em;
	text-decoration: none;
	font-style: italic;
}

.OsPanierPopIn {  
    max-width: 100%;
}
img.logo-sm{
	    margin: -15px 0;
}

.home #departementlist {
	border: none;
	padding: .0rem 1.75rem .375rem 1.5rem;
}

#bookings-filters {
    padding: 80px 0 0 0;
    font-family: 'Roboto', sans-serif;
}

#bookings-filters .form-title {
    font-family: 'Overpass', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2.8em;
    line-height: 1;
    margin: 0 0 20px 0;
    letter-spacing: -0.15rem;
}

#bookings-filters .row-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#bookings-filters .row-filters:first-child {
    margin: -15px 0 0 0 !important;
}

#bookings-filters .row-filters > * {
    margin: 15px 15px 0 0;
    width: calc(33% - 12px) !important;
}

#bookings-filters .row-filters> *:last-child {
    margin-right: 0;
}

#bookings-filters .multi-select-container {
    max-width: 100%;
}

#bookings-filters .multi-select-container .multi-select-button {
    width: 100%;
    margin-right: 0;
    padding: 0 20px;
    height: auto;
    line-height: 60px;
    background-color: #f2eeeb;
    color: #8e8d8b;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#bookings-filters .multi-select-container .multi-select-menu {
    width: 100% !important;
    margin: 0;
    top: calc(100% - 1px);
}

#bookings-filters .multi-select-container.filter-cities .multi-select-button,
#bookings-filters .datepicker {
    width: 180px;
}

#bookings-filters .datepicker {
    margin-right: 15px;
    display: inline-block;
    line-height: 60px;
    padding: 0 20px;
    border-radius: 0;
    border: 0;
    background-color: #f2eeeb;
    color: #8e8d8b;
}

#bookings-filters .datepicker::-webkit-input-placeholder {
    color: #8e8d8b;
    opacity: 1;
}

#bookings-filters .datepicker:-ms-input-placeholder {
    color: #8e8d8b;
    opacity: 1;
}

#bookings-filters .datepicker::-ms-input-placeholder {
    color: #8e8d8b;
    opacity: 1;
}

#bookings-filters .datepicker::placeholder {
    color: #8e8d8b;
    opacity: 1;
}

#bookings-filters .datepicker:-ms-input-placeholder {
    color: #8e8d8b;
}

#bookings-filters .datepicker::-ms-input-placeholder {
    color: #8e8d8b;
}

#bookings-filters .form-submit {
    font-family: 'Overpass', sans-serif;
    border-radius: 0;
    padding: 6px 30px 0 30px;
    font-size: 15px;
    line-height: 54px;
    text-align: center;
}

#bookings-filters .row-filters.row-order {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 -30px 0;
}

#bookings-filters .row-order .counter {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
}

#bookings-filters .row-order .fancy-select {
    background-color: #fff;
    color: #8d8d8d;
    line-height: 58px;
    margin: 0;
    border: 1px solid #d2d2d2;
    width: 290px;
    max-width: 100%;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#bookings-filters .row-order .fancy-select .trigger {
    padding: 0 36px 0 19px;
    margin: 0;
    color: #8e8d8b;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    height: 60px;
    overflow: hidden;
}

#bookings-filters .row-order .trigger svg {
    width: 8px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#bookings-filters .row-order .fancy-select .trigger.open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#bookings-filters .row-order .fancy-select .trigger:after {
    display: none;
}

#bookings-filters .row-order .fancy-select .options {
    top: 100%;
    width: calc(100%+ 2px);
    left: -1px;
}

#bookings-filters .row-order .fancy-select .options li {
    margin: 0;
    padding: 0 20px;
}

#bookings-filters .show-advanced {
    text-align: center;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    font-size: 0;
    cursor: pointer;
    line-height: 0;
    padding: 25px 0;
    margin: 20px 0 0 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#bookings-filters .show-advanced span {
    display: inline-block;
    vertical-align: middle;
}

#bookings-filters .show-advanced .text {
    line-height: 1;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

#bookings-filters .show-advanced .icon {
    width: 30px;
    height: 16px;
    margin: 0 0 0 20px;
}

#bookings-filters .show-advanced .icon svg {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#bookings-filters .show-advanced.is-active .icon svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#bookings-filters .filters-advanced {
    display: none;
    padding: 25px 0;
    border-bottom: 1px solid #d2d2d2;
}

#bookings-filters .filters-advanced .multi-select-container .multi-select-button {
    background-color: #fff;
    color: #8d8d8d;
    line-height: 58px;
    padding: 0 36px 0 19px;
    border: 1px solid #d2d2d2;
}

#bookings-filters .filters-advanced .multi-select-container svg {
    width: 8px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#bookings-filters .filters-advanced .multi-select-container--open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#bookings-filters .filters-advanced .filter-price {
    border: 1px solid #d2d2d2;
    text-align: center;
    padding: 40px 20px;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#bookings-filters .filters-advanced .filter-price .price-legend {
    color: #8d8d8d;
    font-size: 16px;
    margin: 0 30px 0 0;
}

#bookings-filters .filters-advanced .filter-price .price-range {
    width: 435px;
    height: 40px;
    max-width: 100%;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-line {
    height: 6px;
    border-radius: 0;
    background-color: #1c1c1c;
    top: 6px;
    width: calc(100% - 4px);
    left: 2px;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-bar {
    background-color: #d6b16a;
    height: 6px;
    top: 6px;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-handle {
    width: 18px;
    height: 18px;
    background-color: #d4b268;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: -webkit-grab;
    cursor: grab;
    top: 0;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-handle.from {
    margin: 0 0 0 -1px;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-handle.to {
    margin: 0 -1px 0 0;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-handle i {
    display: none;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-single,
#bookings-filters .filters-advanced .filter-price .price-range .irs-from,
#bookings-filters .filters-advanced .filter-price .price-range .irs-to {
    color: #d4b268;
    line-height: 16px;
    padding: 0;
    font-size: 15px;
    top: 26px;
    letter-spacing: .02em;
    font-weight: 700;
    background-color: transparent;
}

#bookings-filters .filters-advanced .filter-price .price-range .irs-single:before,
#bookings-filters .filters-advanced .filter-price .price-range .irs-from:before,
#bookings-filters .filters-advanced .filter-price .price-range .irs-to:before {
    display: none;
}

#bookings-filters .filters-advanced .form-submit {
    float: right;
    background-color: #d4b268;
}

#bookings-filters .filters-advanced .form-submit:hover {
    background-color: #121212;
}

#bookings-results {
    font-family: 'Roboto', sans-serif;
}

#bookings-results .item {
    text-decoration: none !important;
    margin-top: 60px;
    margin-bottom: -8px;
}

#bookings-results .item .thumbnail {
    position: relative;
    margin: 0 0 25px 0;
    height: 170px;width: 100%;
    overflow: hidden;
    position: relative;
}

#bookings-results .item .thumbnail:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
}

#bookings-results .item .thumbnail img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    position: absolute;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}

#bookings-results .item:hover .thumbnail:before {
    -webkit-box-shadow: inset 0 0 0 10px #d4b268;
    box-shadow: inset 0 0 0 10px #d4b268;
}

#bookings-results .item:hover .thumbnail img {
    opacity: 1;
}

#bookings-results .item .city {
    text-transform: uppercase;
    background-color: #d4b268;
    color: #fff;
    padding: 6px 15px;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    margin: 0 0 12px 0;
}

#bookings-results .item .name {
    color: #1c1c1c;
    font-weight: 800;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -1.6px;
    margin: 0 0 -6px 0;
    font-family: 'Overpass', sans-serif;
}

#bookings-results .item .rating {
    font-size: 0;
    line-height: 0;
    margin: 8px 0 0 0;
}

#bookings-results .item .rating svg {
    width: 20px;
    height: 20px;
    fill: #d4b268;
    display: inline-block;
    margin: 0 0 0 2px;
}

#bookings-results .item .rating svg:first-child {
    margin: 0;
}

#bookings-results .item .start-at {
    color: #8d8d8d;
    font-size: 16px;
    display: inline-block;
    line-height: 1;
    margin: 20px 0 8px 0;
}

#bookings-results .item .price {
    color: #1c1c1c;
    font-weight: 800;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -1.6px;
    font-family: 'Overpass', sans-serif;
}

#bookings-results .item .price sub {
    color: #8d8d8d;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 0 4px;
    letter-spacing: 0;
    bottom: 2px;
}

#bookings-pagination .navigation.pagination {
    margin-top: 60px;
}

#bookings-pagination .navigation.pagination .nav-links {
    width: 100%;
}

#booking-head {
    padding: 30px;
    position: relative;
}

#booking-head .container {
    max-width: 1290px;
    position: relative;
    z-index: 2;
}

#booking-head .slider .item {
    position: relative;
    overflow: hidden;
}

#booking-head .slider .item .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

#booking-head .slider-main .slick-arrow {
    width: 60px;
    height: 60px;
    background-color: #121212;
    fill: #fff;
    padding: 0 22.5px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 30px);
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#booking-head .slider-main .slick-arrow:hover {
    background-color: #cdb062;
}

#booking-head .slider-main .slick-arrow:first-child {
    left: -30px;
}

#booking-head .slider-main .slick-arrow:last-child {
    right: -30px;
}

#booking-head .slider-main .item {
    height: 410px;
}

#booking-head .slider-cover {
    position: absolute;
    background-color: #1c1c1c;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#booking-head .slider-cover .slick-list,
#booking-head .slider-cover .slick-track {
    height: 100%;
}

#booking-head .slider-cover .item .cover {
    opacity: .4;
    -webkit-filter: blur(6px);
    filter: blur(6px);
}

#booking-head .content {
    padding: 100px 0 0 35px;
}

#booking-head .content .location {
    display: inline-block;
    background-color: #d5b169;
    color: #fff;
    font-family: 'Overpass', sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    margin: 0 -0.3px 13px 0;
    padding: 8px 16px 4px 16px;
}

#booking-head .content .name {
    color: #ffffff;
    font-family: 'Overpass', sans-serif;
    font-size: 43px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2.58px;
    margin: 0 -2.58px 0 0;
}

#booking-head .content .rating {
    font-size: 0;
    line-height: 0;
    margin: 0 -1px 30px -1px;
}

#booking-head .content .rating svg {
    fill: #d5b169;
    margin: 0 1px;
    width: 20px;
    height: 20px;
}

#booking-head .content .container-price {
    padding: 10px 0 7px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#booking-head .content .container-price .start-at,
#booking-head .content .container-price .price sub {
    color: rgba(255, 255, 255, .6);
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.34px;
    margin: 0 -0.34px 0 0;
}

#booking-head .content .container-price .price {
    color: #ffffff;
    font-family: 'Overpass', sans-serif;
    font-size: 43px;
    font-weight: 900;
    line-height: 1;
    margin: 3px -3.44px 0 0;
    letter-spacing: -3.44px;
}

#booking-head .content .container-price .price sub {
    vertical-align: top;
    bottom: 2px;
    margin: 0 0 0 6px;
}

#booking-content {
    padding: 70px 0;
}

#booking-content .badge-text {
    display: inline-block;
    background-color: #1c1c1c;
    color: #fff;
    font-family: 'Overpass', sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    margin: 0 -0.3px 0 0;
    padding: 8px 17px 4px 15px;
}

#booking-content .block-share {
    font-size: 0;
    line-height: 0;
    padding: 20px 0;
    text-align: right;
    border-top: 1px solid rgba(28, 28, 28, .2);
    border-bottom: 1px solid rgba(28, 28, 28, .2);
}

#booking-content .block-share .text {
    color: #1c1c1c;
    font-family: 'Overpass', sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 1;
    position: relative;
    top: 6px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 -0.3px 0 0;
    letter-spacing: -0.3px;
}

#booking-content .block-share a {
    display: inline-block;
    margin: 0 0 0 20px;
    height: 23px;
    width: 23px;
    vertical-align: middle;
}

#booking-content .block-share .icon-facebook {
    width: 11px
}

#booking-content .block-share .icon-twitter {
    width: 22px
}

#booking-content .block-share a:hover svg {
    fill: #ed1c5c;
}

#booking-content .block-share a svg {
    fill: #1c1c1c;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#booking-content .block-text {
    color: #1c1c1c;
    font-family: 'Overpass', sans-serif;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px dashed #1c1c1c;
    padding: 30px 0 50px 0;
    line-height: 1.6;
}

#booking-content .block-spec {
    padding: 40px 0;
    border-bottom: 1px dashed #1c1c1c;
}

#booking-content .block-spec p {
    color: #8d8d8d;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
    margin: 0 0 9px 0;
}

#booking-content .block-spec .d-flex p {
    width: 50%;
    padding-right: 5px;
}

#booking-content aside {
    background-color: #e6e2dd;
}

#booking-content aside .aside-head {
    background-color: #1c469d;
    padding: 40px 0 40px 70px;
    line-height: 0;
    font-size: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#ee1c5c), to(#17479e));
    background-image: -webkit-linear-gradient(left, #ee1c5c 0%, #17479e 100%);
    background-image: -o-linear-gradient(left, #ee1c5c 0%, #17479e 100%);
    background-image: linear-gradient(to right, #ee1c5c 0%, #17479e 100%);
}

#booking-content aside .aside-head > div, #booking-content aside .aside-head > a {
    display: inline-block;
    vertical-align: middle;
}

#booking-content aside .aside-head > a:hover {
  text-decoration: none;
}

#booking-content aside .aside-head .icon {
    display: inline-block;
    width: 14px;
    height: 28px;
}

#booking-content aside .aside-head .icon svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}

#booking-content aside .aside-head .text {
    color: #fff;
    font-family: 'Overpass', sans-serif;
    line-height: 1;
    padding: 0 0 0 24px;
    max-width: calc(100% - 14px);
}

#booking-content aside .aside-head .text .title {
    font-size: 43px;
    font-weight: 900;
    letter-spacing: -2.58px;
    display: block;
}

#booking-content aside .aside-head .text .subtitle {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.3px;
}

#booking-content aside .aside-content {
    padding: 60px 40px;
}

#booking-content aside .aside-content .title {
    color: #1c1c1c;
    font-family: 'Overpass', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 25px 0;
    letter-spacing: -2.24px;
}

#booking-content aside .aside-content .content {
    font-family: 'Roboto', sans-serif;
    color: #686868;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0 0 0;
    line-height: 24px;
    letter-spacing: -0.32px;
}

#booking-content aside .aside-content .content strong {
    color: #1c1c1c;
    font-weight: 400;
}

#booking-content aside .aside-content .content a {
    color: #686868;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#booking-content aside .aside-content .content a:hover {
    color: #ee1c5c;
}

#booking-content aside #aside-map {
    height: 290px;
}

#booking-results {
    color: #ffffff;
    padding: 60px 0;
    margin: 0 0 -60px 0;
    background-color: #1c469d;
    background-image: -webkit-gradient(linear, left top, right top, from(#ee1c5c), to(#17479e));
    background-image: -webkit-linear-gradient(left, #ee1c5c 0%, #17479e 100%);
    background-image: -o-linear-gradient(left, #ee1c5c 0%, #17479e 100%);
    background-image: linear-gradient(to right, #ee1c5c 0%, #17479e 100%);
}

#booking-results .results-form {
    padding: 0 0 40px 0;
}

#booking-results .results-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#booking-results .results-form form> * {
    margin-left: 20px !important;
}

#booking-results .results-form .form-title {
    text-align: right;
    color: #ffffff;
    margin: 0 !important;
    line-height: 1;
    font-family: 'Overpass', sans-serif;
}

#booking-results .results-form .form-title .title {
    font-size: 43px;
    font-weight: 900;
    display: block;
    letter-spacing: -2.58px;
}

#booking-results .results-form .form-title .subtitle {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.3px;
}

#booking-results .results-form .datepicker {
    min-width: 200px;
    height: 74px;
    background-color: #fff;
    position: relative;
}

#booking-results .results-form .datepicker input {
    width: 100%;
    border: none;
    border-radius: 0;
    line-height: 74px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    height: 74px;
    padding: 0 50px 0 19px;
    color: rgba(0, 0, 0, 0.6);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#booking-results .results-form .datepicker input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

#booking-results .results-form .datepicker input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

#booking-results .results-form .datepicker input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

#booking-results .results-form .datepicker input::placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

#booking-results .results-form .datepicker .icon {
    position: absolute;
    height: 100%;
    width: 14px;
    cursor: pointer;
    right: 26px;
    top: 0;
}

#booking-results .results-form .datepicker .icon svg {
    fill: #121212;
    width: 100%;
    height: 100%;
}

#booking-results .results-form .fancy-select {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.6);
    line-height: 74px;
    height: 74px;
    margin: 0;
    min-width: 170px;
    max-width: 100%;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#booking-results .results-form .fancy-select .trigger {
    padding: 0 36px 0 19px;
    margin: 0;
    color: rgba(0, 0, 0, 0.6);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    height: 74px;
    overflow: hidden;
}

#booking-results .results-form .trigger svg {
    width: 8px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#booking-results .results-form .fancy-select .trigger.open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#booking-results .results-form .fancy-select .trigger:after {
    display: none;
}

#booking-results .results-form .fancy-select .options {
    top: 100%;
    border: none;
}

#booking-results .results-form .fancy-select .options li {
    margin: 0;
    padding: 0 20px;
    line-height: 58px;
}

#booking-results .results-form .form-submit {
    color: #fff;
    font-family: 'Overpass', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 74px;
    padding: 0;
    background-color: transparent;
    letter-spacing: -1.4px;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#booking-results .results-form .form-submit:hover {
    color: #d5b169;
}

#booking-results .results-summary {
    text-align: center;
    font-family: 'Overpass', sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
    padding: 40px 0 36px 0;
    letter-spacing: -0.3px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

#booking-results .results-listing .entry {
    padding: 25px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

#booking-results .results-listing .entry img {
    width: 225px;
}

#booking-results .results-listing .entry .content {
    padding: 15px 60px 15px 30px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    width: calc(100% - 425px);
}

#booking-results .results-listing .entry .name {
    font-family: 'Overpass', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2.24px;
    margin: 0 0 10px 0;
}

#booking-results .results-listing .entry .description {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
}

#booking-results .results-listing .entry .callto {
    width: 200px;
    padding: 0 0 0 50px;
    font-weight: 800;
    line-height: 1;
    font-family: 'Overpass', sans-serif;
}

#booking-results .results-listing .entry .callto .price {
    display: block;
    font-size: 28px;
    letter-spacing: -2.24px;
}

#booking-results .results-listing .entry .callto .legend {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    display: block;
    margin: 3px 0 10px 0;
}

#booking-results .results-listing .entry .callto a {
    background-color: #d5b169;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 25px 0 20px 0;
    color: #fff;
    text-decoration: none;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: -0.3px;
}

#booking-results .results-listing .entry .callto a:hover {
    background-color: #fff;
    color: #d5b169;
}

@media (max-width: 1199.98px) {
    #booking-content aside .aside-head {
        padding: 40px;
    }
    #booking-results .results-form form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #booking-results .results-form .form-title {
        width: 100%;
        text-align: center;
        padding: 0 0 15px 0;
    }
    #booking-results .results-form .datepicker,
    #booking-results .results-form .fancy-select {
        width: calc(50% - 10px);
        margin: 15px 0 0 0 !important;
    }
    #booking-results .results-form .form-submit {
        text-align: center;
        background: #d5b169;
        text-decoration: none;
        text-transform: uppercase;
        margin: 15px 0 0 0 !important;
        font-size: 15px;
        width: 100%;
        padding: 25px 0 20px 0;
        line-height: 1;
        letter-spacing: -0.3px;
    }
    #booking-results .results-form .form-submit:hover {
        background-color: #fff;
    }
}

@media (max-width: 991.98px) {
    #bookings-filters {
        padding-top: 140px;
    }
    #bookings-filters .row-filters:first-child {
        margin-right: -15px !important;
    }
    #bookings-filters .row-filters> * {
        margin: 15px 15px 0 0;
        width: calc(50% - 15px);
    }
    #bookings-filters .filters-advanced .row-filters,
    #bookings-filters .row-filters.row-order {
        margin-right: 0 !important;
    }
    #bookings-filters .filters-advanced .row-filters> * {
        margin: 15px 0 0 0;
        width: 100%;
    }
    #bookings-filters .multi-select-container .multi-select-button {
        width: 100% !important;
    }
    #booking-head {
        margin: 110px 0 0 0;
    }
    #booking-head .slider-main .item {
        max-height: 50vw;
    }
    #booking-head .content {
        padding: 60px 0 30px 0;
        text-align: center;
    }
    #booking-content .block-share {
        text-align: center;
    }
    #booking-content aside {
        margin: 70px 0 0 0;
    }
    #booking-results .results-listing .entry {
        display: block;
        text-align: center;
        padding: 25px 0;
    }
    #booking-results .results-listing .entry .content {
        padding: 30px 0;
        border-right: none;
        width: 100%;
    }
    #booking-results .results-listing .entry .callto {
        width: 100%;
        padding: 0;
    }
    #booking-results .results-listing .entry .callto a {
        width: auto;
        padding: 25px 40px 20px 40px;
    }
}

@media (max-width: 767.98px) {
    #bookings-filters .row-filters.row-order {
        display: block;
    }
    #bookings-filters .row-order .counter {
        margin: 0 0 15px 0;
        text-align: center;
        display: block;
        width: 100%;
    }
    #bookings-filters .row-order .fancy-select {
        width: 100%;
    }
    #bookings-filters .filters-advanced .filter-price {
        padding: 30px;
        display: block;
    }
    #bookings-filters .filters-advanced .filter-price .price-legend {
        margin: 0 0 15px 0;
        display: block;
    }
    #bookings-filters .filters-advanced .form-submit {
        float: none;
        width: 100%;
    }
    #bookings-pagination .navigation.pagination .nav-links a,
    #bookings-pagination .navigation.pagination .nav-links span {
        margin: 0;
        width: calc(100% / 3);
    }
    #booking-content .block-spec {
        text-align: center;
    }
    #booking-content .badge-text {
        margin-bottom: 25px;
    }
}

@media (max-width: 575.98px) {
    #bookings-filters .row-filters:first-child {
        margin-right: 0 !important;
    }
    #bookings-filters .row-filters> * {
        margin: 15px 0 0 0;
        width: 100%;
    }
    #bookings-filters .show-advanced .text {
        font-size: 14px;
    }
    #bookings-filters .show-advanced .icon {
        width: 16px;
        margin: 0 0 0 10px;
    }
    #bookings-results .item {
        text-align: center;
    }
    #bookings-pagination .navigation.pagination .nav-links a,
    #bookings-pagination .navigation.pagination .nav-links span {
        width: 100%;
    }
    #booking-head .content .name,
    #booking-content aside .aside-head .text .title,
    #booking-results .results-form .form-title .title {
        font-size: 36px;
    }
    #booking-head .slider-main .slick-arrow {
        width: 40px;
        height: 40px;
        padding: 0 16px;
        top: calc(50% - 20px);
    }
    #booking-head .slider-main .slick-arrow:first-child {
        left: -20px;
    }
    #booking-head .slider-main .slick-arrow:last-child {
        right: -20px;
    }
    #booking-content .block-spec .d-flex p {
        width: 100%;
    }
    #booking-results .results-form .datepicker,
    #booking-results .results-form .fancy-select {
        width: 100%;
    }
}

.single-actualite #contenu figure {
    text-align: center;
}    

.single-actualite #contenu img {
	max-width: 40%;
}

.list_chapo {
	font-size: 0.9em;
	color: #333;
	text-align: justify;
}

.home .rechercherEvent #zoneRecherche #themeRecherche .multi-select-menu label:not(:nth-last-child(n+5)) {
margin: 0 -15px 0 -15px;
    padding-left: 38px;
    padding-right: 45px;
    color: #ef2161;
    font-weight: 600;
}

hr{
	background-color: #d2d2d2;
    height: 1px;
    width: 100%;
	border:0;
}
.postid-13827 #breadcrumbs, .postid-13813 #breadcrumbs, .postid-13806 #breadcrumbs, .postid-13799 #breadcrumbs, .postid-13834 #breadcrumbs, .postid-13820 #breadcrumbs{
    overflow: visible;
    margin-bottom: 245px;
	position:relative;
}
 .postid-13827 #breadcrumbs::before,  .postid-13813 #breadcrumbs::before, .postid-13806 #breadcrumbs::before, .postid-13799 #breadcrumbs::before, .postid-13834 #breadcrumbs::before, .postid-13820 #breadcrumbs::before{
    top: 100%;
    position: absolute;
    width: 100%;
    height: 190px;
    content: "";
    background-size: cover;
    left: 0;
}
.postid-13834 #breadcrumbs::before{
    background: url(/wp-content/themes/vivadavinci/assets/images/iStock-855034698.jpg) center no-repeat;

}

.postid-13827 #breadcrumbs::before{
    background: url(/wp-content/themes/vivadavinci/assets/images/iStock-519309594.jpg) center no-repeat;

}

.postid-13820 #breadcrumbs::before{
    background: url(/wp-content/themes/vivadavinci/assets/images/iStock-508896108.jpg) center no-repeat;

}

.postid-13813 #breadcrumbs::before{
    background: url(/wp-content/themes/vivadavinci/assets/images/iStock-473205488.jpg) center no-repeat;

}
.postid-13806 #breadcrumbs::before{
    background: url(/wp-content/themes/vivadavinci/assets/images/iStock-918035888.jpg) center no-repeat;

}

.postid-13799 #breadcrumbs::before{
    background: url(/wp-content/themes/vivadavinci/assets/images/iStock-475263438.jpg) center no-repeat;

}
