
@font-face {
    font-family: 'product_sansregular';
    src: url('../fonts/product_sans_regular.woff2') format('woff2'),
         url('../fonts/product_sans_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font-size: 14px;
    color: #000;
}
.main-relative{position: relative;z-index: 999;}
p{margin-bottom: 0;font-family: "product_sansregular";}
.no-margin{margin: 0;}
.no-padding{padding: 0;}
.flex-end{justify-content: flex-end;}
.navbar-nav{width: 100%;}
header{
	background: #0057FF;
}
.navbar-nav .nav-link {
    color: #fff;
    font-weight: lighter;
    font-size: 14px;
    font-family: "product_sansregular";
    padding-right: 0px !important;
    padding-left: 0px !important;
    line-height: 1.2;
}

.navbar-nav li.nav-item{
    max-width: 87px;
    width: 100%;
}
.navbar-nav li.nav-item a{
	border-right: 1px solid rgba(255, 255, 255, 0.4);
    height: 90px;
    display: flex;
    align-items: center;
    max-width: 87px;
    width: 100%;
    text-align: center;
    justify-content: center;
    transition: 0.5s all ease;
    flex-direction: column;
}
.navbar-nav li.nav-item a:hover{
	background: #F39200;
}
.navbar-nav li.active a{
	background: #F39200;
}

.navbar-nav li.home-icon.active a {
    background: #F39200;
}
.navbar-nav li.home-icon.nav-item a:hover{
    background: #F39200;
}

.navbar-nav li.info-icon.active a {
    background: #669147;
}
.navbar-nav li.info-icon.nav-item a:hover{
    background: #669147;
}

.navbar-nav li.calendar-icon.active a {
    background: #70BCC0;
}
.navbar-nav li.calendar-icon.nav-item a:hover{
    background: #70BCC0;
}

.navbar-nav li.restau-icon.active a {
    background: #E7304F;
}
.navbar-nav li.restau-icon.nav-item a:hover{
    background: #E7304F;
}

.navbar-nav li.images-icon.active a {
    background: #4fabe1;
}
.navbar-nav li.images-icon.nav-item a:hover{
    background: #4fabe1;
}

.navbar-nav li.contact-icon.active a {
    background: #E94E1B;
}
.navbar-nav li.contact-icon.nav-item a:hover{
    background: #E94E1B;
}
.navbar-nav li.marker-icon.active a {
    background: #7c3e6c;
}
.navbar-nav li.marker-icon.nav-item a:hover{
    background: #7c3e6c;
}

.navbar{
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-nav li.nav-item:first-child a{
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.navbar-brand{padding-bottom: 0;}
.navbar-brand img{max-width: 370px;}

.nav-link:before{
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	/*background-size: cover;*/
    background-position: center;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 3px;
	background-repeat: no-repeat;
}
.col-lg-1.col-md-1.header-social-link {
    display: none;
}
.home-icon a:before{
	background-image: url("../images/icons/icon-home.svg");

}
.calendar-icon a:before{
	background-image: url("../images/icons/icon-calendar.svg");
}
.marker-icon a:before{
	background-image: url("../images/icons/icon-marker.svg");
}
.restau-icon a:before{
	background-image: url("../images/icons/icon-restau.svg");
}
.info-icon a:before{
	background-image: url("../images/icons/icon-info.svg");
}
.images-icon a:before{
	background-image: url("../images/icons/icon-images.svg");
}
.contact-icon a:before{
	background-image: url("../images/icons/icon-contact.svg");
}
.header-social-link ul{ padding-left: 0; text-align: right;margin-bottom: 0; }
.header-social-link li{
    display: inline-block;
    margin-right: 6px;
    transition: 1s all ease;
}
.header-social-link li:hover {
    transform: rotate(360deg);
}
.bar1, .bar2, .bar3 {
  width: 28px;
  height: 3px;
  background-color: #d44658;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
  transform: rotate(45deg) translate(-7px, -4px);
}

.skewed-bg {
  /*-webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);*/
  position: relative;
  z-index: 9;
}
.skewed-bg .content {
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

.skewed-events {
  background: #fff;
  padding: 175px 0;
  margin-top: -175px;
}

.events-titre{
    position: relative;
    top: 80px;
    display: none;
}

.events-titre h2{
    font-family: "product_sansBold";
    font-size: 30px;
}
.btn-bloc{
    font-family: "product_sansregular";
    color: #000;
    border: 1px solid;
    padding: 9px 55px;
    margin-top: 10px;
    display: inline-block;
    transition: 0.5s all ease;
}
.btn-bloc:hover{
    background-color: #000;
    color: #fff;
    text-decoration:none;
}
.bloc-titre-tours-page{
    position: relative;
    top: -195px;
    max-width: 300px;
    margin: 0 0 0 auto;
    z-index: 99999;
}
.bloc-titre-tours-page h2,.titre-agenda h2,.titre-images h2{
    /*font-family: "product_sansBold";*/
    font-size: 30px;
    font-family: "panel-sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #FFD389;
}
.slide .arrow .arrow-left:hover, .slide .arrow .arrow-right:hover{background-color: #F39200;}
.skewed-bloc-events{
    background: red;
    padding: 140px 0;
    overflow: hidden;
}
.row-events{
    position: relative; z-index: 9;transform: skew(0deg, -10deg);
    display: none;
}
.colone-event{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 370px;
}
.content-colone-event{
    position: absolute;
    right: 0;
    background: red;
    width: 40%;
    height: 100%;
    transform: skew(0deg, 0deg);
}
.content-colone-event .card-event{
    transform: skew(0deg, 10deg);
    padding: 40px 25px;
}
.icon-event{
   /* width: 30px;
    height: 30px;
    background-size: cover;
    display: block;*/
    margin-bottom: 15px;
    max-width: 25px;
}
.card-event h3{
    font-family: "product_sansBold";
}
.card-event p{
    font-size: 16px;
}
.sep-event{
    height: 1px;
    background:#fff;
    margin: 15px 0;
    max-width: 100px;
}
.color-white{color: #fff;}
.link-event{
    background-image: url("../images/icons/icon-link.svg");
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
    margin-top: 18px;
}

.row-tours-page{
    transform: skew(0deg, 10deg);
    top: -160px;
    z-index: 999999;
    position: relative;
    /*margin-bottom: 150px;*/
}
.row-tours-page .row{
    transform: skew(0deg, -6deg);
}
.icon-agenda{
    background-image: url(../images/icons/icon-big-calendar.svg);
    background-size: cover;
    height: 250px;
    display: none;
}
.titre-agenda{
    padding-top: 90px;
    padding-left: 50px;
    display: none;
}
.titre-agenda div{
    max-width: 300px;
    text-align: center;
}
.carousel-agenda .arrow-left, .carousel-agenda .arrow-right {
    position: absolute;
    top: 200px;
    margin-top: -25px;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 1;
    transition: background .5s, opacity .5s;
    background-size: 50%;
    background-color: #31336B;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.carousel-agenda{position: relative;padding-bottom: 100px; /*display: none;*/}
.carousel-agenda .arrow-left {
    left: 0;
    background-image: url(../img/arrow-left.png);
    display: none;
}
.carousel-agenda .arrow-right {
    right: 0;
    background-image: url(../img/arrow-right.png);
}
.owl-nav{display: none;}
.header-card{
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    padding: 15px 10px;
    gap: 10px;
}

.footer-card-agenda,.header-card{
    background: rgba(121, 117, 117, 0.30) url(../images/bg-card.png) repeat;
}
.header-card h4{
    margin-bottom: 0;
    font-size: 18px;
}
.header-card p{
    color: #8E8E8E;
}
.header-card img{max-width: 40px;    max-height: 40px;}
.titre-card-agenda{
    margin-left: 10px;
}
.image-card-agenda{
    height: 300px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-card{
    transition: 1s all ease;
    transform: scale(0);
}
.card-agenda:hover .link-card{transform: scale(1);}
.link_event{
    position: relative;
    width: 100px;
    height: 100px;
    background: rgba(233, 78, 27, 0.48);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    transition: 1s all ease;
    transform: rotate(45deg);
}

.link_event a{
    background-color: #E94E1B;
    background-size: cover;
    display: flex;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
}
.link_event a span{
    background-image: url(../images/icons/icon-link.svg);
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: auto;
    transform: rotate(-45deg);
}
.colone-card-agenda{
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    position: relative;
}
.colone-card-agenda > div{
    margin-left: 12px;
}
.colone-card-agenda > div p{
    line-height: 1.5;
}
.colone-card-agenda > div p:first-child{
    font-size: 16px;
}
.colone-card-agenda > div p:last-child{
    color: #8E8E8E;
    font-size: 13px;
}
.colone-card-agenda:first-child:before{
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #E94E1B;
    position: absolute;
    right: 0;
    transform: skew(-20deg, 0deg);
}


.container-grid {
  width: 100%;
  margin: 3rem auto;
  display: grid;
  grid-template-rows: repeat(2, 15rem);
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
   z-index: 99;
    position: relative;
    margin-bottom: -80px;
}

.item {
  padding: 2rem;
  font-size: 3rem;
  background-size: cover;
  background-repeat: no-repeat;

}
.container-grid .item:nth-child(1){
    grid-row: 1 / 3;
    grid-column: 1 / 3;
}
.container-grid .item:nth-child(2){
    grid-row: 2 / 3;
    grid-column: 3 / 3;
    z-index: 1;
}
.container-grid .item:nth-child(3){
    grid-row: 1 / 2;
    grid-column: 3 / 3;
}
.carousel-agenda .arrow-left:hover, .carousel-agenda .arrow-right:hover{
    background-color: #E94E1B;
}


/* FOOTER */



footer{
    background-color: #0057FF;
    position: relative;
    padding: 20px 20px 50px;
}

.menu-footer ul{
    padding-left: 0;
}

@media (max-width: 767px) {

}

.footer-social-link ul {
    padding-left: 0;
    text-align: left;
    margin-bottom: 0;
}
.footer-social-link li {
    display: inline-block;
    margin-right: 6px;
    transition: 1s all ease;
}
.footer-social-link h4{
    font-size: 18px;
    color: #31336B;
    font-weight: 400;
    margin-top: 15px;
}
.footer-social-link li:hover {
    transform: rotate(360deg);
}
.logo-3 img{
    width: 70%;
    text-align: center;
    margin: 0 auto;
    display: flex;
}
.container-nous-suivre {
    display: inline-flex;
    margin-top: 10px;
}
p.nous-suivre {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'panel-sans';
    font-weight: 900;
    margin-right: 10px;
}
.logo-nous-suivre{
    height: 30px;
    margin-right: 5px;
    margin-left: 5px;
}
.logo-footer a{
    display: block;
    text-align: center;
}
.logo-footer img{width: 100%; max-width: 300px;}

.menu-footer li{
    list-style: none;
}
.menu-footer li a{
    list-style: none;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'panel-sans';
    font-weight: 700;
}
p.text-footer {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'panel-sans';
    font-weight: 700;
}
p.text-footer a{
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'panel-sans';
    font-weight: 700;
}
.infos-footer p{
    color: #31336B;
    font-size: 16px;
}
.copyright{
    background: #31336B;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

/* ENDFOOTER */


.ht__bradcaump__area-120 {
    padding-bottom: 120px;
    padding-top: 120px;
}
.bg-image--4 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.search-event {
    display: block;
    background-color: #31336B;
    position: absolute;
    bottom: -65px;
    z-index: 2;
    width: 100%;
    transform: skew(0deg, -5deg);
    padding: 70px;
    color: #fff;
}
.search-event form {
    transform: skew(0deg, 5deg);
    max-width: 500px;
    margin: auto;
}
.search-event form label {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    margin-right: 30px;
    font-size: 28px;
}
.flex-search{
    display: flex;
    align-items: center;
    float: right;
    margin-left: 55px;
    position: relative;
}
.flex-search input[type="text"]:focus,.flex-search input[type="search"]:focus{outline: none;}
.flex-search input[type="text"],.flex-search input[type="search"]{
    height: 100%;
    border-radius: 0;
    outline: none;
    border: none;
}
/*.submit_search{
    background-image: url('../images/icons/recherche.svg');
    background-repeat: no-repeat;
    width: 30px !important;
    height: 30px !important;
    background-size: cover;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 30px;
}*/
.submit_search {
    background-image: url(../images/icons/recherche.svg);
    background-repeat: no-repeat;
    /* width: 30px !important; */
    height: 30px !important;
    /* background-size: cover; */
    /* background-color: transparent; */
    /* border: none; */
    position: absolute;
    right: 30px;
}
.text-left {
    text-align: left!important;
}
.bradcaump__inner .bradcaump-title {
    font-size: 50px;
    padding-left: 0px;
    font-family: 'product_sansBold';
    color: #fff;
    position: relative;
    top: -50px;
    line-height: 30px;
}
.top-skew{margin-top: 200px;}
.widget{margin-top: 100px;}
.wn__sidebar .widget h3.widget-title {
    font-size: 20px;
    margin: 0 0 15px;
    color: #70BCC0;
    font-family: 'product_sansBold';
}
.wn__sidebar .widget.category_widget ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
ul.tagsCloud {
    text-align: center;
}
ul.tagsCloud li a.size1 {
    font-size: 22px !important;
}

ul.tagsCloud li a.size2 {
    font-size: 47px !important;
}


ul.tagsCloud li a.size3 {
    font-size: 15px !important;
}


ul.tagsCloud li a.size4 {
    font-size: 24px !important;
}
ul.tagsCloud li a.size5 {
    font-size: 47px !important;
}

ul.tagsCloud li a.size6 {
    font-size: 40px !important;
}
.widget ul {padding-left: 0;}
.widget.tags ul li a {
    color: #676767 !important;
    font-size: 14px !important;
    display: inline-block;
    padding: 4px;
}
.widget.tags ul li {
    display: inline-block;
    margin-right: 5px;
    background: #DFE0DF;
    padding: 0 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}
ul.tagsCloud li {
    display: inline-block;
    margin-right: 13px;
}

.wn__sidebar .widget.archives_widget ul li a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.wn__sidebar .widget.article-recent ul li a {font-family: 'product_sansregular';font-style: italic;}
.wn__sidebar .widget.article-recent ul li {list-style: none;}
.widget.tags ul li a:hover{text-decoration: none;color: #70BCC0 !important;}
.events-card{margin-bottom: 30px;}

.gallery__menu button {
    background: #DFE0DF none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    font-size: 16px;
    margin-right: 0;
    position: relative;
    transition: all 0.4s ease-out 0s;
    z-index: 2;
    outline: 0;
    height: 100%;
    background: rgba(121, 117, 117, 0.30) url(../images/bg-card.png) no-repeat;
    background-size: cover;
}
.bouton-filtre{max-width: 110px;width: 100% !important;border-right: 1px solid !important;}


.gallery__menu {
    display: inline-flex;
    align-items: center;
    height: 100%;
    box-shadow: 0px 1px 8px hsla(0, 0%, 0%, 0.45);
    width: 100%;
    position: relative;
    z-index: 9;
    background: #fff;
}

.gallery__menu .all-items-programmation{
    background: #E7E7E7;
    color: #000;
    font-size: 30px;
    height: 100%;
    line-height: 1.5;
    text-align: left;
    font-family: 'product_sansregular';
    padding: 25px 60px;
    text-shadow: none;
    width: 100% !important;
    font-weight: bold;
    margin-bottom: 0;
}
.bouton-filtre img{
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 12px;
}
.is-checked{background-color: red !important;}
.titre-filte-date{
    padding: 0;
    margin: 0;
    background: #31336B;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}
.input-filtre form{height: 100%;}
.input-filtre input{
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 18px;
}
#reportrange,#reportrange2{
    display: flex;
    align-items: center;
    height: 100%;
    border: 1px solid #ccc;
        min-height: 50px;
}
#reportrange span,#reportrange2 span{
    padding-left: 20px;
    font-size: 18px;
}
.input-filtre input:focus{
    outline: none;
    border-color: none;
}
.input-filtre input::-webkit-input-placeholder { /* Edge */
  color: #000;
}

.input-filtre input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.input-filtre input::placeholder {
  color: #000;
}
.bloc-filter{
    margin-top: 50px;
    margin-bottom: 50px;
}
.input-filtre .submit_search{top: 10px; display: none;}


ul.filtre {
  list-style-type: none;
  padding-left: 0;
}

ul.filtre li {
  display: inline-block;
  text-align: center;
  border: medium none;
    display: inline-block;
    font-size: 16px;
    margin-right: 0;
    position: relative;
    transition: all 0.4s ease-out 0s;
    z-index: 2;
    outline: 0;
    height: 100%;
    background: rgba(121, 117, 117, 0.30) url(../images/bg-card.png) no-repeat;
    background-size: cover;
}

ul.filtre input[type="radio"] {
  display: none;
}

ul.filtre label {

  cursor: pointer;
  width: 100%;
  height: 100%;
align-items: center;
display: flex;
justify-content: center;

}

ul.filtre label:before {
  background-color: white;
  color: white;
  content: " ";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #E7304F;
  position: absolute;
  top: -10px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
  margin: 0;
}

ul.filtre label img {
    height: 30px;
    width: 30px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 12px;
}

ul.filtre input[type="radio"]:checked + label {
  border-color: #ddd;
}

ul.filtre input[type="radio"]:checked + label:before {
  content: "✓";
  background-color: #E7304F;
  transform: scale(1);
}

ul.filtre input[type="radio"]:checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}
#reset_filtre{text-align: right;}
#reset_filtre label{color:red;text-decoration: underline;cursor: pointer;}
#reset_filtre input{opacity: 0;display: none;}
.reset_filtre{
    color:red;text-decoration: underline;cursor: pointer;text-align: right;margin-bottom: 10px;display: block;
}
.page-item.active .page-link {
    background-color: #F39200;
    border-color: #F39200;
}
.page-link {
    position: relative;
    display: block;
    padding: 5px 15px !important;
    margin-left: -1px;
    line-height: 1.25;
    color: #F39200;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    color: #F39200;
}
.pager{display: flex;justify-content: center;}
.top-page{
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
}
.titre-page {
    text-align: center;
    font-family: 'product_sansBold';
    color: #000;
    font-size: 50px;
    line-height: 1;
}
.sep-titre {
    display: block;
    height: 2px;
    background: #000;
    max-width: 460px;
    margin: auto;
    margin-top: 40px;
}
.item-search h3 a {
    font-size: 30px;
    font-family: 'product_sansBold';
    color: #000;
}
.item-search p {
    font-size: 18px;
    padding: 20px 0;
}
.text-right {
    text-align: right!important;
}
.item-search .lire-plus a {
    color: #f04b52;
    font-weight: bold;
    font-size: 18px;
}
.content-page{
    position: relative;z-index: 99;
}
.titre-page{
    margin-top: 50px;
    position: relative;
}
.titre-page span{
    width: 180px;
    height: 180px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.titre-page-search span {
     width: auto;
     height: 1px;
    display: block;
    margin: auto;
     position: initial;
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
}
.titre-icon-restau span{
    background-image: url('../images/icons/restauration_gris.svg');
}
.titre-icon-picker span{
    background-image: url('../images/icons/picker-gris.svg');
}
.titre-icon-encore span{
    background-image: url('../images/icons/mais_encore.svg');
}
.titre-page h1{
    position: relative;
    z-index: 99;
    padding-top: 65px;
    font-size: 50px;
}
h1.titre-tours-sur-loire {
    font-family: 'panel-sans';
    font-weight: 900;
    color: #0057FF;
}
p.texte-intro {
    font-family: 'panel-sans';
    color: #0057FF;
    font-size: large;
}
span.sous-titre-tours-sur-loire {
    font-weight: 900;
    font-size: x-large;
}
.bg-bloc-restaurant{
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    background-size: cover;
    height: 450px;
    transform: skew(0deg, -5deg);
    position: relative;
    top: -220px;
}
.left-skewBig{
    transform: skew(0deg, -6deg);
    padding: 60px 60px 60px;
    position: relative;
    z-index: 9;
    z-index: 9;
    margin-bottom: -200px;
    top: 85px;
}
.skewSmall{
    transform: skew(0deg, 6deg);
}
.left-skewBig h2{
    font-family: 'product_sansBold';
    font-size: 45px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #000;
}
.left-skewBig h2:before{
    content: '';
    display: block;
    height: 1px;
    width: 130px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}
.infos-skew h4{
    font-size: 18px;
    color: #000;
}
.infos-skew{font-size: 18px;}
.infos-skew p span{
    color: #fff;
}
.infos-skew small,.infos-skew p small{
    margin-top: 10px;
    display: block;
    line-height: 1.2;
    color: #000;
    font-size: 12px;
    max-width: 90%;
}
.text-restau{
    max-width: 75%;
    color: #000;
    padding: 110px 0px;
    margin: auto;
}
.bloc-coin .row:first-child{
    max-width: 85%;
    margin: auto;
    position: relative;
    z-index: 99;
    margin-top: 100px;
    text-align: center;
}
.bloc-coin .row:nth-child(2){
margin-top: 20px;
    text-align: justify;
}
.bottom--minus-75{
    margin-bottom: -75px;
}
#section03 .text-restau{
    padding-top: 200px;
    max-width: 50%;
}

.titre-icon-enimages{
    margin-bottom: 50px;
}

.titre-icon-enimages span{
    background-image: url('../images/icons/en_image_gris.svg');
    left: 200px;
    margin: initial;
    top: 70px;
    width: 130px;
}

.galerie-images{margin: 0;position: relative;}

.galerie-images .col-lg-8,.galerie-images .col-lg-4{
    padding-right: 0;
}

.galerie-images .col-lg-8 div{
    height: 415px;
    margin-bottom: 15px;
    background-size: cover;
}
.galerie-images .col-lg-4 div{
    height: 200px;
    margin-bottom: 15px;
    background-size: cover;
}
.bloc-2{
    position: absolute;
    right: 0;
    top: 0;
}
.bloc-3{
    position: absolute;
    right: 0;
    top: 215px;
}

.bloc-9{
    position: absolute;
    left: 0;
    top: 215px;
}
.items-encore{
    margin-top: 80px;
}
.item-encore{
    display: flex;
    align-items: flex-start;
    margin-top: 150px;
}
.item-encore img{
    max-width: 70px;
}
.item-encore h2{
    font-family: 'product_sansBold';
}
.item-encore p,.item-encore p a{
    font-size: 16px;
    color: #000;
}
.content-item-encore{
    padding-left: 25px;
    max-width: 75%;
}
.content-item-encore .seperator{
    height: 1px;
    background: #000;
    margin: 15px 0;
    max-width: 100px;
    position: relative;
}
.content-item-encore .seperator:before{
    height: 1px;
    content: '';
    background: #ccc;
    margin: 15px 0;
    max-width: 100px;
    position: absolute;
    width: 100%;
    top: -16px;
}
#map {
    height: 850px;
    width: 100%;
}
.bloc-content-map {
    transform: skew(0deg, -10deg);
    padding: 60px 80px 0;
    position: relative;
    z-index: 9;
    max-width: 450px;
    background: #fff;
    position: absolute;
    width: 100%;
    top: 100px;
    left: 80px;
}
.content-map{
    transform: skew(0deg, 10deg);
}
.item-content-contact{position: relative;}
.item-content-contact:after{
    content: "";
    display: block;
    height: 1px;
    width: 150px;
    background: #000;
    margin-bottom: 30px;
}
.item-content-contact:last-child:after{
    display: none;
}
.item-content-contact h1{
    color: #E94E1B;
    margin-bottom: 0
}
.item-content-contact h1 span{
    display: block;
    font-size: 18px;
}
.item-content-contact p{
    color: #000;
    font-size: 15px;
}
.item-content-contact div{
    padding: 25px 0;
}
.company-contact{
    display: flex;
    margin-top: 100px;
    margin-bottom: 60px;
}
.company{
    max-width: 250px;
    width: 100%;
}
.company:nth-child(odd) {
    transform: skew(0deg, -10deg);
}
.company:nth-child(odd) .item-company {
    transform: skew(0deg, 10deg);
}

.company:nth-child(even) {
      transform: skew(0deg, 10deg);
}
.company:nth-child(even) .item-company{
      transform: skew(0deg, -10deg);
}
.company .item-company{
    padding: 35px 30px;
}
.company .item-company h3{

}
.company .item-company .sep-company{
    display: block;
    height: 1px;
    width: 80px;
    background: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
}
.dropdown-menu{
    background: #fff none repeat scroll 0 0;
    border: none;
    border-radius: 0;
    display: block;
    left: -40px;
     opacity: 0;
    position: absolute;
    text-align: left;
    top: 89%;
    transition: all 0.5s ease 0s;
     visibility: hidden;
    z-index: 3000;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    margin-top: 13px;
    /*width: 100%;*/
    z-index: 9999;
    flex-wrap: wrap;
    padding: 0 1.5rem;
}
.dropdown-menu a{
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    color: #7c3e6c;
}
.dropdown-menu a:last-child{
    border-bottom: none;
}
.dropdown-toggle::after{display: none;}
.navbar-nav li.nav-item:hover  .dropdown-menu{
    opacity: 1;
    visibility: visible;
}
.dropdown-menu a:hover{background: transparent !important;}

.espaces-area-120 {
    padding-bottom: 0;
    padding-top: 0;
}
.bg-image--espaces {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 500px;
}
.skew-espaces {
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 99;
    width: 100%;
    transform: skew(0deg, -5deg);
    padding: 70px 0 0;
    color: #000;
    top: -100px;
}
.container-skew-espaces{
    transform: skew(0deg, 5deg);
}


#timeline {
  list-style: none;
  position: relative;
}
#timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
    width: 2px;
    background-color: #000;
    left: 50%;
    z-index: 99;
}
#timeline .clearFix {
  clear: both;
  height: 0;
}
#timeline .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -25px;
  background-color: #4997cd;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#timeline .timeline-badge span.timeline-balloon-date-day {
  font-size: 1.4em;
}
#timeline .timeline-badge span.timeline-balloon-date-month {
  font-size: .7em;
  position: relative;
  top: -10px;
}
#timeline .timeline-badge.timeline-filter-movement {
  background-color: #ffffff;
  font-size: 1.7em;
  height: 35px;
  margin-left: -18px;
  width: 35px;
  top: 40px;
}
#timeline .timeline-badge.timeline-filter-movement a span {
  color: #4997cd;
  font-size: 1.3em;
  top: -1px;
}
#timeline .timeline-badge.timeline-future-movement {
  background-color: #ffffff;
  height: 35px;
  width: 35px;
  font-size: 1.7em;
  top: -16px;
  margin-left: -18px;
}
#timeline .timeline-badge.timeline-future-movement a span {
  color: #4997cd;
  font-size: .9em;
  top: 2px;
  left: 1px;
}
#timeline .timeline-movement {
  position: relative;
  margin-top: 50px;
  margin-left: 0;
    margin-right: 0;
}
#timeline .timeline-movement.timeline-movement-top {
  height: 60px;
}
#timeline .timeline-movement .timeline-item {
  padding: 20px 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 10px 0;
  position: relative;
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
  text-align: right;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
  color: #666;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {
  color: #468c1f;
  font-size: 1.3em;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
  text-align: left;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
  color: #e2001a;
  font-size: 1.3em;
}
.bloc-number-left,.bloc-number-right{
    width: 65%;
    font-size: 12em;
    font-family: "product_sansBold";
    color: #E7E7E7;
    text-align: center;
}
.bloc-number-left{
    float: left;
}
.bloc-number-right{
    float: right;
}
.skew-content-timeline-panel-right,.skew-content-timeline-panel-left{
    width: 35%;
    transform: skew(0deg, -5deg);
    padding: 0px 0 0;
}
.skew-content-timeline-panel-right{
    float: left;
}
.skew-content-timeline-panel-left{
    float: right;
}

