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

/* MOBILE */
@media only screen and (max-width: 768px) {
	
	/* Compte à rebours pour mobile */
    #time_elapse.d-flex {
        display: flex!important;
        flex-direction: row!important;
        flex-wrap: wrap!important
    }

}


/* 3.0.8 : Sous menu en responsive qui se mettent en dessous */
@media screen and (max-width: 991px) {
    #main nav ul.dropdown-menu {
        background-color: white !important;
        position: absolute!important;
    }
}

.countdown_box {
    min-width: 150px;
    min-height: 120px!important;
    border-radius: 5px
}

.countdown-time-container {
    min-width: 150px;
    min-height: 120px;
    text-align: center;
    border-radius: 5px
}

/* 3.0.8 Sous menu tablette qui se mettent en dessous (aligné) du menu cliqué */
@media screen and (max-width: 1270px) {
	.navbar-nav .dropdown-menu {
		position:absolute!important;
	}
}
@media screen and (max-width: 992px) {
  .nav-item{display:grid!important}

}

#home_nav {
    position: fixed;
    width: 100%;
}

.nav-item{display:flex!important}
ul.dropdown-menu{top:40px!important}


.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;
}


.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);
}


/* CATALOGUE */

.catalog {
    margin-bottom: 40px;
}

.product {
    flex: auto;
    position: relative;
    margin: 10px;
    padding: 10px;
    width: 23%;
    border-radius: 15px;
    background-color: #f6f6f6 !important;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    vertical-align: top;
}

.product h3 {
    text-align: center;
    text-transform: uppercase;
    color: #00A34C;
}

.product p {
    text-align: center;
}

.btn-discover {
    cursor: pointer;
    color: #00A34C;
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    border: solid #00A34C 1px;
}

.btn-discover > a {
    color: green
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#remove_image_button {
    display: none;
}

#image-preview {
    display: block;
}

.select2-container {
    width: 100% !important;
}

.title-product {
    color: black;
    font-family: "Fredericka the Great", sans-serif;
}

.main-title-product {
    color: #00A34C;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif!important;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
}

.product-image > img {max-height: 400px; width: auto}

.produit-content{background-color: #F6F6F6;width: 100%}

/* 3.0.9 Debug icons console pour les element header en dessous du menu */
.element_image_text_full > div > div.builder_menu {z-index: 99999!important;margin-top: 70px!important;}