/*
Theme Name: SLM theme
Author: Altitude Stratégies
Author URI: https://www.altitudestrategies.ca/
Description: SLM theme 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
*/

/* Titre style */
/*
h1, h2, h3, h4, h5 { font-family: 'nonchalancemedium', Arial, sans-serif !important; }

h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter { 
 font-size: 120%;
}
*/







h1, h2, h3, h4, h5, h6 {
 clear: none !important;
}

h2.script-font  {
    font: normal 34px / 44px 'Pacifico', Helvetica, Arial, Verdana, sans-serif !important;
    color: #f6993c !important;
}



/* Blockquote */
/*
blockquote {
 border-left: 4px solid #244b90;
 font-weight: bold;
 font-size: 19px !important;
 line-height: 24px !important;
 margin-top: 40px !important;
 margin-bottom: 40px !important;
 background-color: rgb(243, 237, 221) !important;
}
*/

/* Enlever le fond du widget blog défilant. */
/*
.fs-entry .post.bg-on:before {
 background-color: rgba(255,255,255,0) !important;
}
*/

/* Cacher le bouton de modification de contenu admin */
.edit-link {
 display:none !important;
}


/* Modifier le bouton black outline */
/*
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
 color: #244b90 !important;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
 border-color: #244b90 !important;
 background-color: transparent;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
 color: #fff !important;
 border-color: #244b90 !important;
 background-color: #244b90 !important;
}
*/




/* Footer typo style */
/*
#footer h4 { 
 font: normal 24px / 28px "Abel", Helvetica, Arial, Verdana, sans-serif !important; 
}
 
.footer .widget, .footer .tp_recent_tweets li {
 font-size: 15px !important;
 line-height: 22px;
}
*/










/* Pour un effet emboité par dessus le header. */
/*
.topcontent {
 margin-top:-75px !important;
 position: relative !important;
 z-index: 100 !important;
 clear:both;
 float:left;
}
*/








/* Liste ul avec custom image. */
/*
#content ul, #footer ul {
 list-style: none !important;
 padding: 0;
}

#content li, #footer li {
 padding-left: 1.3em;
}

#content li:before, #footer li:before {
 content: url('http://www.exemple.ca/wp-content/uploads/list_image-1.png');
 font-family: FontAwesome;
 display: inline-block;
 margin-left: -1.3em; 
 width: 1.3em; 
}
*/








/* Liste ul avec Awesome Font */

#content ul {
 list-style: none !important;
 padding: 0;
}

#content ul li {
 padding-left: 1.3em;
}

#content ul li:before {
 content: "\f105";
font-family: "Font Awesome 5 Free";
  font-weight: 900;
 display: inline-block;
 margin-left: -1.3em; 
 width: 1.3em; 
}
 
#footer ul {
 list-style: none !important;
 padding: 0;
}

#footer li {
 padding-left: 1.3em;
}

#footer li:before {
 content: "\f105"; 
font-family: "Font Awesome 5 Free";
  font-weight: 900;
 display: inline-block;
 margin-left: -1.3em; 
 width: 1.3em; 
} 

.testimonial-item ul {
 list-style: none !important;
 padding: 0;
}

.testimonial-item li {
 padding-left: 0 !important;
}

.testimonial-item li:before {
 display: none!important;
 margin-left: 0; 
 width: 0; 
}

.testimonial-item .ts-slide {
 padding-top: 0px !important;
 box-sizing: border-box;
}

.fullwidth-slider ul {
 list-style: none !important;
 padding: 0;
}

.fullwidth-slider li {
 padding-left: 0 !important;
}

.fullwidth-slider li:before {
 display: none!important;
 margin-left: 0; 
 width: 0; 
}


.woocommerce li:before {
 content: "\f105"; 
 font-family: "Font Awesome 5 Free";
  font-weight: 900;
 display: none !important;
 margin-left: -1.3em; 
 width: 1.3em; 
} 

.gform_wrapper li:before {
 content: "\f105"; 
 font-family: "Font Awesome 5 Free";
  font-weight: 900;
 display: none !important;
 margin-left: 0px; 
 width: 0px; 
} 

#content .gform_wrapper ul li {
    padding-left: 0px !important;
}




/* Modifier le texte dans le top-bar. */
/* .top-bar .mini-contacts {font: 16px / 32px "Open Sans", Helvetica, Arial, Verdana, sans-serif !important;} */








