/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

#main{
	padding-bottom: 0px;
	padding-top: 0px;
}

/* Style temporaire pour page En construction */
/*.mobile-navigation{
	display: none;
}*/

.mobile-header-bar .mobile-branding img {
    max-width: 190px;
    height: auto;
    max-height: 40px;
}

header .branding a img, .branding img{
	max-width: 190px;
}

/* Fin Style temporaire pour page En construction */




/* TABLE DES MATIÈRES
  01 - Variables
  02 - Fonts
  03 - Contact form 7
  04 - General responsive
  05 - Header
  06 - Footer
  07 - General
  ---> CSS relatif au site web
*/

/****************************************
 01 - VARIABLES
****************************************/
:root {
  --color-black: #000000;
  --color-grey: #f7f7f7;
  --color-primary: #ED6B00;
  --font-accent: 'Outfit', sans-serif;
  --font-general: 'Outfit', sans-serif;
}

@font-face {
font-family: 'didot';
src: url('/wp-content/uploads/fonts/Didot Italic.ttf');
}

/****************************************
 02 - FONTS
****************************************/
h1:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h2:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h3:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h4:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h5:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h6:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
p:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
a:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
span:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
blockquote:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
.dt-fancy-title,
.masthead .menu-item .menu-text,
.dt-mobile-header .menu-item .menu-text {
  transition: font-size .3s ease;
  /* transition: all .3s linear; */
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-accent);
  line-height: 1.2em;
  color: var(--color-black);
}

p, a, span, blockquote, label {
  font-family: var(--font-general);
  font-size: 1.125rem;
  line-height: 1.2em;
  color: var(--color-black);
}

h1, h1.h1, .h1{
  font-family: var(--font-accent);
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1em;
  text-transform: none;
}

h2, h2.h2, .h2{
  font-family: var(--font-accent);
  font-size: 1.375rem;
  font-weight: 400;
  text-transform: uppercase;
}

h3, h3.h3, .h3, h3 span{
  font-family: var(--font-accent);
  font-size: 2.625rem;
  font-weight: 100;
  text-transform: uppercase;
}

h4, h4.h4, .h4,
h4 a, h4.h4 a, .h4 a{
  font-family: var(--font-accent);
  font-size: 2.25rem;
  font-weight: 300;
  text-transform: uppercase;
}

h5, h5.h5, .h5{
  font-family: var(--font-accent);
  font-size: 1.375rem;
  font-weight: 300;
}

h6, h6.h6, .h6{
  font-family: var(--font-accent);
  font-size: 1.125rem;
  font-weight: 300;
}

.citation {
	font-family: 'didot';
    font-size: 26px;
    font-style: italic;
    color: var(--color-primary);
    font-weight: 400;
	margin-bottom: 30px;
}

/* Text align */
.text-center,
.h1.text-center,
.h2.text-center,
.h3.text-center,
.h4.text-center,
.h5.text-center,
.h6.text-center{
  text-align: center;
}

.text-left,
.h1.text-left,
.h2.text-left,
.h3.text-left,
.h4.text-left,
.h5.text-left,
.h6.text-left{
  text-align: left;
}

.text-right,
.h1.text-right,
.h2.text-right,
.h3.text-right,
.h4.text-right,
.h5.text-right,
.h6.text-right{
  text-align: right;
}

.text-uppercase,
.h1.text-uppercase,
.h2.text-uppercase,
.h3.text-uppercase,
.h4.text-uppercase,
.h5.text-uppercase,
.h6.text-uppercase{
	text-transform: uppercase;
}

/* Font weight */
.text-light,
.h1.text-light,
.h2.text-light,
.h3.text-light,
.h4.text-light,
.h5.text-light,
.h6.text-light{
	font-weight: 300;
}

.text-regular,
.h1.text-regular,
.h2.text-regular,
.h3.text-regular,
.h4.text-regular,
.h5.text-regular,
.h6.text-regular{
	font-weight: 400;
}

