/*
Theme Name: SolutionDigitale
Text Domain: solution-digitale
Version: 1.0
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.
*/

.cky-consent-bar {display: none}
.ck-content,body > div.gx_edit_alert.d-flex.align-items-center.justify-content-center > div > div > div:nth-child(1) > div > div:nth-child(2) > div > div.ck.ck-editor__main > div{
	max-height:50vh!important
}
div:has(> div.grecaptcha-badge){
  display:none!important
}

#iframe {
	width: 100%!important
}



body > div:nth-child(21){
	display:none;
}
#iframe{
	height:calc(100vh - 100px)!important;
}
.grecaptcha-badge, body > div:nth-child(23){
	display:none!important;	
}
.grecaptcha-badge{
	display:none!important;	
}
h3{
	font-size:15px!important;
}

form input[type=text],
form input[type=email],
form input[type=password],
form textarea{
    width:100%!important;
}



input[type=text],input[type=email],form input[type=password],textarea, select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

#wpcf7-f175-o1 *{
	margin-top:20px;
}
  .sd-bg-red{
    background-color:#dc3545!important
  }
  input[type=submit] {
    transition:0.5s;
    width: 100%;
    background-color:#1dbab0;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #212529;
  }
input[type=checkbox] {
    width:auto!important
  }


.bg-sd-turquoise{
    background-color:#1dbab0;
}

nav .nav-link{
    color:white!important;
}

.grid_item{
    cursor: default;
}



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

h1{
    text-transform:uppercase;
}
/*
h1:after {
    content: '';
    display: block;
    background-color:#dc3545;
    height:10px;
    width:100px;
    clear: both;
    border-radius:20px
}

h1::first-letter {
    color: #dc3545;
    font-size: 130%;
  }
*/
nav .menu-item{
  transition:0.3s;
    text-transform:uppercase;
    font-size:0.7em;
    padding:10px 20px 10px 20px;
  }
nav .menu-item:hover{
  background-color:#dc3545!important;
}

nav .active{
  background-color:#dc3545!important;
}

.sd-button-1{
  transition:0.3s;
  border-radius:5px;
  text-decoration:none;
  background-color:#dc3545!important;
  padding:10px;
  color:white;
}

.sd-button-1:hover{
  background-color:#212529!important;
  color:white;
}

.sd-bloc-highlight{
  transition:0.3s;
}
.sd-bloc-highlight:hover{
  background-color:#212529!important;
  color:white;
}

.sd-sep-color {
  width:100%!important;
  background-color:#dc3545;
  height:10px;
  width:100px;
  border-radius:20px;
}

footer{
  background-color:transparent;
  color:white!important;
  font-size:14px;
}

.sd_header .nav-link{
  padding:0!important
}
.sd_header .menu-item{
  padding:0!important
}

.sd_header .menu-item a{
  color:black!important;
  font-size:12px;
  transition:0.3s
}

.sd_header .menu-item a:hover{
  color:black;
}

.sd_header .menu-item a:before{
    content: "‣ ";
    
}



.sd-bg-dark-trans{
  background-color:rgba(33, 37, 41, 0.6)
}

.sd-card-content{
  height:480px;
}

#carouselExampleControls h1{
  font-size:2.5em;
  text-shadow: 0px 0px 8px rgba(150, 150, 150, 0.94);
}

#carouselExampleControls p{
  font-size:1em;
}

#carouselExampleControls h1:first-letter{
  text-shadow: 0px 0px 8px #dc3545;
}

#main a{
  text-transform:uppercase;
  padding:20px 40px 20px 40px;
  font-size:0.7em
}

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

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

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

nav{
  transition:0.3s;
}

#main{
  margin-top:-210px!important;
}
.menu_not_top{
  top:-130px!important;
  background-color:#212529;

}

footer .nav-link{
  padding:0px!important;
}

.hover-underline-animation{
  padding:0px!important;
  margin:0px!important;
}

.hover-underline-animation a{
  margin-bottom:-100px;
  position: relative;
  padding:0px!important;
  margin:0px!important;
}
.hover-underline-animation a:hover {
  transform: scale(1.1);
  color:#1dbab0!important;
  transform-origin: center left;
}

.hover-underline-animation a:after {
  padding:0px!important;
  content: '';
  position: absolute;
  width: 7px;
  transform: scaleX(0);
  height: 7px;
  bottom: 0;
  left: 0px;
  top:5px;
  background-color: #1dbab0;
  border-radius:50%;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
/*
.hover-underline-animation a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
*/



.click_cms{
  cursor:default;
  transition:0.3s;
}

.click_cms:hover{
color:white!important;
transform:scale(1.05);
background-color:#1dbab0!important;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.19); 
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.19);
}

.click_presence{
  cursor:default;
  transition:0.3s;
}
.click_presence:hover{
color:white!important;
transform:scale(1.05);
background-color:#1dbab0!important;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.19); 
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.19);
}
.click_resa{
  cursor:default;
  transition:0.3s;
}
.click_resa:hover{
color:white!important;
transform:scale(1.05);
background-color:#1dbab0!important;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.19); 
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.19);
}
.click_boutique{
  cursor:default;
  transition:0.3s;
}
.click_boutique:hover{
color:white!important;
transform:scale(1.05);
background-color:#1dbab0!important;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.19); 
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.19);
}

h2{
  font-size:50px!important;
  color:#1dbab0!important
}

body{
  background-image:url(https://console.solution-digitale.ch/wp-content/uploads/2022/02/Daco_1582644.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: -100px 60vh;
  background-size:1200px
}

.sd_console_header *{
  font-size:14px!important
}
.sd_console_header i{
  font-size:20px!important
}
/*15.11.2023*/
/*Server update*/
.order-lg-2, .sd_text{
	z-index:1;
}

.element_header .builder_menu{
	top:auto!important;
	bottom:0!important;
}

.order-lg-2, .sd_text{
	z-index:1;
}

.element_image_text_full .builder_menu{
	top:auto!important;
	bottom:0!important;
}

.ck-editor .ck-content{
    min-height:50vh!important;
    max-height:50vh!important;
    height:50vh!important;
}

.ck-content *{
    color:black!important;
}

.sd_cms_posts_list_p h1,
.sd_cms_posts_list_p h2,
.sd_cms_posts_list_p h3,
.sd_cms_posts_list_p h4,
.sd_cms_posts_list_p h5,
.sd_cms_posts_list_p h6,
.sd_cms_posts_list_p p,
.sd_cms_posts_list_p div{
    color:black!important
}
/*end 15.11.2023*/
