/*
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: #ff7b3b !important;
    font-size: 28px;
}

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

.blanc, .blanc h3 {
	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;
}
.row-des {
	z-index: 20;
	margin-top: -150px;
}
.back-noir {
	clip-path: polygon(0 2%, 100% 0%, 94% 100%, 0% 100%);
}
.aio-icon-header h3.aio-icon-title {
    font-size: 30px !important;
    line-height: 1.2em;
}
/***** SEPARATOR *****/
.separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; 
}

.separator .line {
  flex: 1;
  height: 1px;
  background-color: #ccc; 
}

.separator img {
  height: 50px; 
  max-width: 100%;
}
/***** BOUTON *****/
/* From Uiverse.io by mobinkakei */ 
.cta {
  display: flex;
  padding: 11px 33px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  background: #ff7b3b;
  transition: 1s;
  box-shadow: 6px 6px 0 black;
  transform: skewX(-15deg);
  border: none;
  cursor: pointer;
}

.cta:focus {
  outline: none;
}

.cta:hover {
  transition: 0.5s;
  box-shadow: 10px 10px 0 #fbc638;
}

.cta .second {
  transition: 0.5s;
  margin-right: 0px;
}

.cta:hover .second {
  transition: 0.5s;
  margin-right: 45px;
}

/*.span {
  transform: skewX(15deg);
}*/

.second {
  width: 20px;
  margin-left: 30px;
  position: relative;
  top: 12%;
}

.one {
  transition: 0.4s;
  transform: translateX(-60%);
}

.two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.cta:hover .three {
  animation: color_anim 1s infinite 0.2s;
}

.cta:hover .one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.cta:hover .two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: #fbc638;
  }

  100% {
    fill: white;
  }
}

.fancy-header {
    background-size: contain !important;

}

/* 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) {} */
@media (max-width: 1400px) {
	.fancy-header {
    background-size: cover !important;
}
} 
@media (max-width: 500px) {
	.row-des {
	z-index: 20;
	margin-top: 0px;
}
.back-noir {
	clip-path: none;
	background: 000;
}
}
@media (min-width: 1110px) and (max-width: 1200px) {
	.main-nav > li > a {
    margin: 15px 15px 15px 15px;
    padding: 4px 0px 4px 0px;
}
}
/**************** Logo X ********/
.dt-icon-twitter:before, .icomoon-the7-font-twitter:before, .twitter .soc-font-icon:before  {
   
    background-image: url('/wp-content/uploads/x-logo-white-1.png');
    background-size: 12px 12px;
    display: inline-block;
    width: 12px; 
    height: 12px;
	background-repeat: no-repeat;
    content:"";	
}

/**************** Logo TikTok ********/
.dt-icon-vk:before, .icomoon-the7-font-vk:before, .vk .soc-font-icon:before {
    
    background-image: url('/wp-content/uploads/tiktok-logo-white.png');
    background-size: 12px 12px;
    display: inline-block;
    width: 12px; 
    height: 12px;
    background-repeat: no-repeat;
    content:"";	
}

.row-des img {
    max-width: 75%;
}

/* changer icons li */
#content .changer-icon ul {
 list-style: none !important;
 padding: 0;
}
#content .changer-icon ul li:before {
    content: "" !important; /* Pseudo-elemento vacío */
    display: inline-block;
    width:  1.3em;       /* Tamaño deseado */
    height:  1.3em;      /* Tamaño deseado */
    margin-right: 8px; /* Separación del texto */
    background: url('https://www.descheneselectrique.com/wp-content/uploads/del-icon.png') no-repeat center center;
    background-size: contain; /* Ajusta la imagen al tamaño del pseudo-elemento */
	vertical-align: middle;
}
/*  Justifier colonnes produits */
.colonne-justifier .wpb_wrapper{
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.colonne-justifier section{
    display: flex !important;
    height: 100% !important;
}

/* Orange titre */

.orange-h h2, .orange-h h3{
	color: #FF7B3B !important;
}

/* Logo rotative */
.icone-rotative, .separator img{
  animation: girarPausarY 5s infinite;
  transform-style: preserve-3d;
}

@keyframes girarPausarY {
  /* Debut */
  0% {
    transform: perspective(600px) rotateY(0deg);
  }

  /* tourner 3 tours axe Y */
  60% {
    transform: perspective(600px) rotateY(1080deg);
  }

  /* Pause */
  80% {
    transform: perspective(600px) rotateY(1080deg);
  }

  /* Mantenir position */
  100% {
    transform: perspective(600px) rotateY(1080deg);
  }
}
 /* Formulaire ombre */
.formulaire-ombre{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#gfield_instruction_8_9{
	display: none;
}

/* changer label Formulaire */
.gform_wrapper.gravity-theme .gfield_label {
	font-size: 20px !important;
}

/*links page Accueil*/
.info-box a {
    text-decoration: none !important;
}
.info-box a:hover {
    opacity: 0.6 !important;
}

/* === NEUTRALISATION TOTALE DU HOVER THE7 === */
#top-menu li,
#top-menu li:hover,
#top-menu li > a,
#top-menu li > a:hover,
#top-menu li > a:before,
#top-menu li > a:after,
#top-menu li:hover > a:before,
#top-menu li:hover > a:after {
    background: transparent !important;
    opacity: 1 !important;
}

/* === BOUTON === */
#top-menu li > a .menu-text {
    background-color: #ff7b3b !important;
    color: #ffffff !important;
    padding: 10px 18px;
    border-radius: 0px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 2;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* === HOVER BOUTON === */
#top-menu li > a:hover .menu-text {
    background-color: #ffffff !important;
    color: #ff7b3b !important;
}

/* Ajout d'une icône avant le menu item */
#top-menu li.menu-icon > a::before {
    content: "⚡"; /* Remplace par l'icône que tu veux */
    margin-right: 8px; /* espace entre l'icône et le texte */
    font-size: 16px; /* taille de l'icône */
    vertical-align: middle; /* aligne avec le texte */
}

/* Hover bouton formulaires */
#main .gform_wrapper .gform_footer input.button:hover, #main .gform_wrapper .gform_footer input[type=submit]:hover{
	color: #000000 !important;
	background-color: #ffffff !important;
	border:1px solid #ff7b3b !important;	
}