html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }
strong, b{
	font-weight: bold;
}
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  color: #2C2C2C; }

header {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  padding: 1em;
  z-index: 2;
  background-color: #000000;
  font-family: 'Ropa Sans', sans-serif; }
  header h1 {
    float: left;
    position: absolute;
    z-index: 99;
    /*background: #111;*/
    padding: 0.5em; }
    header h1.home {
      display: none; }
  header nav {
    text-align: center; }
    header nav li {
      display: inline-block; }
    header nav a {
      color: #FFF;
      text-decoration: none;
      margin: 1em;
      text-transform: uppercase;
      letter-spacing: 0.0625em;
      font-size: 1em;
      font-weight: 600;
      display: block; }
	header nav a:hover {
		color: #F9BB03;
	}
  header .social {
    display: inline-block; }
    header .social li {
      display: inline-block; }
    header .social a {
      color: #FFF;
      margin: 1em 0.5em;
      display: block; }
  header .right_header {
    position: absolute;
    right: 1em;
    top: 1em; }
  header .languages {
    display: inline-block;
    margin-left: 2em; }
    header .languages a {
      text-transform: uppercase;
      text-decoration: none;
      color: #FFF; }
header.fixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
header.fixed h1.home{
	display: block;
}
.sub-menu {
  position: absolute;
  z-index: 9999;
  display: none; }
  .sub-menu li {
    display: block; }
    .sub-menu li a {
      background: #FFF;
      color: #0B7F8F;
      display: block;
      margin: 0;
      padding: 0.4em 1em; }

.menu-item-has-children:hover .sub-menu {
  display: block; }

.hero {
  width: 100%;
  height: calc(100vh - 120px);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center center; }
  .hero:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    z-index: 1;
    background-image: linear-gradient(-180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
  .hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    background-image: url(img/img2.jpg); }
  .hero img {
    z-index: 3;
    position: relative; }
  .hero .btn {
    margin-top: 2em;
    position: relative; 
	border: 3px solid #FB5058;
    border-radius: 15px;
    padding: 15px;
    background-color: #450063;
   }

.buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2em;
  text-align: center;
  color: #FFF; }
  .buttons div {
    margin: 1em 0; }
  .buttons i {
    font-size: 2.3em; }

section h1 {
  font-size: 2.25em;
  font-weight: 600;
  margin-bottom: 0.6em;
  line-height: 1.2em;
  font-family: 'Ropa Sans', sans-serif;
  text-transform: uppercase; }
section .pre-title {
  font-weight: 400;
  font-size: 0.8125em;
  color: #FB5058;
  letter-spacing: 3px;
  margin-bottom: 0.6em;
  text-transform: uppercase;
  display: block; }

.intro {
  padding: 6em 0;
  text-align: center; }

.intro .btn{
	margin: 2em auto 0;
	display: table;
}

.cancelled {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 1em;
  right: 1em;
  padding: 1em 1em 1em 1em;
  z-index: 3;
  max-width: 270px; }
  .cancelled p {
    position: relative;
    padding-left: 3em;
    margin: 0.3em 0; }
  .cancelled svg {
    color: #11dd58;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px; }
  .cancelled .fa-ban {
    color: red; }

.btn {
  /*background-image: linear-gradient(-90deg, #14285C 0%, #02cfc4 100%);*/
      background-color: #FB5058;
    border: 5px solid #72b72e;
    border-radius: 15px;
    color: #fff;
  display: table;
  padding: 1em 2em;
  text-decoration: none;
  font-weight: 600;
  transition: 500ms;
  background-size: 100% 100%;
  font-size: 0.8175em;
  text-decoration: none;
  font-family: 'Ropa Sans', sans-serif;
  letter-spacing: 0.06125em;
  text-transform: uppercase; }
  .btn:hover {
    background-size: 400% 400%;
    transition: 500ms; }
  .btn--little {
    padding: 0.5em 1em; }

  .ligne figure {
    padding: 0; }
    .ligne figure img {
      width: 100%;
      height: auto;
      display: block; }
  .ligne__content {
    padding: 1em 6em; }
    .ligne__content p {
      margin-bottom: 0.5em; }
  .ligne ol li {
    margin-bottom: 1em; }
    .ligne ol li:last-child {
      margin-bottom: 0; }
  .ligne h2 {
    text-transform: uppercase;
    font-weight: 900; }
  .ligne:nth-child(odd) {
    /*background: #fff; */
  }
  .ligne .btn {
    margin-top: 2em; }
  .ligne.villes:nth-child(odd) figure {
    order: 2; 
	-webkit-order: 2;
	-webkit-box-ordinal-group: 2;
}
  .ligne.villes:nth-child(odd) .ligne__content {
    order: 1; }
  .ligne.villes .row {
    width: 100%;
    margin: 0; }
  .ligne.villes .container-fluid {
    padding: 0; }

.news {
  padding: 6em 0;
  border-bottom: 1px solid lightgrey;
}
  .news h1 {
    text-align: center; }
  .news .pre-title {
    text-align: center; }
  .news .cat {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 600; }
  .news .btn {
    margin: 1em auto; }
  .news img {
    width: 100%;
    height: auto; }

.new {
  background: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(228, 228, 228, 0.5);
  text-align: center; }
  .new__content {
    padding: 1em;
    text-align: left; }
  .new h2 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
    font-family: 'Ropa Sans', sans-serif;
    text-transform: uppercase; }
    .new h2 a{
	    color: #2C2C2C;
	    text-decoration: none;
    }
  .new .btn {
    display: inline-block; }

#map {
  background: #ebebeb;
  min-height: 600px; }