.content-timeline-panel-right,.content-timeline-panel-left{
    transform: skew(0deg, 5deg);
    padding: 40px 25px;
}
.content-timeline-panel-right h3,.content-timeline-panel-left h3{
    font-family: "product_sansBold";
    color: #000;
}
.container-full-width3 {
    height: 750px;
}
.content-timeline-panel-right p,.content-timeline-panel-left p{
    color: #000;
    font-size: 16px;
}
.content-timeline-panel-right small p,.content-timeline-panel-left small p{
    color: #fff;
    font-size: 14px;
}
.content-text-right{
    padding-left: 50px;
    text-align: left;
}
.content-text-left{
    padding-right: 50px;
    text-align: right;
}
.content-text-right p,.content-text-left p{
    color: #000;
    font-size: 15px;
}
.content-text-right span,.content-text-left span{
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #F39200;
    font-size: 15px;
}
.content-text-right a,.content-text-left a{
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px 40px;
    color: #000;
}
#map-espaces{height: 100%;}
.titre-page-esapce h1{
    font-family: "product_sansBold";
    color: #000;
    font-size: 30px;
    margin-bottom: 0;
}
.titre-page-esapce{
    position: absolute;
    max-width: 200px;
    background: #fff;
    left: 40px;
    top: 60px;
    padding: 15px 30px;

}
.titre-page-tours{
    position: absolute;
    max-width: 350px;
    background: #fff;
    left: 0;
    top: 0;
    padding: 30px 30px;
    height: 100%;
    width: 100%;

}
.titre-page-tours h1{
    font-family: "product_sansBold";
    color: #000;
    font-size: 4em;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.titre-page-tours h1:before,.text-ouverture:before {
    content: '';
    display: block;
    height: 1px;
    width: 130px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}
.text-ouverture{
    position: relative;
    padding-bottom: 20px;
    font-size: 20px;
}
.text-horaire{
    padding-top: 20px;
    font-size: 18px;
}
.bloc-icon-agenda{
    max-width: 700px;
    margin: auto;
    color: #000;
    text-align: center;
    font-size: 18px;
}
.text-color{margin-top: 40px;margin-bottom: 40px;}
.bloc-icon-agenda span.icon-bloc{
    background-image: url('../images/icons/icon-big-calendar.svg');
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    margin-bottom: -30px;
}
.btn-has-icon{
    position: relative;
}
.btn-has-icon:hover{
   background-color: transparent !important;
   color: #000 !important;
}
.btn-has-icon:before{
    position: absolute;
    right: 13px;
    top: 13px;
    content: '';
    background: url('../images/icons/icon-link-black.svg');
    display: block;
    width: 20px;
    height: 20px;
}
.top-150{margin-top: 150px;}

#button-top {
  display: flex;
     align-items: center;
     justify-content: center;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-top img {
  width: 30px;
    height: 22px;
    display: block;
}
#button-top:hover {
  cursor: pointer;
}

