/*
Theme Name: Dagor Theme
Description: Divi child theme for La Compagnie du Dagor
Template: Divi
Version: 1.0
*/

/* Globals */

.ds-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.et_pb_scroll_top.et-pb-icon {
    background-color: #fff;
    border: 2px solid black;
    border-right: 0;
    border-radius: 0;
}
.et_pb_scroll_top:before {
    color: #000;
}
#page-container {
	position: relative;
}
#et-main-area {
	position: absolute;
	top: 0;
	width: 100%;
}
.section-title h1 {
	font-size: 60px;
	font-weight: 600;
}
.section-title h2 {
  font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;	
  font-size: 50px;
  font-weight: 600;
}
.home .section-title h2 {
  color: #fff;
}
.overlapImage {
  /*right: -50px;*/
  right: -20px;
  transition: all .2s ease-in-out;
}
.overlapText {
  /*left: -50px;*/
  left: 4px;
  top: 100px;
  transition: all .2s ease-in-out;
}
.bordered {
	border: 2px solid #fff;
	outline: 12px solid #000;
}
.signature {
	font-family: Satisfy, handwriting;
	font-size: 20px;
}
.book .et_pb_main_blurb_image {
	width: 200px;
}
.book .et_pb_image_wrap {
	position: relative;
}
.book img {
	position: relative;
}
.book .et_pb_image_wrap::before {
	right: 5%;
	position: absolute;
    bottom: -10%;
    width: 100%;
    height: 100%;
    border: 4px solid #000;
    content: '';
}

@media screen and (max-width : 980px) {	
  .overlapImage {
    right: -100px;
  }
  .overlapText {
    left: -65px;
    top: -50px;
  }
}

@media screen and (max-width : 767px) {
  .overlapImage {
    right: 0px;
  }
  .overlapText {
    left: 0px;
    top: 0px;
  }
}

.home {
  background-color: #000;
}
.page-title-block {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
}
.upper-page-title {
  bottom: -80px;
}
.page-title-content {
  background: white;
  outline-color: black;
  outline-width: 2px;
  outline-offset: -10px;
  padding: 40px;
  outline: solid;
  text-align: center;
}
.et_pb_blurb_description a {
    text-decoration: none;
    border-bottom: solid 1px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s; 
    position: relative;
    border-color: rgba(0,0,0, 0);
    transition: border-color 0.2s;
}
.et_pb_blurb_description a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 100%;
  height: 1px;
  background: rgba(0,0,0, 1);
  -webkit-transition: right 0.2s ease-in-out;
          transition: right 0.2s ease-in-out;
}
.et_pb_blurb_description a:hover {
  border-color: rgba(0,0,0, 0);;
    outline: none; 
}
.et_pb_blurb_description a:hover:after {
  right: 0%;
}
.col-40 .media img {
    max-height: 600px;
}
#cookie-law-info-bar, #cookie-law-info-again {
  box-shadow: none;
  border: 3px solid black;
  border-bottom: none;
}

/* Header */

.dagor-navbar {
	height: 120px;
    width: 100%; 
    position: fixed;
    z-index: 9000;
    transition: all 0.8s;
}
.dagor-navbar.scrolled{
  background: rgba(0, 0, 0, 1);
}
.et_pb_svg_logo #logo {
	filter: invert(100%);
}
#et-top-navigation a {
    text-decoration: none;
    border-bottom: solid 1px;
    color: transparent;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s; 
    position: relative;
    border-color: rgba(255,255,255, 0);
    transition: border-color 0.2s;
}
#et-top-navigation a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 100%;
  height: 1px;
  background: rgba(255,255,255, 1);
  -webkit-transition: right 0.2s ease-in-out;
          transition: right 0.2s ease-in-out;
}
#et-top-navigation a:hover {
	border-color: rgba(255,255,255, 0);;
    outline: none; 
}
#et-top-navigation a:hover:before {
	right: 0%;
}
.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom: 10px;
    font-weight: 400;
}
.social-icons ul {
	list-style-type: none;
    display: flex;
    margin-bottom: 0;
}
.social-icons ul li {
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 5px;
	height: 24px;
    width: 24px;
    margin-left: 5px;
    -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}