.text-semibold,
.h1.text-semibold,
.h2.text-semibold,
.h3.text-semibold,
.h4.text-semibold,
.h5.text-semibold,
.h6.text-semibold{
	font-weight: 500;
}

.text-bold,
.h1.text-bold,
.h2.text-bold,
.h3.text-bold,
.h4.text-bold,
.h5.text-bold,
.h6.text-bold{
	font-weight: 700;
}

/* Font color */
.text-white,
.h1.text-white,
.h2.text-white,
.h3.text-white,
.h4.text-white,
.h5.text-white,
.h6.text-white{
	color: white;
}

.text-color-primary{
	color: var(--color-primary);
}

@media screen and (max-width: 768px){
	h1, h1.h1, .h1{
	  font-family: var(--font-accent);
	  font-size: 2.75rem;
	  font-weight: 300;
	  line-height: 1em;
	  text-transform: none;
	}
	
	
	h2, h2.h2, .h2{
	  font-size: 1.375rem;
	}

	h3, h3.h3, .h3, h3 span{
	  font-family: var(--font-accent);
	  font-size: 2rem;
	  font-weight: 100;
	  text-transform: uppercase;
	}

	h4, h4.h4, .h4,
	h4 a, h4.h4 a, .h4 a{
	  font-family: var(--font-accent);
	  font-size: 1.37rem;
	  font-weight: 300;
	  text-transform: uppercase;
	}
}

/****************************************
 03 - CONTACT FORM 7
****************************************/
/* Col display */
.wpcf7 .form-row{
	display: flex;
	justify-content: space-between;
}

.wpcf7 .form-row .form-col-half{
	width: 49%;
	min-width: 150px;
}

.wpcf7 .form-row .form-col-full{
	width: 100%;
	min-width: 150px;
}

/* Form colors */
input[type=text], input[type=email], input[type=tel], textarea{
	border: 1px solid rgb(176, 124, 139, 0.15);
	color: #B07C8B;
}

/* focus border color */
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus{
	border: 1px solid #B07C8B;
}

/* placeholder color */
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, textarea::placeholder{
	color: #898E9A;
}

/* invalid color */
textarea.wpcf7-not-valid {
  border-color: #f55b5f;
}

@media screen and (max-width: 769px){
	.wpcf7 .form-row .form-col-half{
		width: 100%;
		min-width: 150px;
	}
}

/****************************************
 04 - GENERAL RESPONSIVE
****************************************/
/*desktop*/
@media screen and (min-width: 1080px){
	.hide-desktop{
		display: none;
	}

	.hide-tablet{
		display: block;
	}

	.hide-mobile{
		display: block;
	}

  .tablet-desktop-1 {
    order: 1;
  }
  .tablet-desktop-2 {
    order: 2;
  }
}

/*tablet*/
@media screen and (min-width: 769px) and (max-width: 1079px){
	.hide-desktop{
		display: block;
	}

	.hide-tablet{
		display: none;
	}

	.hide-mobile{
		display: block;
	}

  .tablet-order-1 {
    order: 1;
  }
  .tablet-order-2 {
    order: 2;
  }
}

/*mobile*/
@media screen and (max-width: 768px){
	.hide-desktop{
		display: block;
	}

	.hide-tablet{
		display: block;
	}

	.hide-mobile{
		display: none;
	}

  .mobile-order-1 {
    order: 1;
  }
  .mobile-order-2 {
    order: 2;
  }
}

/****************************************
 05 - HEADER
****************************************/
.main-nav > li > a span {
    font-size: 0.875rem !important;
    font-weight: 300 !important;
}

.sticky-on header .branding{
	/*margin-left: 6px;*/
}

.mobile-header-bar .mobile-branding img {
    max-width: 190px;
    height: auto;
    max-height: 40px;
}

@media screen and (max-width: 1600px){
	.main-nav > li > a{
		margin: 5px;
	}
	
	.mobile-header-bar .mobile-branding img {
		height: 40px;
		width: auto;
	}
	
	span.menu-text {
		font-weight: 300;
	}
}