#button-top.show {
  opacity: 1;
  visibility: visible;
}



.titre-event-popup{
    color: #000;
    font-size: 23px;
}
.date-event-popup{
    color: #000;
    font-size: 14px;
    padding: 15px 40px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 20px 0;
}
.text-evet-popup{
    font-size: 14px;
    color: #000;
}
.bottom-popup{
    background: #f04b52;
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px;
}
.colone-image{
    position: relative;
}
.colone-image .dateEvent {
    top: 0;
    left: 15px;
}
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.91);
}
#myCanvasContainer{background-color: transparent !important;}
.fancybox-stage{max-width: 900px;margin: auto;}
.fancybox-content{padding: 0;}
.colone-image img{width: 100%;height: 100%;}
.body-popup{margin: 0; min-width: 888px; min-height: 380px;}
.imge-event-principal{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dateEvent{
    background: #fff;
    color: #fff;
    max-width: 20%;
    margin: auto;
    position: absolute;
    width: 100%;
    top: -60px;
    left: 62px;
    padding: 15px 10px;
    word-wrap: break-word;
}
.fancybox-inner .dateEvent{width: 60px;}
.dateEvent img{ max-width: 50px;     padding-bottom: 0;}
.dateEvent p strong{
font-size: 30px;
    letter-spacing: 4px;
  }
.dateEvent p {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.event {
  margin-top: 30px;
  position: relative;
    border: 1px solid #000;
    padding: 25px;
}

.type-event {
    color: #f04b52;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 20px;
}
.content-popup {
    padding-top: 30px;
}
.text-evet-popup {
    font-size: 14px;
    color: #000;
    padding-bottom: 15px;
}
.body-popup {
    margin: 0;
    min-width: 888px;
    min-height: 100%;
}

.single-body-event{
    padding-top: 100px;
}
.single-body-event .imge-event-principal{
    height: 300px;
}
.single-body-event .dateEvent {
   max-width: 10%;
}
.icon-categ-single{
    max-width: 30px;
    margin-right: 20px;
}
/*************************************************************************************************/
/**                                        RESPONSIVE                                            **/
/*************************************************************************************************/

/*********xs*********/
@media (max-width: 320px) {

}
@media (max-width: 991px) {

}

@media (max-width: 767px) {
    header{
        padding-bottom: 20px;
    }
    .header-social-link ul {
        text-align: left;
    }
    .menu .collapse{margin-top: 20px;}
    .navbar-nav{display: initial;}
    .navbar-nav li.nav-item {
        max-width: 49%;
        width: 100%;
        display: inline-block;
        float: left;
    }
    .navbar-nav li.nav-item a{
        max-width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.4);
    }
    .navbar-nav li{max-width: 50%;}
    .btn-menu{
        margin-right: 20px;
        position: absolute;
        right: 0;
        top: 35px;
    }
    .navbar-brand{
        padding: 15px 0 0 0;
        text-align: left !important;
    }
    .header-social-link{display: none;}
    .slide {
        height: 300px !important;
    }
    .skewed-events {
        margin-top: -70px;
        padding-top: 0;
    }
    .events-titre {
        top: 50px;
    }
    .colone-event {
        height: 270px;
    }
    .row-tours-page .colone-event{margin-bottom: 10px;}
    .row-tours-page .colone-event:last-child{margin-bottom: 0;}
    .content-colone-event .card-event {
        padding: 15px 15px;
    }
    .sep-event {
        margin: 10px 0;
    }
    .icon-event {
        margin-bottom: 5px;
    }
    .card-event h3 {
        font-size: 20px;
    }
    .link-event {
        width: 25px;
        height: 25px;
        margin-top: 0;
    }
    .bloc-titre-tours-page {
        top: 50px;
    }
    .titre-agenda div {
        margin: auto;
    }
    .titre-agenda {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 20px;
        padding-right: 0;
    }
    .carousel-agenda{
        padding-top: 17px;
        margin-top: 40px;
    }
    .carousel-agenda .arrow{
        position: absolute;
        top: 0;
        z-index: 9;
        padding: 0 15px;
        right: 0;
    }
    .carousel-agenda .arrow-left, .carousel-agenda .arrow-right{
        position: initial;
        display: inline-block;
        width: 40px;
        height: 40px;
    }
    .colone-card-agenda {
        width: 50%;
    }
    .colone-card-agenda:nth-child(1) img{max-width: 17px !important;}
    .colone-card-agenda:nth-child(2) img{max-width: 20px !important;}
    .carousel-agenda {
        padding-bottom: 50px;
    }
    .container-grid{grid-template-columns: initial;    grid-template-rows: initial;}
    .container-grid .item:nth-child(1),.container-grid .item:nth-child(2),.container-grid .item:nth-child(3) {
        grid-row: initial;
        grid-column: initial;
        height: 200px;
    }
    .logo-3{text-align: center;margin-bottom: 20px;}
    .logo-3 img{max-width: 200px;}


    .gallery__menu {
        display: block;
    }
    .gallery__menu .all-items-programmation{height: auto;font-size: 22px;}
    ul.filtre li {
        height: auto;
    }
    ul.filtre label {
        height: auto;
        display: inline-block;
    }
    .bouton-filtre {
        max-width: 32.56%;
        margin-top: 4px;
        border-bottom: 1px solid !important;
    }
    .search-event .form-group{display: block;}
    .flex-search input[type="text"], .flex-search input[type="search"] {
        min-height: 56px;
    }
    .search-event {
        padding: 40px;
        bottom: -48px;
    }
    .ht__bradcaump__area-120 {
        padding-top: 90px;
    }
    .titre-page h1 {
        padding-top: 10px;
    }
    .galerie-images .col-lg-8, .galerie-images .col-lg-4 {
         padding: 0;
    }
    .bloc-2,.bloc-9,.bloc-3{
        position: initial;
    }
    .galerie-images .col-lg-8 div {
        height: 200px;
    }
    .titre-icon-enimages span {
        left: 0;
        top: 25px;
        width: 110px;
    }
    .titre-page {
        margin-top: 30px;
    }
    .content-item-encore {
        max-width: 100%;
    }
    .titre-icon-encore h1 {
        padding-top: 55px;
    }
    .items-encore {
        margin-top: 0;
    }
    .titre-icon-encore span {
        width: 130px;
    }
    .item-encore {
        margin-top: 100px;
    }
    .company-contact {
        display: block;
        margin-top: 60px;
    }
    .bloc-content-map {
        position: initial;
        width: 100%;
        top: 100px;
        padding: 60px 15px 0;
        left: 0;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.38);
        max-width: 90%;
        margin: auto;
        margin-top: 60px;
    }
    .company {
        max-width: 100%;
        margin-bottom: 58px;
    }
    #map {
        height: 300px;
    }
    .titre-page-esapce {
        left: 10px;
        top: 10px;
    }
    .skew-content-timeline-panel-right, .skew-content-timeline-panel-left {
        width: 55%;
    }
    .bloc-number-left, .bloc-number-right {
        width: 45%;
        font-size: 9em;
    }
    #timeline:before{display: none;}
    #timeline .timeline-movement {
        margin-top: 0px;
        border-bottom: 1px solid #000;
    }
    #timeline .timeline-movement:last-child{
        border-bottom: none;
    }
    .content-text-right {
        padding-left: 0;
    }
    .content-text-left {
        padding-right: 0;
    }
}