.social-icons img {
	height: 12px;
	width: 12px;
	-webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}
.social-icons ul li:hover {
	background-color: #fff;
}
.social-icons ul li:hover img {
	filter: invert(100%);
}
#et-info {
    float: right;
}
#top-header .container {
    padding-top: 1.75em;
}
.current-menu-item a {
	border-bottom: solid 1px;
}
.current-menu-item a:after {
	content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0% !important;
    height: 1px;
    background: rgba(255,255,255, 1);
    -webkit-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
}
.et_header_style_left .logo_container, .et-fixed-header .logo_container {
    height: 100px;
    top: -45px;
    z-index: 9001;
    width: auto;
    padding: 0px 0;
} 
.et_fixed_nav #top-header {
    z-index: 9000;
    top: 10px;
}
.et_mobile_menu {
	border-top: 0;
}
.mobile_menu_bar:before {
	color: #fff !important;
}
.et_mobile_menu li a {
	color: #fff !important;
}
#main-header {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sub-menu {
	border-top: 0 !important;
	background-color: #000 !important;
}
#mobile_menu {
	background-color: #000 !important;
}
#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
	display: none;
}
#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child {
    padding-right: 0;
}
#top-menu li li a {
    font-weight: 400;
}

/* Slider */

.n2-ss-section-main-content {
	border: 4px solid white;
    width: calc(100% - 24px);
    height: calc(100% - 24px) !important;
    min-height: 95% !important;
    margin: auto;
    margin-top: 12px !important;
}
.n2-ss-section-main-content::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 103px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
  z-index: 999;
}
.n2-ss-slider-1 {
	height: 100vh;
}
.n2-style-09efebcef1f2f45d29438e0cabcf79bc-dot {
	background: rgba(255,255,255,0.5) !important;
	margin: 10px !important;
}
.n2-active {
	background: rgba(255,255,255,1) !important;
	padding: 7px 7px 7px 7px !important;
}
.slide-title h2, .slide-subtitle h3 {
	text-shadow: 0px 0px 6px #333 !important;
	margin-bottom: 20px !important;
}
.slide-btn {
	margin-top: 20px;
}
.n2-ss-slide-backgrounds:after {
   content: ' ';
   width: 100%;
   height: 100%;
   display: block;
   z-index: 99;
   position: absolute;
   top: 0;
   background: linear-gradient(to bottom, RGBA(0,0,0,1) 0%,RGBA(0,0,0,0) 30%);
}
.arrow-down {
	position: absolute !important;
    bottom: 0 !important;
}
.n2-ss-layer-row {
	margin: auto;
}

/* Footer */

#main-footer a {
    text-decoration: none;
    border-bottom: solid 1px;
    color: transparent;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s; 
    position: relative;
    border-color: rgba(255,255,255, 0);
    transition: border-color 0.2s;
}
#main-footer a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 100%;
  height: 1px;
  background: rgba(255,255,255, 1);
  -webkit-transition: right 0.2s ease-in-out;
          transition: right 0.2s ease-in-out;
}
#main-footer a:hover {
	border-color: rgba(255,255,255, 0);;
    outline: none; 
}
#main-footer a:hover:after {
	right: 0%;
}
.footer-widget {
	display: flex;
    justify-content: center;
}
#footer-widgets {
    padding: 2% 0 0;
}
#footer-bottom {
	display: none;
}

/* Instagram Feed */

.insta-dagor .et_pb_widget_area {
	padding: 0;
}
.null-instagram-feed {
	width: 100% !important;
}
.instagram-pics {
	display: flex;
}

/* Media queries */

@media only screen and ( max-width: 1200px ) {
	.n2-ss-slider .n2-ss-layer-content>[data-cssselfalign=right], .n2-ss-slider [data-frontend-fullwidth="0"][data-cssselfalign=right], .n2-ss-slider [data-has-maxwidth="1"][data-cssselfalign=right] {
		align-self: center !important; 
	}
	.slide-title h2, .slide-subtitle h3 {
		text-align: center !important;
	}
}