@media screen and (max-width: 992px){
	#content .hero-banner{
		background-position: 60% 50% !important;
	}
	
	.page-id-240 #content .hero-banner{
		background-position: 78% 50% !important;
	}
}
/****************************************
 06 - FOOTER
****************************************/
/* Navigation */
@media screen and (min-width: 768px){
	.footer ul#menu-menu-footer,
	.footer ul#menu-menu-footer-en{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
}

.footer #menu-menu-footer li,
.footer #menu-menu-footer-en li{
    border: none;
    padding: 5px 10px;
	margin-top: 10px;
    font-size: 0.87rem;
}

.footer .widget_nav_menu a{
	font-size: 0.875rem;
	font-weight: 300;
}

.footer p{
	font-size: 1rem;
	font-weight: 300;
	margin-top: 10px;
}

.footer h5,
.footer .widget h5 a{
	color: #ED6B00;
	margin-top: 10px;
}

.footer .wp-block-image img {
    max-width: 225px;
}

.footer section#block-6 {
    padding: 0px;
}

@media screen and (max-width: 768px){
	.footer section#block-6{
		padding-left: 25px;
	}
	
	.footer #menu-menu-footer li,
	.footer #menu-menu-footer-en li{
		margin-top: 2px;
	}
}

/****************************************
 07 - GENERAL
****************************************/
/* Temporary hide a section of the 
website for development purpose */
.hide-section{
	display: none;
}

html[lang="fr-CA"] .text-en,
html[lang="en-CA"] .text-fr{
	display: none;
}

html[lang="fr-CA"] .text-fr,
html[lang="en-CA"] .text-en{
	display: block;
}

.scroll-top.on{
	bottom: 77px;
}

/* SPACING */
/* padding 0 */
.pad-0,
.pad-inner-0>.vc_column-inner {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
.pad-t-0,
#main .pad-inner-t-0 > .vc_column-inner{
  padding-top: 0px;
}
.pad-r-0 {
  padding-right: 0px;
}
.pad-b-0 {
  padding-bottom: 0px;
}
.pad-l-0 {
  padding-left: 0px;
}