/********small********/
@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-brand{
        padding: 15px 0 0 0;
    }
    .menu{
        max-width: 100%;
        flex: auto;
        padding: 0;
    }
     .menu .collapse{margin-top: 20px;}
    .navbar-nav{display: initial;}
    .navbar-nav li.nav-item {
        max-width: 25%;
        width: 100%;
        display: inline-block;
        float: left;
    }
    .navbar-nav li.nav-item a{
        max-width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.4);
    }
    .navbar-nav li{max-width: 50%;}
    .header-social-link{flex: auto;max-width: 100%;}
    .header-social-link{display: none;}
    header{
        padding-bottom: 20px;
    }
    .content-colone-event .card-event {
        padding: 15px;
    }
    .content-colone-event {
        width: 50%;
    }
    .events-titre {
        top: 50px;
    }
    .titre-page h1 {
        padding-top: 10px;
    }

    .titre-icon-enimages span {
        left: 70px;
        top: 20px;
    }
    .titre-page {
        margin-top: 30px;
    }
    .container-images{padding-left: 0;}
    .content-item-encore {
        max-width: 100%;
    }
    .titre-icon-encore h1 {
        padding-top: 55px;
    }
    .items-encore {
        margin-top: 0;
    }
    .company-contact {
        flex-wrap: wrap;
    }
    .company {
        max-width: 33%;
        margin-top: 40px;
    }
    .company-contact {
        margin-top: 60px;
    }
    .skew-content-timeline-panel-right, .skew-content-timeline-panel-left {
        width: 55%;
    }
    .bloc-number-left, .bloc-number-right {
        width: 45%;
        font-size: 9em;
    }
}