/* Cacher le texte du contenu en bold pour le SEO. */
/* #content strong {font-weight: 400 !important;} */








/* Cacher le floating menu */
/* #phantom {display:none;} */








/* Modifier l’icon des posts vidéos dans le blog */
/*
.rollover-video .video-icon:before {
 background-image: url("http://www.exemple.com/wp-content/uploads/play-icon.png") !important;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 90px !important;
 height: 90px !important;
 margin: -45px 0 0 -45px !important;
 background-color: rgba(0,0,0,0) !important;
 background-position: 0px center;
 background-repeat: no-repeat;
 content: "";
 border-radius: 50%;
}
*/








/* Mettre une image en preview avec rollover natif avec lien vers un video en popup */
/*
.format-video .rollover:before {
 background-image: url(http://www.cliniquedentairecharlestrottier.com/wp-content/uploads/play-icon.png) !important;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 90px !important;
 height: 90px !important;
 margin: -45px 0 0 -45px !important;
 background-color: rgba(0,0,0,0) !important;
 background-position: 0px center;
 background-repeat: no-repeat;
 content: "";
 border-radius: 50%;
}


.blog.large-hover-icons .format-video .rollover i:after, .large-hover-icons .dt-blog-shortcode .format-video .rollover i:after {
 background-image: url(http://www.cliniquedentairecharlestrottier.com/wp-content/uploads/play-icon.png) !important;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 90px !important;
 height: 90px !important;
 margin: -45px 0 0 -45px !important;
 background-color: rgba(0,0,0,0) !important;
 background-position: 0px center;
 background-repeat: no-repeat;
 content: "";
 border-radius: 50%;
}
*/








/* Cacher le lien Modifier pour l’admin */
/* .edit-link { display: none !important;} */








/* Cacher le bouton Share Natif */
/* a.share-button { display: none !important;} */








/* Enlever le fond du widget témoignage. */
/*
.testimonial-item:not(.testimonial-item-slider), .testimonial-item .ts-viewport, .bg-on.team-container {
 background-color: rgba(255,255,255,0) !important;
}
*/








/* Modifier le bouton Détail du blog */
/*
.blog .details.more-link, .dt-blog-shortcode .details.more-link {
 margin-top: 0px;
 margin-bottom: 10px !important;
 margin-left: 0px;
 margin-right: 0px;
 display: inline-block;
 margin-bottom: 0;
 vertical-align: middle;
 cursor: pointer;
 background-image: none;
 border: 1px solid transparent;
 box-sizing: border-box;
 word-wrap: break-word;
 user-select: none;
 top: 0;
 transition: all .2s ease-in-out;
 line-height: normal;
 font-size: 14px;
 padding-top: 14px;
 padding-bottom: 14px;
 padding-left: 20px;
 padding-right: 40px;
 border-radius: 0;
 background-color: #a8d52a;
 color: #000000;
 text-decoration: none;
 align-items: flex-start;
 text-rendering: auto;
 letter-spacing: normal;
 word-spacing: normal;
 text-transform: none;
 text-indent: 0px;
 text-shadow: none;
}

.details:after {
 position: absolute;
 top: 15px;
 right: 15px !important;
 width: 11px;
 height: 100%;
 content: "\f105";
 font-family: FontAwesome;
 background-position: 0 center;
 background-repeat: no-repeat;
 background-image: none !important; 
}

.blog .details.more-link:hover, .dt-blog-shortcode .details.more-link {
 color: #000000 !important;
background-color: #a3bf3b !important;

}

.details:after:hover {
 color:#000000;
}
*/







/* Contact form 7 couleur. */
/*
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="url"], .wpcf7-form input[type="number"], .wpcf7-form input[type="range"], .wpcf7-form input[type="date"], .wpcf7-form textarea {
 background-color: #fff !important;
 border-color: #e4e4e4;
 margin-bottom: 20px;
}
*/


.woocommerce-product-details__short-description { display:none !important;}

#footer h4 {
	color: #d79444 !important;
}

.blog-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title {
    font: normal 18px / 24px "Patua One", Helvetica, Arial, Verdana, sans-serif !important;
}

.blanc , .blanc h2 {
	color: #ffffff !important;
}

.page-title h1 {
	color: #ffffff !important;
}

.content-bg-on.centered-layout-list article, .content-bg-on.classic-layout-list article {
	background-color: rgba(255, 255, 255, 0.8) !important;
}

.product .woo-buttons-on-img {
    height: 170px !important;
}

