/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/
body {
background-color: rgba(99,39,91,1);
background: @include filter-gradient(#63275b, #63275b, horizontal);
background: @include background-image(radial-gradient(center, ellipse cover, rgba(99,39,91,1) 0%, rgba(108,63,122,1) 44%, rgba(99,39,91,1) 100%));

}

/* --------  LOGO ---------- */

.x-logobar-inner {
  padding: 0 !important;
  max-height: 175px;
}

.x-logobar a.x-brand {
 /* float: left;*/
  position: relative;
  top: -100px;
}

/*@media (min-width: 300px) and (max-width: 512px) {
  .x-logobar a.x-brand {
  float: none;
  }
}*/


.x-logobar{
  /*  max-height: 163px;*/
  border-radius: 4px 4px 0 0;
}



.x-logobar img {

}

.x-logobar em {
  font-size: .8em;
  display: block;
  color: #F194BE;
  position: relative;
  top: -88px;
}

@media (min-width: 300px) and (max-width: 512px) {
  .x-logobar em {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
  }
}

.site {
  margin-top:100px;
}



/*.x-navbar {
  background-color: #AF275C !important;
}*/

.x-navbar a {
  box-shadow: none !important;
}
.x-navbar a::after {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #55BCF7;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.x-navbar a:hover::after,
.x-navbar a:focus::after {
    height: 5px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/*.x-logobar .x-brand::before {
  display: inline-block;
  content: "";
  text-indent: -9999px;
  width: 100px;
  height: 82px;
  background: url(./images/ruban.svg);
  background-size: 100px 82px;
  position: relative;
  top:10px;
  left:10px;
}*/

#x-content-band-5 {
 -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* BANNER HOME */

#rev_slider_1_1_wrapper .x-btn-large {
  min-width: 300px;
  font-size: 20px;
}

#rev_slider_1_1_wrapper.rev_slider_wrapper .x-btn {
  font-size: 1.4em !important;
}

#rev_slider_1_1_wrapper h1,
#rev_slider_1_1_wrapper h2, {
  font :"Lato",​"Helvetica Neue",​Helvetica,​sans-serif;
}

#rev_slider_1_1_wrapper .more {
  color: #55bcf7;
  text-decoration: underline;
  top: 10px;
  position: relative;
}

/* DEPISTAGE */

.depistage {
  background-color: #c9bf6d;
  color: #FFF;
}
.depistage h2,
.depistage p {
  color: #FFF;
}

.truck {
  margin: 0;
}

.depistage .x-1-3  {
  text-align: center;
}

.depistage-bt {
  /*background-color: #aba25b !important;*/
  border:1px solid #fff !important;
}

.depistage-bt:hover {
/*    background-color: #ffffff !important;
    border:1px solid #aba25b !important;
    color: #ABA25B !important;
    text-shadow:none !important;*/
}

/* ORGANISATEURS */



.orga .x-column{
  text-align: center;
}

.logo-partner {
/*  position: relative;
  top: 50%;
  transform: translateY(-50%);*/
  border:none;
  line-height: 150px;
  display: inline-block !important;
}

 a.x-img.logo-partner > img {
  display: inline-block !important;
}


.logo-partner img {
   max-height: 150px;
   margin: auto;
   vertical-align: middle;
   display: inline-block;

}

#x-content-band-5 a.x-img {
  display: inline;
}

.tp-caption a {
  color: #FFF;
}
.tp-caption a:hover {
  color: #FFF;
}

/*_________ FOOTER ________*/

footer.x-colophon.bottom {
  background-color: #535667;
  padding: 5px 0;
}

.x-colophon.bottom .x-social-global {
  margin: 10px 0 !important;
  float: right;
  min-width: 200px;
}

.x-colophon.bottom .x-social-global a {
  font-size: 32px !important;
}

/*page reglement */

.page-id-24 .content strong {
  color: #AF275C;
}

h1, .h1 { font-size: 30px !important; }
h2, .h2 { font-size: 25px !important; }
h3, .h3 { font-size: 23px !important; }
h4, .h4 { font-size: 22px !important; }
h5, .h5 { font-size: 20px !important; }

.page .content h2, .h2 { color: #000 !important;}

.h-landmark, .entry-title.h-landmark {
  letter-spacing: 0px !important;
}