/******medium******/

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .btn-menu{display: none;}
    .icon-agenda {
       height: 230px;
    }
    .titre-agenda {
        padding-top: 80px;
        padding-left: 25px;
    }
    .titre-icon-restau h1 {
        padding-top: 10px;
    }
    .titre-icon-encore h1 {
        padding-top: 55px;
    }
    .items-encore {
        margin-top: 0;
    }
    .titre-icon-enimages span {
        top: 20px;
    }
    .titre-icon-restau {
        margin-top: 30px;
    }
    .container-images{padding-left: 0;}
}


@media (min-width: 1200px){
  .btn-menu{display: none;}
}
@media screen and (min-width: 1200px) and (max-width: 1350px) {

}
@media screen and (min-width: 1920px) {

}
.credit-photo {
  bottom: 0 !important;
    padding: 0 5px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    height: 30px !important;
    font-size: 10px;
    vertical-align: bottom;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}
/*li.nav-item.calendar-icon.menu-item.menu-item-type-post_type.menu-item-object-page {
    display: none;
}*/
.text-intro {
    /*top: -225px;*/
    position: relative;
    z-index: 9999;
    text-align: justify;
}
.container-full-width {
   /* background-color: red;*/
    width: 100% !important;
}
.container-full-width2 {
    background-color: #0057FF;
}
.container-full-width3 {
    background-image: url(../images/background-event.svg);
}
.text-intro{
    background-image: url(../images/background-home.svg);
    background-size: 100%;
    background-repeat: no-repeat;
   /* height: 280px;*/
}
}