.cities {
  text-align: center;
  padding: 6em 0;
  /*background-image: linear-gradient(-90deg, #009ba0 0%, #02cfc4 100%);*/
  background-color: #14285c;
  color: #FFF; }
  .cities a{
	  text-decoration: none;
  }
  .cities .pre-title {
    /*color: #eeeeee;*/ 
}
  .cities img {
    width: 100%;
    height: auto; }
  .cities .city {
    display: block;
    background-size: cover;
    background-position: center center;
    color: #FFF;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px; }
    .cities .city:after {
      content: "";
      /*background-image: linear-gradient(-90deg, #14285C 0%, #02cfc4 100%);*/
      opacity: .5;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      z-index: 1; }
  .cities h2 {
    padding: 5em 0;
    text-align: center;
    position: relative;
    z-index: 99; 
	text-shadow: 3px 3px 3px #000;
  }
  .cities .btn {
    margin: 0 auto;
    /*background-color: #FFF;*/
    background-image: none;
    color: #fff;
    margin-top: 6em; }

.partners {
  padding: 6em 0;
  text-align: center; }
  .partners li {
    display: inline-block;
    vertical-align: middle; }
.partner-section{
	margin-bottom: 2.5em;
}
.partner-section:last-child{
	margin-bottom: 0;
}
.partners a{
	color: #000;
	text-decoration:none;
}
.partenaires {
  text-align: center;
  padding: 6em 0; }
  .partenaires li {
    display: inline-block; }

.newsletter {
	background: #450063;
    color: #FFF;
    text-align: center;
    padding: 6em 0;
}

.newsletter input[type="text"], .newsletter input[type="email"] {
    border: 1px solid #fff;
    background-color: transparent;
    text-align: center;
    color: #FFF;
    padding: 1em;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 250px;
    margin: 0 auto;
}

.newsletter input[type="submit"] {
    color: #ff8000;
    background: #fff;
    padding: 1em;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
    width: 250px;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.newsletter input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

footer {
  background: #1D1D1B;
  color: #FFF;
  padding: 3em 0; }
  footer h2 {
    font-family: 'Ropa Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.25em;
    margin-bottom: 0.5em; }
  footer a {
    color: #FFF;
    text-decoration: none;
    font-size: 0.9375em; }
  footer .btn {
    margin-top: 1em; }

.copy {
  /*background-image: linear-gradient(-90deg, #14285c 0%, #02cfc4 100%);*/
  background-color: #000;
  color: #FFF;
  font-size: 0.8175em;
  padding: 0.3em;
  text-align: center; }

.actualites {
  padding: 6em 0; }
  .actualites .news__item {
    margin-bottom: 2em; }

.actu {
  /* Rectangle 4 Copy 2: */
  background: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(210, 210, 210, 0.5); }
  .actu h2 {
    font-size: 2em;
    font-family: 'Ropa Sans', sans-serif;
    line-height: 1em;
    margin-bottom: 0.5em;
    color: #2C2C2C; }
  .actu img {
    width: 100%;
    height: auto; }
  .actu__content {
    padding: 1em; }
  .actu a {
    color: #2C2C2C;
    text-decoration: none; }
  .actu .btn {
    color: #FFF;
    margin-top: 2em;
    margin-left: auto; }

.cat a {
  color: #72b72e;
  font-size: 0.8175em;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  text-decoration: none; }

.heropage {
  background-size: cover;
  background-position: center center;
  position: relative; }
  .heropage:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(-90deg, #14285c 0%, #02cfc4 100%);
    opacity: .6;
    z-index: 1; }
  .heropage h1 {
    padding: 4.5em 0;
    text-align: center;
    color: #FFF;
    z-index: 9;
    position: relative;
    margin-bottom: 30px; 
	margin: 0;
}

.news__content {
  padding: 2em; }
  .news__content iframe{
	  display: block;
	  margin: 0 auto;
	  max-width: 100%;
	  
  }
  .news__content p{
	  margin-bottom: 1em;
  }
.news__content a{
	color: #FB5058;
}
.single {
  padding: 6em 0; }
  .single__content {
    box-shadow: 0 0 4px 0 rgba(210, 210, 210, 0.5); }
    .single__content img {
      width: 100%;
      height: auto; }
    .single__content .date {
      float: right;
      text-transform: uppercase;
      font-family: 'Ropa Sans';
      font-size: 0.9em;
      font-weight: bold;
      letter-spacing: 1px; }
    .single__content h1 {
      margin: 0.3em 0; }
  .single .cat {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 600;
    color: #dadad9; }
  .single aside {
    margin-top: 4.3em; }
    .single aside li {
      box-shadow: 0 0 4px 0 rgba(210, 210, 210, 0.5);
      margin-bottom: 2em; }
    .single aside a {
      text-decoration: none;
      color: #2C2C2C; }
    .single aside h2 {
      font-family: 'Ropa Sans', sans-serif;
      text-transform: uppercase;
      font-size: 1.5em;
      font-weight: 600; }
    .single aside img {
      width: 100%;
      height: auto; }
    .single aside .item__content {
      padding: 1em; }

.nav-article {
  padding: 1em 0; }
  .nav-article a {
    text-decoration: none;
    color: #2C2C2C;
    font-family: 'Ropa Sans', sans-serif;
    text-transform: uppercase; }
  .nav-article .prev {
    float: left; }
  .nav-article .next {
    float: right; }

.tribe-events-back a {
  font-family: 'Ropa Sans', sans-serif;
  text-transform: uppercase;
  color: #009BA0;
  text-decoration: none; }

.tribe-events-event-image img {
  width: 100%;
  height: auto;
  display: block; }

.month .tribe-events-calendar td a {
  font-size: 1em;
  padding: 0.5em;
  display: block;
  color: #ff8000;
  text-decoration: none;
  line-height: 1.2em; 
    border: 2px solid #72b72e;
    border-radius: 10px;
}
.month .tribe-events-present {
  background-color: rgba(0, 155, 160, 0.1); }
.month .tribe-events-past {
  opacity: .5; }
.month .tribe-events-calendar td div[id*=tribe-events-daynum-] {
  font-size: 1.1em; }
.month .tribe-events-sub-nav a {
  text-decoration: none;
  font-family: 'Ropa Sans', sans-serif;
  text-transform: uppercase;
  color: #FB5058;
  font-size: 1.3em;
  letter-spacing: 2px;
  display: block; }
.month .tribe-events-sub-nav .tribe-events-nav-next {
  float: right; }
.month .tribe-events-sub-nav .tribe-events-nav-previous {
  float: left; }

.filtre {
  margin-bottom: 2em;
  text-align: left;
  border-top: 1px solid #dadad9;
  border-bottom: 1px solid #dadad9; }
  .filtre ul {
    display: inline-block; }
  .filtre span {
    display: inline-block;
    color: #2C2C2C;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-right: 1em; }
  .filtre li {
    display: inline-block;
    color: #FB5058;
    text-decoration: none; }
  .filtre a {
    font-family: 'Ropa Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #009BA0;
    display: block;
    padding: 1em 0;
    margin: 0 1em;
    font-weight: bold; }

.tribe-bar-views-list {
  display: none; }

.tribe-bar-views-inner {
  text-align: right; }
  .tribe-bar-views-inner label {
    text-transform: uppercase;
    font-size: 0.8125em;
    font-weight: 600; }

.listt .tribe-events-list-event-title {
  font-family: 'Ropa Sans', sans-serif;
  text-transform: uppercase;
  font-size: 2em; }

.listt .type-tribe_events {
  box-shadow: 0 0 4px 0 rgba(210, 210, 210, 0.5);
  background-color: #FFF;
  margin-bottom: 2em; }
  .listt .type-tribe_events a {
    color: #2C2C2C;
    text-decoration: none; }
  .listt .type-tribe_events .tribe-event-schedule-details {
    background-color: #ff8000;
    color: #FFF;
    position: absolute;
    top: -39px;
    right: 0;
    font-size: 0.8125em;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5em;
    font-weight: 900; }
  .listt .type-tribe_events .btn {
    color: #FFF;
    display: table;
    margin-left: auto;
    margin-top: 2em; }
  .listt .type-tribe_events .tribe-events-venue-details {
    color: #ababab;
    font-size: 0.8em;
    margin: 1em 0; }

.listt__content {
  padding: 1em;
  position: relative; }

#demo{
    color: #FFF;
    position: relative;
    z-index: 99;
    margin: 0.5em 0 0;
    font-size: 1.4em;
}


#tribe-events-bar {
  margin-bottom: 2em; }

html #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
  /*background-image: linear-gradient(-90deg, #009ba0 0%, #02cfc4 100%); */
	border: 2px solid #72b72e;
    border-radius: 15px;
}

html #tribe-events-content table.tribe-events-calendar .type-tribe_events:not(.tribe-event-featured) {
  background-image: none;
  /*background-color: transparent; */
}  
  

html #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em; }

html #tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title {
  font-family: 'Ropa Sans', sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  padding: 0.5em 0; }

#tribe-events {
  padding: 3em 0 6em; }

html .tribe-events-calendar thead th {
  background-color: #008090;
  color: #FFF; }

html .tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
  width: 100%; }

.singleevent .tribe-events-content {
  padding: 2em; }
.singleevent__content {
  background: #FFF;
  box-shadow: 0 0px 6px 0 rgba(228, 228, 228, 0.65);
	padding-bottom: 15px;
}
.singleevent .tribe-events-single-event-title {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0.6em;
  line-height: 1.2em;
  font-family: 'Ropa Sans', sans-serif;
  text-transform: uppercase;
  text-align: center; }
.singleevent h2 {
  text-align: center;
  font-weight: 400;
  font-size: 0.8125em;
  color: #009BA0;
  letter-spacing: 3px;
  margin-bottom: 0.6em;
  text-transform: uppercase;
  display: block;
  font-weight: bold; }
.singleevent .singleevent__header {
  padding: 2em; }
.singleevent .aside {
  /*margin-top: 2.3em;*/ }
  .singleevent .aside h3 {
    font-size: 1.25em;
    padding: 16px 16px 0;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-family: 'Ropa Sans', sans-serif;
    text-transform: uppercase; }
  .singleevent .aside dl {
    padding: 0 1em 1em; }
  .singleevent .aside .tribe-venue {
    display: none; }
  .singleevent .aside .tribe-events-cal-links {
    margin-top: 2em; }
  .singleevent .aside .tribe-events-button {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 1em; }
  .singleevent .aside .tribe-events-meta-group-venue {
    box-shadow: 0 0px 6px 0 rgba(228, 228, 228, 0.65); }
.singleevent .tribe-events-sub-nav {
  display: none; }

html .tribe-events-event-meta:first-child {
  border-top: none; }

.tribe-events-button {
  float: right;
  /*background-image: linear-gradient(-90deg, #009ba0 0%, #02cfc4 100%);*/
	border: 5px solid #72b72e;
    border-radius: 15px;
  color: #ff8000;
  display: table;
  padding: 1em 2em;
  text-decoration: none;
  font-weight: 600;
  transition: 500ms;
  background-size: 100% 100%;
  font-size: 0.8175em;
  text-decoration: none;
  font-family: 'Ropa Sans', sans-serif;
  letter-spacing: 0.06125em;
  text-transform: uppercase; }
  .tribe-events-button:hover {
    background-size: 400% 400%;
    transition: 500ms; }

.inscription{
	padding: 6em;
	text-align: center;
	background-image: linear-gradient(-90deg, #009ba0 0%, #02cfc4 100%);
	color: #FFF;
}
.inscription .pre-title{
	color: #FFF;
}
.inscription label{
	width: 100%;
	display: block;
	margin-top: 1em;
}
.inscription input{
	width: 100%;
	display: block;
	padding: 0.5em;
	border: none;
}
.inscription form{
	text-align: left;
	max-width: 500px;
	margin: 0 auto;
}
.inscription form:after{
	content: "";
	clear: both;
	display: table;
}
.inscription select{
	    width: 100%;
    padding: 0.5em;
    height: 34px;
    border-radius: 0;
    -webkit-appearance: none;
    border: none;
}
.inscription textarea{
	width: 100%;
	display: block;
	border: none;
	padding: 0.5em;
	
}
.inscription form br{
	display: none;
}
.g-recaptcha{
	float: left;
	margin-bottom: 1em;
	margin-top: 2em;
}
.inscription .btn{
	background-color: #FFF;
	color: #009BA0;
	background-image: none;
}

.inscription input[type="submit"]{
	padding: 1em 2em;
	width: auto;
	float: right;
	margin-top: 2em;
}
.inscription .wpcf7-response-output{
	clear: both;
}
.inscription span.wpcf7-not-valid-tip{
	color: #FAB3B3;
	font-size: 0.8125em;
}
.wpcf7-form.sent .form-content{
	display: none;
}
.inscription .wpcf7-response-output{
	display: block;
    text-align: center;
    padding: 2em;
    background: #FFF;
    color: #111;
    border: none;
    margin-left: 0;
    margin-right: 0;
}
.inscription .wpcf7-display-none{
	display: none;
}

.staffline:nth-child(odd) figure {
    order: 2;
}
.staffline:nth-child(odd) .ligne__content {
    order: 1;
}
.animsition-overlay-slide{
	    background-image: linear-gradient(-90deg, #009ba0 0%, #02cfc4 100%);
	z-index: 999999999999999999;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 800px) {
  .sub-menu {
    position: relative;
    display: block; }
    .sub-menu li a {
      background-color: #1D1D1B; }

  header {
    padding: 0 1em;
    background-image: linear-gradient(-90deg, #000 0%, #000 100%); }
    header .right_header {
      position: relative;
      text-align: right;
      color: #FFF;
      right: 0;
      top: 0; }
    header h1 {
      position: absolute;
      top: 50px; }

  .ligne__content {
    padding: 2em 1em;
    order: 2 !important; }

  .ligne figure {
    order: 1 !important; }

  .new {
    margin-bottom: 2em; }

  footer {
    text-align: center; }
    footer .col-md-3 {
      margin-bottom: 2em; }
    footer .btn {
      margin: 1em auto 0;
      display: table; }

  .cancelled {
    position: relative;
    margin: 1em auto 0;
    bottom: 0;
    right: 0; }
	.hero{
		height: auto;
		padding: 1em 0;
	}
  .slick-arrow {
    display: none !important; } }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }


/*------------style perso Marina-------------*/

.ligne.villes .row {
	/*display: -webkit-inline-box !important;*/
	/*display: -webkit-box;*/
    display: -ms-flexbox;
    display: flex;
	display: -webkit-flex;
}

.container-fluid:before {
	display: none !important;
}
.container-fluid:after {
	display: none !important;
}

.ligne.villes :before, .ligne.villes :after {
	display: none !important;
}

.news :before, .news :after {
	display: none !important;
}

.btn a:hover {
	color: #ff8000;
    text-decoration: none;
}

span#obf {
	border: 3px solid #007F8E;
    border-radius: 10px;
}

#details .row:nth-child(1) {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	/*display: -webkit-inline-box;*/
}

#details figure img {
	/*height: 940px !important;*/
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#details div[class^='col-'] {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#details .personnage img {
	width: 100%;
}

#details {
	height: 100%;
}

/*.icons-home {
	background-color: #72b72e;
    border: none;
    padding: 20px;
    border-radius: 50%;
	width: 130px;
    height: 130px;
}*/

.items {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.items .row {
	height: 200px;
    align-items: center;
	box-sizing: content-box;
    width: 100%;
}

.icon-description {
	width: 100%;
    background-color: #450063;
    color: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 15px;
    margin-top: 20px;
	font-size: 0.85em;
    line-height: 1.5em;
}

.icon-description svg, .icon-description img {
	width: 30px !important;
    height: auto;
    margin-bottom: 10px;
}

header h1 {
	margin: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

#wpcf7-f1708-o1 {
	margin-top: 30px;
}

#wpcf7-f251-o1 {
	border: 1px solid lightgray;
    border-radius: 15px;
    padding: 30px;
    margin-top: 50px;
}

#wpcf7-f1708-o1 input[type=text], #wpcf7-f1708-o1 input[type=email], #wpcf7-f1708-o1 textarea,
#wpcf7-f1721-o1 input[type=text], #wpcf7-f1721-o1 input[type=email], #wpcf7-f1721-o1 textarea,
#wpcf7-f1722-o1 input[type=text], #wpcf7-f1722-o1 input[type=email], #wpcf7-f1722-o1 textarea,
#wpcf7-f251-o1 input[type=text], #wpcf7-f251-o1 input[type=email], #wpcf7-f251-o1 input[type=tel], #wpcf7-f251-o1 textarea
{
	display: block;
	border-radius: 5px;
	border: 1px solid #72b72e;
    padding: 0.5em;
	width: 100%;
}

.recaptcha {
	padding-left: 15px;
}

form .fieldgroup {
    margin-bottom: 1em;
}

form label {
    display: block;
    font-size: 0.875em;
    margin-bottom: 0.2em;
}

section.contact > .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

section.contact {
	margin-top: 50px;
}

#contact {
	padding: 6em 0;
    background-color: #F7F7F7;
    text-align: center;
	margin-top: 80px;
}

.btn-contact-us {
	background-color: #fff;
    color: #ff8000;
	border: 3px solid #72b72e !important;
	border-radius: 25px;
	margin-top: 20px;
	font-size: 0.875em !important;
    padding: 0.875em 1.5em !important;
}

.element {
	padding: 1em 0;
    border-bottom: 1px solid #cfcfcf;
}

.element h3 {
    font-size: 1.25em;
    color: #FB5058;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 0;
}

#tribe-events-content .tribe-events-calendar td {
    padding: 0.5em !important;
}

