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


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

input[type=text],input[type=email],textarea, select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .sd-bg-red{
    background-color:#dc3545!important
  }
  input[type=submit] {
    width: 100%;
    background-color:#dc3545;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #212529;
  }


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

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

.grid_item{
    cursor: default;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
strong{
    word-break: break-word;
}

.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:#dc3545;
  color:white!important;
  font-size:14px;
}

footer .menu-item a{
  color:white!important;
  transition:0.3s
}

footer .menu-item a:hover{
  color:white;
}

footer .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 a{
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline-animation a:after {
  content: '';
  position: absolute;
  width: calc(100% - 8px);
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 8px;
  background-color: white;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

