/*
Theme Name: thomas-theme
Author: Thomas Robert
Description: Thème enfant
Version: 1.0
Template: salient

This is the child theme for Salient theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/





.sf-menu >li ul a, #top nav >ul >.megamenu ul li a {
	padding: 10px 6px !important;
}
.pricing-column-content li em {
	opacity: 0.6 !important;
}
.no-overlay .column-bg-overlay-wrap {
    display: none !important;
}

.owl-theme .owl-dots .owl-dot span {
	background-color: #4a4949 !important;
}
.dark .owl-theme .owl-dots .owl-dot span {
	background-color: white !important;
}
.span_12.light .owl-theme .owl-dots .owl-dot.active span, .span_12.light .owl-theme .owl-dots .owl-dot:hover span {
	background: #d79d8a !important;
}

.text-shadow {
	text-shadow: #000000 0 0px 8px;	
}


/* Champ select */
.wpcf7-form select {
	padding: 10px;
	font-size: 14px;
	background-color: #f1f1f1;
	border: none;
	border-bottom: 2px solid #e0e0e0 !important;
	box-shadow: none;
}
body[data-form-style="minimal"] .span_12.light .wpcf7-form select {
	background-color: rgba(0, 0, 0, 0.035);
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	position: relative;
	margin: 0;
	font-size: 14px;
	border-bottom: 2px solid #e0e0e0;
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	border-radius: 0;
}
body[data-form-style="minimal"] .span_12.light .wpcf7-form select {
	color: #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background-color: rgba(255, 255, 255, 0.04);
	box-shadow: none;
	border-bottom: 2px solid transparent;	
}


body[data-form-style="minimal"] .wpcf7-form select option {
	color: #222;
}
body[data-form-style="minimal"] .wpcf7-form .wpcf7-not-valid-tip {
	color: #df1e1e !important;
	font-weight: bold;
	box-shadow: none;
}



/* Custom pricing table en slider */
.custom-pricing-table .nectar-fancy-box {
	padding: 0px !important;
	border: solid #0000000a 1px;
}
.custom-pricing-table .box-inner-wrap {
	padding: 15px !important;
}
.custom-pricing-table .nectar-fancy-box ul li {
	list-style-type: none;
	line-height: 18px;
	padding: 10px 15px;
	border-bottom: 1px solid #efefef;
	background: #ffffff;
	color: #888;
}
.custom-pricing-table .nectar-fancy-box .inner p:nth-of-type(2) {
	padding: 10px 30px 10px 30px;
	font-size: 30px;
	line-height: 42px;
	color: #525252;
	background: white;
}
.custom-pricing-table .nectar-fancy-box .inner > p:nth-of-type(1) {
    font-family: Nunito;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 25px;
    line-height: 36px;
    font-weight: 400;
    margin: 0;
    padding: 5px;
}

.custom-pricing-table .nectar-fancy-box blockquote {
	margin: 0;
	padding: 10px 15px;
	background: #ffffffd6;
	color:#999;
	font-style: oblique;
}
.custom-pricing-table .nectar-fancy-box blockquote:before {
	content: none !important;
}
.custom-pricing-table .nectar-fancy-box ul li:nth-of-type(odd) {
	background: #fbfbfb;
}
.custom-pricing-table .nectar-fancy-box ul {
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0;
	width: 100%;
}

@media (max-width: 999px) {
  .custom-pricing-table.add-see-more .nectar-fancy-box {
    position: relative;
  }

  .custom-pricing-table.add-see-more .nectar-fancy-box .inner {
    position: relative;
    max-height: 320px;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .custom-pricing-table.add-see-more .nectar-fancy-box .inner.expanded {
    max-height: 2000px;
  }

  .custom-pricing-table.add-see-more .nectar-fancy-box .inner:not(.expanded)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
  }

  .pricing-see-more {
/*    display: block;
    width: calc(100% - 40px);
    margin: -20px 20px 20px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 10;*/
	padding: 5px 10px;
	width: 100%;
	z-index: 10;
	position: relative;
	text-align: center;
	cursor: pointer;   
  }
}