.more-info-btn {
	padding: 0.3em 1em;
    border: 3px solid #72b72e;
    border-radius: 15px;
    text-decoration: none;
    color: #ff8000;
    font-family: 'Ropa Sans';
}

#coming-soon {
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  height: 100vh; 
  background-image: url('http://www.agrollerbikeparade.be/wp-content/uploads/2019/04/Illu_RBP19-ombrage.png'); 
  background-size: 50% auto; 
  background-repeat: no-repeat; 
  background-position: 0 -250px;
  margin-top: -32px;
}

#presentation {
  width: 650px;
    font-family: 'Open Sans', sans-serif; 
    position: absolute; 
    right: 250px; 
    z-index: 999;
  }

#form-coming {
    margin-top: 50px;
    display: flex;
}

@media all and (min-width: 1550px) and (max-width: 1750px ) {

  #presentation {
    right: 100px !important;
  }

}

@media all and (min-width: 1250px) and (max-width: 1549px ) {

  #coming-soon {
    background-size: 55% auto; 
    background-position: -50px -250px;
  }

  #presentation {
    width: 450px;
    right: 90px !important;
    font-size: 0.8em;
  }

}

@media all and (min-width: 1024px) and (max-width: 1249px ) {

  #coming-soon {
    background-size: 60% auto; 
    background-position: -50px -90px;
  }

  #presentation {
    width: 450px;
    right: 50px !important;
    font-size: 0.8em;
  }

}