.wc-img-hover .woo-buttons-on-img {
    overflow: visible !important;
}

#bottom-bar .wf-float-left:last-of-type {
    width: 100% !important;
}

#text-3, #text-5 {
	border-right: 1px solid #f0f0f0;
}
#bottom-bar .wf-container-bottom {
	display: block !important;
	text-align: center;
}
.vc_row[data-vc-full-width] {
	    overflow: inherit;
}
#gform_submit_button_1, #gform_submit_button_11 {
	border: 2px solid #000 !important;
    border-radius: 0 !important;
    background: none;
    color: #000;
    font-weight: 700 !important;
}
#gform_submit_button_1:hover {
	border: 2px solid #000 !important;
    border-radius: 0 !important;
    background: #000 !important;
    color: #fff;

}
#gform_submit_button_9 {
	border: 2px solid #000 !important;
    border-radius: 0 !important;
    background: none;
    color: #000;
    font-weight: 700 !important;
}
#gform_submit_button_9:hover {
	border: 2px solid #000 !important;
    border-radius: 0 !important;
    background: #000 !important;
    color: #fff;

}

/* bouton */

.fancy {
 background-color: transparent;
 border: 2px solid #000;
 border-radius: 0;
 box-sizing: border-box;
 color: #fff;
 cursor: pointer;
 display: inline-block;
 float: left;
 font-weight: 700;
 letter-spacing: 0.05em;
 margin: 0;
 outline: none;
 overflow: visible;
 padding: 1.25em 2em;
 position: relative;
 text-align: center;
 text-decoration: none;
 text-transform: none;
 transition: all 0.3s ease-in-out;
 user-select: none;
 font-size: 13px;
}

