/*!
Theme Name: Conseil Juridique Funéraire
Theme URI: http://underscores.me/
Author: Big Papoo
Author URI: https://bigpapoo.com
Description: Conseils Funéraires
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: conseil-juridique-funeraire
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Reflets - Danielle Sylvestre is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Navigation
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

# Theme specific styles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* ----------------------------------------------------------------------------
	Theme specific styles
  ---------------------------------------------------------------------------- */

/* PLUGINS */
/* BASE */
body {
  font-size: 20px;
  font-family: "Dosis", sans-serif;
  background-image: url("/wp-content/themes/conseil-juridique-funeraire/assets/img/background.jpg");
  background-size: cover; }

.admin-bar .navbar-fixed-top {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .navbar-fixed-top {
		top: 46px;
	}
}

input {
  font-size: 30px; }

/* LAYOUTS */
.topofpage {
  margin-top: 50px;
  background-image: url("/wp-content/themes/conseil-juridique-funeraire/assets/img/top.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 220px;
  background-size: contain;
  background-position: 50% top; }
@media (max-width: 768px) {
  .topofpage {
    background-size: auto;
    background-position: -390px -80px;
	}
}
@media (min-width: 992px) {
  .topofpage {
    background-position: 50% -30px;
	}
}
@media (max-width: 320px) {
  .topofpage {
    background-size: auto;
    background-position: -190px -80px;
		height: 90px;
	}
}

.article {
  margin-top: 80px; }

footer {
  background: #3e4249;
  color: white;
  padding: 20px 0 20px;
  margin-top: 70px;
  font-size: 14px;
  vertical-align: bottom; }

footer p {
  margin: 0; }

footer a:link,
footer a:visited {
  color: white; }

footer a:hover {
  color: #dd5638; }

/* MODULES */
.vspacer20 {
  margin-top: 20px; }
  @media (max-width: 480px) {
    .vspacer20 {
      margin-top: 12px; } }
  @media (max-width: 768px) and (min-width: 480px) {
    .vspacer20 {
      margin-top: 15px; } }

.navbar-brand {
  font-size: 100%;
  line-height: 120%;
  -moz-box-shadow: black 0px 0px 20px;
  -webkit-box-shadow: black 0px 0px 20px;
  box-shadow: black 0px 0px 20px;
  background-color: #e6e6e6;
  -moz-border-radius: 50% / 50%;
  -webkit-border-radius: 50% 50%;
  border-radius: 50% / 50%;
  position: absolute;
  height: 180px;
  width: 180px;
  margin-left: 100px;
  padding-top: 75px;
  top: -70px;
  text-align: center; }
  @media (max-width: 480px) {
    .navbar-brand {
      font-size: 60%;
      height: 120px;
      width: 120px;
      top: -50px;
      padding-top: 62px;
      margin-left: 50px; } }
  @media (max-width: 768px) and (min-width: 480px) {
    .navbar-brand {
      font-size: 75%;
      height: 150px;
      width: 150px;
      top: -60px;
      padding-top: 70px; } }

.navbar-inverse {
  background-color: #e6e6e6;
  -moz-box-shadow: black 0px 0px 20px;
  -webkit-box-shadow: black 0px 0px 20px;
  box-shadow: black 0px 0px 20px; }

.navbar-inverse .navbar-brand {
  color: black; }

.navbar-inverse .navbar-brand:hover {
  background-color: #e6e6e6;
  color: #a6a6a6; }

.navbar {
  font-size: 80%;
  -moz-box-shadow: #666666 0px 5px 12px;
  -webkit-box-shadow: #666666 0px 5px 12px;
  box-shadow: #666666 0px 5px 12px; }

.navbar-inverse .navbar-nav > li > a {
  color: black; }

.navbar-inverse .navbar-nav > li > a:hover {
  color: #a6a6a6; }

#subscribers-access, #disconnect {
  margin-left: 30px;
  margin-top: 160px;
  -moz-box-shadow: #996300 0px 0px 20px;
  -webkit-box-shadow: #996300 0px 0px 20px;
  box-shadow: #996300 0px 0px 20px; }

.big-bullet {
  background-color: #54d177;
  width: 100px;
  height: 100px;
  display: inline-block;
  color: white;
  -moz-border-radius: 50% / 50%;
  -webkit-border-radius: 50% 50%;
  border-radius: 50% / 50%;
  -moz-box-shadow: #001a00 5px 5px 20px;
  -webkit-box-shadow: #001a00 5px 5px 20px;
  box-shadow: #001a00 5px 5px 20px;
  position: absolute;
  margin-left: -100px;
  margin-top: -15px; }
  @media (max-width: 480px) {
    .big-bullet {
      width: 80px;
      height: 80px; } }

.big-bullet-content {
  font-size: 42px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  height: 100px; }
  @media (max-width: 480px) {
    .big-bullet-content {
      font-size: 31.5px;
      width: 80px;
      height: 80px; } }

#intro-section {
  -moz-box-shadow: black 0px -5px 6px;
  -webkit-box-shadow: black 0px -5px 6px;
  box-shadow: black 0px -5px 6px; }

.intro-part-text,
#subscribe,
#submit {
  font-size: 26px;
  padding: 10px 0;
  padding: 10px 0 10px 30px; }
  @media (max-width: 480px) {
    .intro-part-text,
    #subscribe,
    #submit {
      font-size: 19.5px;
      padding: 10px 0 10px 10px; } }

.intro-part {
  padding-left: 75px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #e6e6e6;
  -moz-box-shadow: #000100 5px 5px 20px;
  -webkit-box-shadow: #000100 5px 5px 20px;
  box-shadow: #000100 5px 5px 20px; }

h1, h2 {
  font-size: 42px;
  text-shadow: 0px 0px 5px #ffff99;
  text-shadow: 0px 0px 5px true #ffff99;
  padding-top: 20px;
  padding-bottom: 20px; }
h2 {
	  font-size: 30px;
}
@media (max-width: 480px) {
  h1, h2 {
		padding-top: 0px;
	  padding-bottom: 0px;
    font-size: 31.5px;
		}
	h2 {
  	font-size: 20px;
	}
}

#fonct-section {
  padding-top: 40px;
  font-size: 26px; }
  @media (max-width: 480px) {
    #fonct-section {
      font-size: 19.5px;
      padding-top: 40px; } }

#subscribe-section {
  padding-top: 40px;
  font-size: 26px; }
  @media (max-width: 480px) {
    #subscribe-section {
      font-size: 19.5px;
      padding-top: 40px; } }