@media only screen and ( min-width: 1201px ) and ( max-width: 1400px ) {
	#top-menu li {
		font-size: 12px;
		padding-right: 10px;
	}
}

@media only screen and ( max-width: 1200px ) {
	.n2-ss-control-bullet {
		display: none !important;
	}
}

@media only screen and ( max-width: 1200px ) {
	#top-menu-nav, #top-menu {display: none;}
	#et_top_search {display: none;}
	#et_mobile_nav_menu {display: block;}
	#et-info {
	    float: none;
	    display: flex;
	    justify-content: center;
	}
	.et_header_style_left .logo_container, .et-fixed-header .logo_container {
	    top: -53px;
	}
}

@media (min-width: 981px) {
	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a, .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
	    padding-bottom: 15px;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
	    padding-top: 15px;
	}
	.et_pb_gutters3 .footer-widget {
	    margin-right: 5.5%;
	    margin-bottom: 2%;
	}
  .col-40 {
    width: 40% !important;
  }
  .col-40 .media {
    margin: 0 2em;
  }
  .col-60 {
    width: 60% !important;
  }
}


@media (max-width: 980px) {
	.et_header_style_left .logo_container, .et-fixed-header .logo_container {
	    top: -38px;
	}
	.et_header_style_left #logo, .et_header_style_split #logo {
	    max-width: 100%;
	}
	.n2-ss-layer {

	}
}

@media only screen and (max-width : 767px) {
	.slide-title h2 {
		font-size: 30px !important;
	}
	.slide-subtitle h3 {
		font-size: 12px !important;
	}
}

/* Agenda Homepage */

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

ul.agenda > li {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:100%;
    color:white;
    align-items: center;
    margin: 30px 0;
}

ul.agenda li div.date, ul.agenda li div.more {
    width:20%;
}
ul.agenda li div.content {
    width:60%; 
    border-left:2px solid white;
    padding:15px 30px;
}

ul.agenda li div.date .day {
    display: block;
    font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
    width: 100%;
    text-align: center;
    font-size: 4rem; 
    font-weight: 700;
} 

ul.agenda li div.date .month {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    margin-top: 20px;
    text-transform:uppercase;  
}
ul.agenda ul.infos, ul.agenda ul.event-link {
    padding:0;
    list-style-type:none;
} 
ul.agenda ul.infos li a {
    color:white;
}
ul.agenda ul.event-link {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:100%;
    align-items: center;
}
ul.agenda li div.content h2 {
	font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
    color:white;
    font-weight:700;
} 
ul.agenda ul.infos li.location:before {
    content: url('img/location.svg');
    display: inline-block;
    width: 12px;
    vertical-align: middle;
    margin-right: 10px;
}
ul.agenda ul.infos li.times:before {
    content: url('img/time.svg');
    display: inline-block;
    width: 12px;
    vertical-align: middle;
    margin-right: 10px;
}
ul.agenda ul.event-link li.event a {
    border: 2px solid white;
    width: 50px;
    text-align: center;
    height: 50px;
    display: block;
}
ul.agenda ul.event-link li.event a:before {
    content: url('img/facebook.svg');
    display: inline-block;
    width: 12px;
    vertical-align: middle;
    line-height: 57px;
}      
ul.agenda ul.event-link li.link a {
    border: 2px solid white;
    text-align: center;
    display:inline-block;
    color: white;
    line-height: 46px;
    text-transform: uppercase;
    width:100%;
}
ul.agenda ul.event-link li.event {
    width:50px;
} 
ul.agenda ul.event-link li.link {
    width: calc(100% - 70px);
    margin-left: 20px;
}