.fancy::before {
 content: " ";
 width: 1.5625rem;
 height: 2px;
 background: black;
 top: 50%;
 left: 1.5em;
 position: absolute;
 transform: translateY(-50%);
 transform-origin: center;
 transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text {
 font-size: 1.125em;
 line-height: 1.33333em;
 padding-left: 2em;
 display: block;
 text-align: left;
 transition: all 0.3s ease-in-out;
 text-transform: uppercase;
 text-decoration: none;
 color: black;
}

.fancy .top-key {
 height: 2px;
 width: 1.5625rem;
 top: -2px;
 left: 0.625rem;
 position: absolute;
 background: #fff;
 transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
 height: 2px;
 width: 1.5625rem;
 right: 1.875rem;
 bottom: -2px;
 position: absolute;
 background: #fff;
 transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy .bottom-key-2 {
 height: 2px;
 width: 0.625rem;
 right: 0.625rem;
 bottom: -2px;
 position: absolute;
 background: #fff;
 transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy:hover {
 color: white;
 background: black;
}

.fancy:hover::before {
 width: 0.9375rem;
 background: white;
}

.fancy:hover .text {
 color: white;
 padding-left: 1.5em;
}

.fancy:hover .top-key {
 left: -2px;
 width: 0px;
}

.fancy:hover .bottom-key-1,
 .fancy:hover .bottom-key-2 {
 right: 0;
 width: 0;
}

/* bouton blanc */

.fancy1 {
 background-color: transparent;
 border: 2px solid #fff;
 border-radius: 0;
 box-sizing: border-box;
 color: #000;
 cursor: pointer;
 display: inline-block;
 float: left;
 font-weight: 700;
 letter-spacing: 0.05em;
 margin: 0;
 outline: none;
 overflow: visible;
 padding: 1.25em 2em;
 position: relative;
 text-align: center;
 text-decoration: none;
 text-transform: none;
 transition: all 0.3s ease-in-out;
 user-select: none;
 font-size: 13px;
}

.fancy1::before {
 content: " ";
 width: 1.5625rem;
 height: 2px;
 background: white;
 top: 50%;
 left: 1.5em;
 position: absolute;
 transform: translateY(-50%);
 transform-origin: center;
 transition: background 0.3s linear, width 0.3s linear;
}

.fancy1 .text1 {
 font-size: 1.125em;
 line-height: 1.33333em;
 padding-left: 2em;
 display: block;
 text-align: left;
 transition: all 0.3s ease-in-out;
 text-transform: uppercase;
 text-decoration: none;
 color: white;
}

.fancy1 .top-key1 {
 height: 2px;
 width: 1.5625rem;
 top: -2px;
 left: 0.625rem;
 position: absolute;
 background: #000;
 transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy1 .bottom-key-1a {
 height: 2px;
 width: 1.5625rem;
 right: 1.875rem;
 bottom: -2px;
 position: absolute;
 background: #000;
 transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy1 .bottom-key-2a {
 height: 2px;
 width: 0.625rem;
 right: 0.625rem;
 bottom: -2px;
 position: absolute;
 background: #000;
 transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy1:hover {
 color: black;
 background: white;
}

.fancy1:hover::before {
 width: 0.9375rem;
 background: black;
}

.fancy1:hover .text1 {
 color: black;
 padding-left: 1.5em;
}

.fancy1:hover .top-key1 {
 left: -2px;
 width: 0px;
}

.fancy1:hover .bottom-key-1a,
 .fancy1:hover .bottom-key-2a {
 right: 0;
 width: 0;
}
a {
	text-decoration: none;
}
.wpb_single_image h2 {
	font-size: 34px;
    text-align: center;
}
a.btn-map {
	border: 2px solid #fff !important;
    border-radius: 0 !important;
    background: none;
    color: #fff;
	padding: 5px;
	padding-bottom: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
a.btn-map:hover {
	border: 2px solid #678860 !important;
    border-radius: 0 !important;
    background: none;
    color: #678860;
	padding: 5px;
	padding-bottom: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;

}
    .featherlight .featherlight-content {

        padding: 10px 10px 20px 10px !important;
    }
.wpb_content_element .wpb_accordion_header > a span {
    color: #fff;
	font-size: 18px;
}
.wpb_content_element .wpb_accordion_header>a:after {
    color: #fff;
}
.dt-style.wpb_content_element {
    margin-bottom: 15px !important;
}
.box-lot .wpb_text_column {
	margin-bottom: -7px;
	font-size: 13px;
}
.wpb_content_element.dt-style .wpb_accordion_header a {
    position: relative;
    display: block;
    padding: 0 25px 0 0;
    text-align: center;
}
.wpb_content_element .wpb_accordion_header>a:after {
	right: auto;
}
.left-widgets {
	padding-left: 15px;
}
path[aria-label="Terrain #4"], path[aria-label="Terrain #49"], path[aria-label="Terrain #33"], path[aria-label="Land #4"], path[aria-label="Land #49"], path[aria-label="Land #33"] {
    fill: #222222 !important; 
    stroke: #ff0000; 
    fill-opacity: 0.2 !important; 
}
path[aria-label="Terrain #4"]:hover, path[aria-label="Terrain #49"]:hover, path[aria-label="Terrain #33"]:hover, path[aria-label="Land #4"]:hover, path[aria-label="Land #49"]:hover, path[aria-label="Land #33"]:hover {
    fill: #222222 !important; 
    stroke: #ff0000; 
    fill-opacity: 0.6 !important; 
}
input#gform_submit_button_1, input#gform_submit_button_11 {
	font-family: 'Open Sans' !important;
    font-weight: normal !important;
    border: none !important;
    background: #68AB7B;
    color: #1B3322;
    font-size: 20px !important;
    padding: 20px !important;
}




.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, textarea#input_1_4, textarea#input_11_4{
  background: transparent;
  border: none;
  border-bottom: 2px solid white;
  color: white;
  width: 100%;
  padding: 10px 5px;
  font-size: 1em !important;
  box-shadow: none;
  border-radius: 0;
  transition: border-color 0.3s;
}
.mobile-header-bar .mobile-branding img {
    max-width: 60%;
    height: auto;
}



/* Responsive native VC (480, 768, 992, 1200) */
/* @media (max-width: 480px) {} */
/* @media (max-width: 600px) {} */
/* @media (max-width: 767px) {} */
/* @media (min-width: 768px) {} */
/* @media (min-width: 768px) and (max-width: 991px) {} */
/* @media (min-width: 992px) {} */
/* @media (min-width: 992px) and (max-width: 1199px) {} */
/* @media (min-width: 1200px) {} */

.flex-center{
	display: flex;
	justify-content: center;
}

@media (min-width: 1101px) and (max-width: 1182px) {
	.main-nav > li > a {
    margin: 15px 15px 15px 15px;
}
}
@media (max-width: 500px) {
	.text-area img {
		width: 150px;
    height: 33px;
	}
}

@media (max-width: 767px) {
	div.ult-carousel-wrapper {
		padding: 0 !important;
	}
	
}
@media (max-width: 1024px) {
	div.vc_row {
		padding: 0 !important;
	}
}