.tarifs-service {
  padding: 0; }

.tarifs-service-text {
  font-size: 18.2px;
  width: 100%;
  padding: 0;
  color: black; }
  @media (max-width: 480px) {
    .tarifs-service-text {
      font-size: 15.6px; } }

.tarifs-service-title,
.tarifs-service-title-lg {
  border-bottom: 2px solid #4d3200;
  font-size: 26px;
  text-align: center;
  line-height: 1.5em;
  padding: 5px;
  width: 60%;
  background-color: orange;
  color: #4d3200;
  float: left;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px; }
  @media (max-width: 480px) {
    .tarifs-service-title,
    .tarifs-service-title-lg {
      font-size: 18.2px;
      width: 50%; } }

.tarifs-service-title-lg {
  width: 100%;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.tarifs-service-price {
  border-bottom: 2px solid #4d3200;
  font-size: 26px;
  line-height: 1.5em;
  text-align: center;
  padding: 5px;
  width: 40%;
  background-color: #009900;
  color: #f2f2f2;
  float: left;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px; }
  @media (max-width: 480px) {
    .tarifs-service-price {
      font-size: 18.2px;
      width: 50%; } }
  .tarifs-service-price a {
    color: #f2f2f2;
    text-decoration: none;
    cursor: pointer; }

#show-tarifs {
  cursor: pointer; }

/* STATE */
/* THEME */

/** QUESTIONS */
.content-area {
	padding: 20px 50px 30px;
}
@media (max-width: 480px) {
	.content-area {
		padding: 20px 20px 20px;
    font-size: 60%;
	}
}

.wpas-submit-ticket, .ticket, .wpas-ticket-list {
	padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #e6e6e6;
  -moz-box-shadow: #000100 5px 5px 20px;
  -webkit-box-shadow: #000100 5px 5px 20px;
  box-shadow: #000100 5px 5px 20px; }

.wpas-ticket-buttons-top {
	display: none;
}

/** LOGIN */

.login {
  padding: 0;
}

.login-title {
	border-bottom: 2px solid #4d3200;
	font-size: 26px;
	text-align: center;
	line-height: 2em;
	padding: 5px;
	width: 40%;
	background-color: orange;
	color: #4d3200;
	float: left;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.login-field {
  border-bottom: 2px solid #4d3200;
  font-size: 26px;
  line-height: 2em;
  text-align: left;
  padding: 5px 20px;
  width: 60%;
  background-color: #009900;
  color: #f2f2f2;
  float: left;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 480px) {
	.login-title, .login-field {
	  font-size: 18.2px;
	  width: 50%; }
}
.login-field input {
	line-height: 1.35em;
	border: 0;
	background-color: transparent;
	color: white;
	width: 100%;
}

.contact_sponsor_field {
	margin-bottom:15px;
}