@media only screen and ( max-width: 1200px ) {
  ul.agenda li div.content {
    width: 80%;
  }
  ul.agenda ul.event-link {
    justify-content: center;
  }
  ul.agenda li div.more {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 2em;
  }
  ul.agenda ul.event-link li.link {
    width: auto;
  }
  ul.agenda ul.event-link li.link a {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (max-width : 767px) {
  ul.agenda li div.date {
      width: 100%;
  }
  ul.agenda li div.content {
    width: 100%;
    border-left: 0;
    padding: 1em 0;
  }
  ul.agenda ul.event-link li.link {
    width: calc( 100% - 70px);
  }
  .section-title h2 {
    font-size: 35px;
  }
}

/* Page Agenda */ 

.page-id-47 .entry-content tr td {
    padding:0;
    border-top:none;
}

.page-id-47 .entry-content .fc-event {
    background:#000;
    border-color:#000;  
    padding: 6px;
    border-radius: 0;
    margin: 1px;
}

.page-id-47 .tooltip {
    background: black;
    margin-top: 15px;
    color: white;
    padding: 30px 15px;
    z-index: 999;
    width:300px;
}
.page-id-47 .tooltip-inner .titre {
    display:block;
    text-align:center;
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
} 
.page-id-47 .tooltip-inner .titre:after {
    content: ' ';
    display: block;
    width: 20px;
    background: white;
    height: 3px;
    margin: 5px auto;
}
.page-id-47 ul.infos {
    font-size:14px;
    list-style-type:none;
}
.page-id-47 ul.infos li.location:before {
    content: url('img/location.svg');
    display: inline-block;
    width: 12px;
    vertical-align: middle;
    margin-right: 10px;
}
.page-id-47 ul.infos li.times:before {
    content: url('img/time.svg');
    display: inline-block;
    width: 13px;
    vertical-align: middle;
    margin-right: 10px;
}
.page-id-47 ul.infos li span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 30px);
    line-height: initial;
}
.page-id-47 .fc-button-primary {
    background-color: #000000;
    border-color: #fefefe;
    border-radius: 0;
}
#calendar {
    height:100vh;
}
#calendar .fc-calendar .fc-head {
    height: 40px;
    line-height: 40px;
    background: #000;
    color: #fff;
}
#calendar .fc-calendar .fc-row > div {
    overflow: visible;
}
#calendar .fc-five-rows .fc-row { 
}
#calendar .fc-calendar .fc-row > div > span.fc-date {
    font-size: 15px;
    color: black;
}
#calendar .fc-calendar .fc-row > div.fc-today {
    background: #eee;
}
#calendar .fc-calendar-events a .titre {
    display: block;
    width: 100%;
    overflow: hidden;
    background: black;
    color: white;
    font-size: 12px;
    border-left: 7px solid black;
    border-right: 7px solid black;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    margin-bottom:5px;
}
#calendar .fc-calendar-events a .titre span {
    white-space:nowrap;
}
#calendar .fc-calendar-events a ul.infos {
    display:none;
}
#calendar .sub_calendar {
    display:flex;
    flex-direction: row;
    align-items: center;
    margin-bottom:20px;
}
#calendar .sub_calendar .sub_calendar_month, #calendar .sub_calendar .sub_calendar_change {
    width:50%;
}
.sub_calendar_month h3 {
  font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
  color: #000;
}
#calendar .sub_calendar .sub_calendar_change {
    list-style-type:none;
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;
    padding-bottom:0;
        justify-content: flex-end;
}
#calendar .sub_calendar .sub_calendar_change li {
    padding: 15px 15px 5px 15px;
    background:black;
    margin: 0 5px;
    color:white;
}
#calendar .sub_calendar .sub_calendar_change li.today {
    cursor:default;
}
@media screen and (max-width: 880px) , screen and (max-height: 450px) {
    #calendar {
        height:auto;
    }
	.custom-header,
	.custom-header nav,
	.custom-calendar-full,
	.fc-calendar-container, 
	.fc-calendar,
	.fc-calendar .fc-head,
	.fc-calendar .fc-row > div > span.fc-date {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		height: auto;
		width: auto;
	}

	.custom-header h2,
	.custom-header h3 {
		float: none;
		width: auto;
		text-align: left;
		padding-right: 100px;
	}

	.fc-calendar .fc-row,
	.ie9 .fc-calendar .fc-row > div,
	.fc-calendar .fc-row > div {
		height: auto;
		width: 100%;
		border: none;
	}

	.fc-calendar .fc-row > div {
		float: none;
		min-height: 50px;
		box-shadow: inset 0 -6px rgba(255,255,255,1) !important;
		border-radius: 0px !important;
	}

	.fc-calendar .fc-row > div:empty{
		min-height: 0;
		height: 0;
		box-shadow: none !important;
		padding: 0;
	}

	.fc-calendar .fc-row {
		box-shadow: none;
	}

	.fc-calendar .fc-head {
		display: none;
	}

	.fc-calendar .fc-row > div > div {
		margin-top: 0px;
		padding-left: 10px;
		max-width: 70%;
		display: inline-block;
	}

	.fc-calendar .fc-row > div.fc-today {
		background: rgba(255, 255, 255, 0.2);
	}

	.fc-calendar .fc-row > div.fc-today:after { 
		display: none;
	}

	.fc-calendar .fc-row > div > span.fc-date {
		width: 30px;
		display: inline-block;
		text-align: right;
	}

	.fc-calendar .fc-row > div > span.fc-weekday {
		display: inline-block;
		width: 40px;
		color: white;
		font-size: 10px;
		text-transform: uppercase;
	}
    .fc-calendar .fc-row > div:not(.fc-content) {
        display:none;
    }
    #calendar .fc-calendar-events a ul.infos {
        display:block;  
        padding-bottom:0;
    }
    .fc-calendar .fc-row .fc-content {
        display:flex;
        flex-direction: row;
        align-items: center;
    } 
    .fc-calendar .fc-row .fc-content .fc-calendar-events {
        width:100%;
        max-width:100%;
    }
    .fc-calendar .fc-row .fc-content .fc-calendar-events .fc-calendar-event {
        padding:15px 0;
    }
    #calendar .fc-calendar-events a .titre {
        background:transparent;
        color:white;
        border:none;
        text-align:left;
        font-size: 14px;
        font-weight:bold;
        border-bottom:1px solid white;
        margin-left: 15px;
    }
    #calendar .fc-calendar-events a .titre span {
        white-space: initial;
    }
    #calendar .fc-calendar .fc-content {
        background:black;
    }  
    .page-id-47 ul.infos li span {
        font-size:12px;
        color:white; 
    }
    .page-id-47 ul.infos li.location:before {
        width:10px;
    }
    .page-id-47 ul.infos li.times:before {
        width:11px;
    }
    #calendar .sub_calendar .sub_calendar_change li {
        padding: 5px 5px 0 5px;
    }
    #calendar .sub_calendar .sub_calendar_change li.today {
        cursor:default;
        padding: 10px;
        margin-top: 15px;
    }
    .page-id-47 .tooltip {
        display:none;
    }
    #calendar .fc-calendar .fc-row > div > span.fc-date {
        color:white;
    }
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
	border-color: #000 !important;
}
.fc-unthemed td.fc-today {
    background: #efefef;
}
.fc-head .fc-head-container {
    border: 1px solid #000 !important;
}
.fc-head .fc-head-container table {
	margin: 0;
	background-color: #000;
}
.page-id-47 .fc-body {
	border-top: 2px solid #000 !important;
}
.page-id-47 .fc-day-header {
	color: #fff;
} 