/*-------------media queries homepage about--------------*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	#details .personnage img {
		max-width: 340px !important;
	}
	
	.icon-description {
		font-size: 0.75em;
	}
	
	.icons-home svg, .icons-home img {
		width: 50px !important;
	}
	
}


/*------------smartphones-------------*/

@media all and (min-width: 375px) and (max-width: 414px ) {

  #coming-soon {
    background-size: auto 65%;
    background-position: 20px -100px;
  }

  #presentation {
    width: 350px;
    right: 0 !important;
    font-size: .65em;
    left: 0;
    margin: auto;
    bottom: 10px;
    line-height: 1.7em;
  }

  #form-coming {
    margin-top: 10px;
  }
	
	/*-----------------------*/
	
	.icon-description {
		font-size: 0.75em;
	}
	
	#details div[class^='col-'] {
		height: 100%;
		align-items: flex-start;
	}
	
	.icon-item {
		margin-bottom: 20px;
	}
	
	.gif img {
		width: 320px;
    	height: auto;
	}

}

@media all and (min-width: 319px) and (max-width: 374px ) {

  #coming-soon {
    background-size: auto 60%;
    background-position: 30px -80px;
  }

  #presentation {
    width: 300px;
    right: 0 !important;
    font-size: .6em;
    left: 0;
    margin: auto;
    bottom: 10px;
    line-height: 1.5em;
  }

  #form-coming {
    margin-top: 10px;
  }
	
	/*-----------------------*/
	
	.icon-description {
		font-size: 0.75em;
	}
	
	#details div[class^='col-'] {
		height: 100%;
		align-items: flex-start;
	}

	.icon-item {
		margin-bottom: 20px;
	}
	
	.gif img {
		width: 300px;
    	height: auto;
	}

}