/* padding 20 */
.pad-20 {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.pad-t-20 {
  padding-top: 20px;
}
.pad-r-20 {
  padding-right: 20px;
}
.pad-b-20 {
  padding-bottom: 20px;
}
.pad-l-20 {
  padding-left: 20px;
}

/* padding 30 */
.pad-30 {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.pad-t-30 {
  padding-top: 30px;
}
.pad-r-30 {
  padding-right: 30px;
}
.pad-b-30 {
  padding-bottom: 30px;
}
.pad-l-30 {
  padding-left: 30px;
}

/* padding 50 */
.pad-50 {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.pad-t-50 {
  padding-top: 50px;
}
.pad-r-50 {
  padding-right: 50px;
}
.pad-b-50 {
  padding-bottom: 50px;
}
.pad-l-50 {
  padding-left: 50px;
}

/* margin 0 */
.mar-0,
.mar-0>div,
.mar-0>div>div,
.mar-0>div .vc_tta-container,
.mar-inner-0>.vc_column-inner {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}
.mar-t-0 {
  margin-top: 0px;
}
.mar-r-0 {
  margin-right: 0px;
}
.mar-b-0, 
.wpb_content_element.mar-b-0 {
  margin-bottom: 0px;
}
.mar-l-0 {
  margin-left: 0px;
}

/* margin 20 */
.mar-20 {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.mar-t-20 {
  margin-top: 20px;
}
.mar-r-20 {
  margin-right: 20px;
}
.mar-b-20 {
  margin-bottom: 20px;
}
.mar-l-20 {
  margin-left: 20px;
}

/* margin 30 */
.mar-30 {
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}
.mar-t-30 {
  margin-top: 30px;
}
.mar-r-30 {
  margin-right: 30px;
}
.mar-b-30 {
  margin-bottom: 30px;
}
.mar-l-30 {
  margin-left: 30px;
}

/* margin 50 */
.mar-50 {
  margin-top: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
}
.mar-t-50 {
  margin-top: 50px;
}
.mar-r-50 {
  margin-right: 50px;
}
.mar-b-50,
.wpb_content_element.mar-b-50 {
  margin-bottom: 50px;
}
.mar-l-50 {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .vc_col-has-fill>.vc_column-inner, 
  .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
  .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 15px;
	}

	/* padding mobile 0 */
  .pad-mobile-0,
  .pad-mobile-inner-0 > .vc_column-inner {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
  .pad-mobile-t-0 {
    padding-top: 0px;
  }
  .pad-mobile-r-0 {
    padding-right: 0px;
  }
  .pad-mobile-b-0 {
    padding-bottom: 0px;
  }
  .pad-mobile-l-0 {
    padding-left: 0px;
  }

  /* padding mobile 20 */
  .pad-mobile-20 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .pad-mobile-t-20 {
    padding-top: 20px;
  }
  .pad-mobile-r-20 {
    padding-right: 20px;
  }
  .pad-mobile-b-20 {
    padding-bottom: 20px;
  }
  .pad-mobile-l-20 {
    padding-left: 20px;
  }

  /* padding mobile 30 */
  .pad-mobile-30 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .pad-mobile-t-30 {
    padding-top: 30px;
  }
  .pad-mobile-r-30 {
    padding-right: 30px;
  }
  .pad-mobile-b-30 {
    padding-bottom: 30px;
  }
  .pad-mobile-l-30 {
    padding-left: 30px;
  }

  /* padding mobile 50 */
  .pad-mobile-50 {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
  .pad-mobile-t-50 {
    padding-top: 50px;
  }
  .pad-mobile-r-50 {
    padding-right: 50px;
  }
  .pad-mobile-b-50 {
    padding-bottom: 50px;
  }
  .pad-mobile-l-50 {
    padding-left: 50px;
  }
}

.dt-btn.btn-white, .dt-btn.btn-white span {
    border-color: #ffffff;
    color: #ffffff !important;
}

.dt-btn.btn-white:hover, .dt-btn.btn-white:hover span {
    border-color: #ffffff !important;
    color: #000000 !important;
	background-color: #ffffff !important;
}

.rect-decoratif-titre{
	width: 108px;
    height: 42px;
    position: absolute;
    left: -120px;
    top: calc(50% - 23px);
    background-color: var(--color-primary);
}

.rect-decoratif-separateur{
	width: 83px;
	height: 17px;
	background-color: var(--color-primary);
	margin-bottom: 20px;
}

@media screen and (max-width: 768px){
	.rect-decoratif-titre{
		width: 82px;
		height: 32px;
		left: -75px;
		top: 7px;
	}
}

/* SLIDER REVOLUTION */
rs-module-wrap .custom.tparrows{
	background: rgba(247, 247, 247, 0.25) !important;
}

rs-module-wrap .custom.tparrows:hover{
	background: rgba(247, 247, 247, 0.40) !important;
}

/***** PAGE ACCUEIL *****/
.img-produit img{
	max-height: 300px;
	width: auto;
}

/***** PAGE À PROPOS *****/
.section-processus img{
	max-width: 80px;
}

/***** PAGE COLLECTION PRIVÉE *****/
.bg-parallax{
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px){
	.bg-parallax{
		background-attachment: unset;
	}
}

/***** PAGE NOUS JOINDRE *****/
.contact-infobox{
	padding-left: 15%;
	padding-right: 15%;
}

@media screen and (max-width: 991px){
	.contact-infobox{
		padding-left: 2%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.contact-infobox{
		padding-left: 5%;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px){
	.contact-infobox{
		padding-left: 10%;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1499px){
	.contact-infobox{
		padding-left: 15%;
		padding-right: 20%;
	}
}

@media screen and (min-width: 1500px) and (max-width: 1699px){
	.contact-infobox{
		padding-left: 20%;
		padding-right: 20%;
	}
}

@media screen and (min-width: 1700px){
	.contact-infobox{
		padding-left: 36%;
		padding-right: 20%;
	}
}