/* Formulaire de contact */

.responsive-form {
	margin:0 auto;
    width:100%;
}
.row-form {
	width: 100%;
}
.half-column, .full-column {
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (min-width: 48em) { 
	.half-column {
		width: 50%;
	}
}

.wpcf7-form-control-wrap input[type=text], .wpcf7-form-control-wrap textarea {
	width: 100%; 
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    border: 2px solid #000;
    padding: 1em;
    width: 100%;
}
.wpcf7-form-control-wrap select {
	border-bottom-left-radius: 0;
}

.menu-381 select {
    display: block;
    line-height: 1.3;
    padding: 1em;
    border-radius: 0;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 2px solid #000;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}
.menu-381 select::-ms-expand {
    display: none;
}
.menu-381 select option {
    font-weight:normal;
}
.select-recipient:after {
  position: absolute;
  font-family: eleganticons;
  content: '\33';
  top: 50%;
  margin-top: -11px;
  font-size: 20px;
  color: #4e4e4e;
  right: 2em;
  display: block;
  width: 0;
  height: 0;
  pointer-events: none;
}
.wpcf7-submit {
  float: none;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 49px;
  height: 49px;
  font-weight: 600;
  background-color: #000;
  text-transform: uppercase;
  padding-left: 26px;
  padding-right: 26px;
  border: none;
} 


span.wpcf7-list-item input[type=checkbox] {
  position: relative;
  visibility: hidden;
  margin-right: 10px;
}
span.wpcf7-list-item input[type=checkbox]:checked + span:after {
  visibility: visible;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
span.wpcf7-list-item input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  height: 13px;
  width: 13px;
  top: 0px;
  border: 2px solid #000;
}
span.wpcf7-list-item input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: '\2713';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: -3px;
  left: 3px;
  visibility: hidden;
  font-size: 16px;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 12px;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  font-weight: bold;
  text-decoration: underline;
}
.info-block h2:after {
      content:' ';
    display:block;
    width:40px;
    height:5px;
    background:black; 
    margin-top:20px;
    margin-bottom:30px;
}

/* Single spectacle */ 

.spectacle_content header {
    width:100%;
    height:550px;
    position:relative;
}
.spectacle_content header .block_head {
    background: white;
    outline-color: black;
    outline-width: 2px;
    outline-offset: -10px;
    padding: 40px;
    outline: solid;
    text-align: center;
        position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}
.spectacle_content header:after, .page-header:after {
    content:' ';
    display:block;
    height:240px;
    background : -moz-linear-gradient(50% 91.29% 90deg,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 100%);
 background : -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
 background : -webkit-gradient(linear,50% 91.29% ,50% -1.64% ,color-stop(0,rgba(0, 0, 0, 0) ),color-stop(1,rgba(0, 0, 0, 1) ));
 background : -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
 background : -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
 background : linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
 opacity : 0.81;
 filter: alpha(opacity=81) progid:DXImageTransform.Microsoft.Alpha(opacity=81) progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=0);
    width:100%;
    position:absolute;
    top:0;
    left:0;
}
.spectacle_content header .block_head h1:after {
    content: ' ';
    display: block;
    margin: 30px auto;
    width: 40px;
    height: 5px;
    background: black;
    padding-bottom: 0;
}
.block_head h1 {
  color: #000;
  font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 3em;
}
.block_head h2 {
  color: #000;
  font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
}
.page-title-block h1:after, h3.et_pb_module_header:after {
    content: ' ';
    display: block;
    margin: 0px auto;
    margin-top: 30px;
    width: 40px;
    height: 5px;
    background: black;
    padding-bottom: 0;  
}
.white-txt h3:after {
  background: white;
  margin-bottom: 30px;
}
h4:after {
    content: ' ';
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 5px;
    background: black;
    padding-bottom: 0; 	
}
.white-txt a {
  color: white;
}
.white-txt a:after {
    background: rgba(255,255,255, 1);
}
.page-title-block h2 {
  font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
  color: #000;
  margin-top: 30px;
  font-size: 26px;
  font-weight: 600;
}
.imageContainer {
  display: inline-block;
  position: relative;
}

