/*
Theme Name: SolutionDigitale
Text Domain: solution-digitale
Version: 3.0.6
Requires at least: 4.7
Requires PHP: 5.6
Description: Thème Basic développé par Solution Digitale.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Solution Digitale : Xavier Gerber
Author URI: https://solution-digitale.ch/
Theme URI: https://solution-digitale.ch
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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.
*/

.order-lg-2, .sd_text{
  z-index:1;
}
.dropdown-item.active{
  background-color:transparent!important
}
.dropdown-item:active{
  background-color:transparent!important
}
.builder_relative{
  position:relative!important;
}
.builder_menu{
  top:0;
  left:0;
  -webkit-box-shadow: 5px 5px 15px 5px #000000; 
  box-shadow: 5px 5px 15px 5px #000000;
  padding:3px;
  position:absolute!important;
  border:solid 1px black;
  background-color:rgba(255,255,255,0.5);
}



/*CKEDITOR*/

.ck-file-dialog-button{
  pointer-events:none;
}

.text-tiny{
  font-size:30%;
}
.text-small{
  font-size:50%;
}
.text-big{
  font-size:110%;
}
.text-huge{
  font-size:130%;
}


/*Force la hauteur du ckeditor*/
.ck-content{
	min-height:50vh!important
}
.ck-content{
  max-height:50vh
}



p{
  margin-bottom:0px!important
}

.no-padding{
    padding-left:0px!important;
    padding-right:0px!important;
}

#menu-main-1 > li > a{
  padding:10px;
}

nav li a{
  transition:0.3s;
  text-transform:uppercase;
  
}

nav .menu-item{
  transition:0.3s
}

nav .menu-item{
  border: 1px solid transparent;
}



.h-100{
  height:100vh!important;
}

.h-50{
  height:50vh!important;
}
.sd-sep-25{
  height:25px;
}

.sd-sep-50{
  height:50px;
}

.sd-sep-100{
  height:100px;
}



nav{
  transition:0.3s;
}

.no-padding{
  padding-left:0px;
  padding-right:0px;
}



.wpcf7-form-control{color: black!important}


.sd_text_shadow_sm{
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.sd_text_shadow{
  text-shadow: 1px 1px 4px rgba(100, 100, 100, 1);
}
.sd_text_shadow_lg{
  text-shadow: 1px 1px 10px rgba(50, 50, 50, 1);
}