@media (min-width: 1000px) {
  .pricing-see-more { display: none; }
}



/* End custom pricing table */


header#top,
body {
	max-width: 1920px;
	margin: auto;
}

.background-cover .column-image-bg,
.background-cover {
	background-size: cover !important;
}
.background-contain .column-image-bg,
.background-contain {
	background-size: contain !important;
}

.bg-full .row-bg {
    background-size: 100% auto !important;
}
.bg-contain .row-bg,
.background-contain .row-bg {
    background-size: contain !important;
}

.bg-auto .row-bg,
.background-contain .row-bg {
    background-size: auto !important;
}

.form-hint {
		font-style: italic;
		opacity: .8;
		font-weight: 100;
		font-size: 13px;
		margin-bottom: 15px;
		border-left: solid #00000080 2px;
		padding-left: 10px;	
		
}

.justify {
	text-align: justify;
}
.text-center, .center {
	text-align: center;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.width-100,
.full-width {
	width: 100%;
}
.br-0,
.border-radius-0 {
	border-radius: 0 !imporant;
}


.mb-0 {
	margin-bottom: 0 !important;
} 
.mt-0 {
	margin-top: 0 !important;
} 
.pb-0 {
	padding-bottom: 0 !important;
} 
.pt-0 {
	padding-top: 0 !important;
} 
.m-0 {
	margin: 0 !important;
}
.p-0 {
	padding: 0 !important;
}

.mb-1 {
	margin-bottom: 15px !important;
} 
.mt-1 {
	margin-top: 15px !important;
} 
.pb-1 {
	padding-bottom: 15px !important;
} 
.pt-1 {
	padding-top: 15px !important;
} 
.m-1 {
	margin: 15px !important;
}
.p-1 {
	padding: 15px !important;
}
.pointer {
	cursor: pointer;
}

.badge {
	padding: 5px 10px;
	border-radius: 20px;
	background: #ffffff;
	color: #0e0e0e;	
}

.opacity-1 {
	opacity: .1 !important;
}
.opacity-2 {
	opacity: .2 !important;
}
.opacity-3 {
	opacity: .3 !important;
}
.opacity-5 {
	opacity: .5 !important;
}
.opacity-6 {
	opacity: .6 !important;
}
.opacity-8 {
	opacity: .8 !important;
}
.opacity-9 {
	opacity: .9 !important;
}

/* Le row doit pouvoir contenir le canvas en absolu */
#particles-canvas-wrapper,
[id^="particles-"] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
  overflow: hidden !important;
}





/* Responsive custom Thomas */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.fb_dialog_content {
		display: none;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	h2, .h2 {
		font-size: 20px;
		line-height: 25px;		
	}
	h1, .h1 {
		font-size: 30px;
		line-height: 40px;		
	}
	.mobile-block, .mobile-show {
		display: block !important;
	}
	.mobile-hide {
		display: none !important;
	}
	.mobile-center, .center-mobile {
		text-align: center !important;
	}
	.mobile-justify, .justify-mobile {
		text-align: justify !important;
	}


	/* Pour carousel d'avis homepage */
	.nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content .nectar-button {
		width: 100% !important;
	}
	.wpcf7-submit {
		width: 100% !important;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}



/* Réduit la marge sur mobile pour avoir plus de places à l'écran */
/*@media only screen and (max-width: 690px) {
  .single-post .container,
  .page .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .single-post .full-width-content,
  .page .full-width-content {
    margin-left: revert !important;
    width: revert !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}*/
@media only screen and (max-width: 690px) {
  .single-post .container,
  .page .container {
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .single-post .full-width-content,
  .page .full-width-content {
    margin-left: -15px !important;
    /*width: calc(100% + 30px) !important;*/
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}





/*

*/