.imageContainer::before {
  position: absolute;
  bottom: -10%;
  width: 100%;
  height: 100%;
  border: 4px solid #000;
  content: '';
}
.imageContainerRight::before {
  right: -5%;
}
.imageContainerLeft::before {
  left: -5%;
}
.spectacle_content .row {
    clear:both;
    display:flex;
    flex-direction: row;
}
.spectacle_content .row > div {
    margin: 0 10px;
    width:50%;
}
.spectacle_content .spectacle_introduction {
    margin-top: 80px;
    margin-bottom:60px;
}  

.spectacle_content .spectacle_introduction span.statut {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
    font-size: 1.5em;
}
.spectacle_content .spectacle_introduction span.statut:after {
    content:' ';
    display:block;
    width:40px;
    height:5px;
    background:black; 
    margin-top:20px;
    margin-bottom:30px;
}
.spectacle_content .spectacle_introduction .btn_black, .doc-spectacle .btn_black {
    background: black;
    font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
    color: white;
/*    padding: 20px 50px;*/
    padding:10px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    border-radius: 50px;
    
}
.spectacle_content .spectacle_introduction .btn_black:first-child {
    margin-bottom:15px;
}
.spectacle_content .spectacle_introduction .buttons {
    max-width: 175px;
    width:100%;
    float:right;
}
.spectacle_content .spectacle_introduction .row {
    align-items: center;
}
.spectacle_content .description {
	font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
	font-size: 17px;
	line-height: 1.5em;
    font-weight: 700;
    color: #000;
}
@media (max-width : 980px) {
  .spectacle_content .description {
    margin-left: 0;
    padding: 0;
  }
}
.spectacle_content .description::after {
    content: ' ';
    display: block;
    margin: 30px auto;
    width: 40px;
    height: 3px;
    background: black;
    padding-bottom: 0;
}
.description::first-letter {
    font-size: 300%;
}
.spectacle_description_complementaire {
    margin-top:80px;
}
.spectacle_content .under_description {
    padding-top:40px;
}
.spectacle_content .description .media {
    margin-bottom:35px;
}
.spectacle_content .galerie {
    margin-top:80px;
    margin-bottom: 40px;
}
.spectacle_content .galerie li {
    width:calc(100% / 6);
    padding: 0 7.5px;
}
.spectacle_content .galerie li a {
    display:block;
}
.spectacle_content .galerie li a div.photo_item {
    height:186px;
    background-size:cover;
    background-repeat:no-repeat;   
    background-position:center;
} 
.spectacle_content .gestion_dates {
    margin-top:120px;
}
.spectacle_content .gestion_dates h2 {
    text-align:center;
    font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
    font-size: 2.5em;
    font-weight: 600;
    color: #000;
}
.spectacle_content .gestion_dates h2:after {
     content: ' ';
    display: block;
    margin: 30px auto;
    width: 40px;
    height: 5px;
    background: black;
    padding-bottom: 0;
}
.spectacle_content .gestion_dates ul.dates li {
    padding: 20px;
    text-transform: uppercase;
}
.spectacle_content .gestion_dates ul.dates li:nth-of-type(even) {
    background: #efefef;
}
.spectacle_content .gestion_dates ul.dates li span.location:before {
    content: url('img/location-black.svg');
    display: inline-block;
    width: 10px;
    vertical-align: middle;
    margin-right: 5px;
} 
.spectacle_content .gestion_dates ul.dates li span.time:before {
    content: url('img/time-black.svg');
    display: inline-block;
    width: 13px;
    vertical-align: middle;
    margin-right: 5px;
}
.spectacle_content .gestion_dates ul.dates li {
    display:flex;
    flex-direction:row;
    align-items: center;
    overflow: hidden;
}
.spectacle_content .gestion_dates ul.dates li span.date {
    width:16.6666667%;
}
.spectacle_content .gestion_dates ul.dates li span.location {
    width:41.6666667%;
}
.spectacle_content .gestion_dates ul.dates li span.time {
    width:33.6666667%; 
}
.spectacle_content .gestion_dates ul.dates li span.event {
    width:8.6666667%; 
} 
.spectacle_content .gestion_dates.dates_before ul.dates li span.date {
    width:50%;
}
.spectacle_content .gestion_dates.dates_before ul.dates li span.location {
    width:50%;
}
.spectacle_content .gestion_dates.dates_before ul.dates li span.time { 
    display:none;   
}
.spectacle_content .gestion_dates ul.dates li span.event a {
    display:block;
    overflow:hidden;
    float:right;
    width:40px;
}
.spectacle_content .gestion_dates ul.dates li span.event a:before {
    content: url('img/facebook-black.svg');
    display: block;
    width: 9px;
    vertical-align: middle;
    margin:auto;
}
.spectacle_content .gestion_dates ul.dates li span {
    transform:translateY(0);
    transition:all 0.5s ease-in-out;
    opacity:1;
}
.spectacle_content .gestion_dates ul.dates li.prechargement span {
    transform:translateY(100px);
    opacity:0;
}
.spectacle_content .gestion_dates .more {
    text-align:center;
}
.spectacle_content .gestion_dates .more .add_dates {
    padding: 15px 30px;
    border:2px solid black;
    display:inline-block;
    margin:30px 0 0 0;
    text-transform:uppercase;
}
.spectacle_content .more .show_archive_dates {
    padding: 15px 30px;
    border:2px solid black;
    display:inline-block;
    text-transform:uppercase;
    background:black;
    color:white!important;  
    margin:30px 0 30px 0;
}
.spectacle_content .more.text-center {
    text-align:center;
}
.spectacle_content .gestion_dates.dates_before { 
    display:none;
    margin:50px auto;
}
.single-spectacles .chocolat-wrapper {
    z-index:9999;
}
.single-spectacles .chocolat-wrapper .chocolat-overlay {
    background-color: #000;
    opacity: 0.9;
}
@media (max-width:1200px) {
    .dagor-navbar {
      position: relative; 
    }
    .et_fixed_nav #main-header, .et_fixed_nav #top-header {
      position: absolute;
    }
}
@media (max-width:980px) {
    .spectacle_content header {
        height:450px; 
    }
    .spectacle_content .row {
        flex-direction: column; 
        flex-wrap:wrap;
    }
    .spectacle_content .row > div {
        width:100%;
    }   
    .spectacle_content .spectacle_introduction .buttons {
        float:none;
        margin-top:20px; 
    }
    .spectacle_content .spectacle_description .media {
        margin-bottom:20px;
    }  
    .spectacle_content .description {
        margin-top:20px;
    } 
    .spectacle_content .galerie #lightbox.row {
        flex-direction: row;
        flex-wrap: wrap; 
    } 
    .spectacle_content .galerie li {
        width: calc(100% / 3);
        margin:10px 0;
    } 
    .spectacle_content .gestion_dates.dates_before ul.dates li span.time {
        display:none;   
    }
    .spectacle_content .galerie {
        margin-top:0;
    }
    .spectacle_content .gestion_dates {
        margin-top:50px;
    }
}
@media (max-width:500px) {
    .spectacle_content .gestion_dates ul.dates li {
        flex-wrap:wrap;
    }
    .spectacle_content .gestion_dates ul.dates li span.date {
        order:1;
    }
    .spectacle_content .gestion_dates ul.dates li span.location {
        order:3;
    }
    .spectacle_content .gestion_dates ul.dates li span.time {
        order:2;
    }
    .spectacle_content .gestion_dates ul.dates li span.event { 
        order:4;
    }
    .spectacle_content .gestion_dates ul.dates li span.date, .spectacle_content .gestion_dates ul.dates li span.location {
        width: 80%;
    }
    .spectacle_content .gestion_dates ul.dates li span.time, .spectacle_content .gestion_dates ul.dates li span.event {
       width: 20%; 
        text-align:right;
    }
}
.et-pb-active-slide .et_pb_slide_image {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
}
.mini-slider .et_pb_slide_image::before {
	position: absolute;
	right: -5%;
	bottom: -10%;
	width: 100%;
	height: 100%;
	border: 4px solid #000;
	content: '';
	z-index: -1;
}
.mini-slider .et_pb_slide_image {
  width: 100%;
}
.mini-slider .et_pb_slide_image img {
  max-width: 100%;
  max-height: 100% !important;
}

/* Espace Pro */

.documents {
  max-width: 1200px;
  margin: auto;
    flex-wrap:wrap;
}
.spectacle_content .documents .doc-spectacle {
  margin-top: 80px;
  padding-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  margin-right:0;
    margin-left:0;
}
.doc-spectacle div {
  position: relative;
}
.doc-spectacle .doc-image {
	height: 250px;
}
.doc-spectacle > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.doc-spectacle h2 {
  color: #000;
  text-align: center;
  font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1em;
  margin: 15px 0;
}
.doc-spectacle .buttons {
	display: flex;
}
.doc-spectacle .buttons li {
	width: 50%;
}
.doc-spectacle .buttons li a {
	margin: 0 5px;
}
.page-template-espace-pro .all-docs {
  margin-bottom: 3em;
}
@media (max-width:980px) {
	.spectacle_content .documents .doc-spectacle {
    margin-right: 0px;
    margin-left: 0px; 
	}
}
.insta-invisible .et_pb_widget ul li {
	margin-bottom: 0;
}
