/*
Theme Name: FSN - festival du Polar
Theme URI: http://www.festival-sans-nom.fr/
Description: This is a custom child theme for Salient
Author: Sebastien RENTZ
Author URI: http:/:www.activis.net
Template: salient
Version: 0.1
*/

/* navigation */
/*
#header-secondary-outer { background-color: transparent !important;; border: none !important; }
	#header-secondary-outer nav ul { background-color: #e8e8e8; font-size: 20px!important; }
	#header-secondary-outer nav ul li a { color: #EA3129; font-size: 20px !important; text-transform: uppercase; border: none }
	#header-secondary-outer nav ul li a:hover { color: #000 }

nav { float: right }	
	
.portfolio-items .nectar-love-wrap { display: none }
.elastic-portfolio-item  .pretty_photo { display: none }


.single-portfolio { padding-bottom: 60px }
.single-portfolio #post-area img { float: right; margin: 0 0 0 40px }
.work-info .bottom-meta p { display: none }

#portfolio-nav .controls { display: none }

.team-member { margin: 0; padding: 20px; text-align:center; border: 1px solid #ccc; min-height: 200px; width: 100% }
.team-member .position { display: none }
.team-member ul li { float: none !important }

.pas-de-marge { margin-bottom: 0 !important }
.image-presse { min-height: 226px !important }

.toggle h3 a { font-size: 20px !important; line-height: 24px !important; }

.liste-auteurs-radio .wpcf7-list-item { display:block }

.home .wpb_row { margin-bottom: 0 !important }

@media only screen and (max-width: 1100px) { 
	
	.single-portfolio #post-area img { max-width: 60% }
	body header#top #logo img { height: 60px !important; }
	
	.work-info .bottom-meta { bottom: 0px !important }
}

*/

#logo img {
  margin: -28px 0 0 0;
}
#logo img.stnd {
  height: 100px;
}

#page-header-bg h1 {
  text-align: right;
  font-size: 60px !important;
  font-weight: 700 !important;
}

/* programme */
.toggle h3 a,
.toggle h3 {
  font-size: 14px !important;
}

.bandeau-fsn .button {
  display: none;
}
.bandeau-fsn .container {
  height: 100%;
  background: url("http://www.festival-sans-nom.fr/wp-content-fsn/uploads/2019/04/fsn-2019-v2-638.png")
    no-repeat right center;
  background-size: 638px 252px;
}

.sub-menu .current-menu-item a {
  color: #fff;
}

/* Mobile */
#mobile-menu ul li a {
  font-size: 24px;
}

@media screen and (max-width: 1000px) {
  #logo img {
    margin-top: -20px !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bandeau-fsn .container {
    height: 100%;
    background: url("http://www.festival-sans-nom.fr/wp-content-fsn/uploads/2019/04/fsn-2019-v2.png")
      no-repeat right center;
    background-size: 315px 124px;
  }
}

@media screen and (max-width: 640px) {
  .bandeau-fsn .container {
    height: 100%;
    background: url("http://www.festival-sans-nom.fr/wp-content-fsn/uploads/2019/04/fsn-2019-v2.png")
      no-repeat right center;
    background-size: 280px 110px;
  }
}

/* auteurs */
.single-portfolio {
  padding-bottom: 60px;
}
.single-portfolio .post-area img {
  float: right;
  margin: 0 0 0 40px;
}
.work-info .bottom-meta p {
  display: none;
}

#portfolio-nav .controls {
  display: none;
}

#mc4wp-form-1 input {
  border: 1px solid #e6e6e6;
}
.mcfwp_cols {
  width: 49%;
  float: left;
  padding: 0 0 10px 0;
}
.mcfwp_cols:nth-child(2) {
  float: right;
}
.mc4wp-response .mc4wp-alert {
  margin: 20px 0;
  padding: 30px;
  color: #000;
  border: 1px solid #d80912;
}

/* Contact form 7 */
.grecaptcha-badge {
  opacity: 0;
}

/* Pied de page */
#footer-widgets .widget h4 {
  text-transform: uppercase;
  color: #fff;
}
#menu-pied-de-page li {
  display: inline-block;
  margin: 0 6px 0 0;
}
#menu-pied-de-page li a {
  padding: 0 !important;
}
#menu-pied-de-page li.facebook a {
  text-indent: -9999px;
  display: block;
  background: transparent url("./images/icon_fb.png") no-repeat center;
  width: 32px;
  height: 32px;
}
#menu-pied-de-page li.twitter a {
  text-indent: -9999px;
  display: block;
  background: transparent url("./images/icon_x.png") no-repeat center;
  width: 32px;
  height: 32px;
}
#menu-pied-de-page li.instagram a {
  text-indent: -9999px;
  display: block;
  background: transparent url("./images/icon_insta.png") no-repeat center;
  width: 32px;
  height: 32px;
}
@media (min-width: 1200px) {
  #menu-pied-de-page li:hover {
    opacity: 0.6;
  }
}

.single-portfolio .container .row {
  display: flex;
  flex-wrap: wrap;
}

.single-portfolio .container .row #sidebar,
.single-portfolio .container .row .post-area {
  flex: 0 0 100%;
}

@media (min-width: 1200px) {
  .single-portfolio .container .row #sidebar {
    flex: 0 0 64%;
  }

  .single-portfolio .container .row .post-area {
    flex: 0 0 36%;
  }
}

@media (max-width: 1200px) and (min-width: 900px) {
  .single-portfolio .container .row #sidebar {
    flex: 0 0 70%;
  }

  .single-portfolio .container .row .post-area {
    flex: 0 0 30%;
  }
}

@media (max-width: 900px) {
  .single-portfolio .container .row {
    flex-direction: column-reverse;
  }
}
