/*
 Theme Name:   Solution Digitale Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Solution Digitale Child
 Author:       Xavier Gerber
 Author URI:   http://example.com
 Template:     twentytwentytwo
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/


/* La page login apparait dans le menu pour aucune raison alors qu'elle est pas dans le menu, donc je la display none pour pas qu'elle apparaisse vu qu'elle sert à rien */
.wp-block-navigation-item__content[href="https://wiki.solution-digitale.ch/login/"] {
display:none!important
}
/* body{
	background-color:#373735!important
} */


/***********************************************************************************/
/* MENU HAUT */

.nav-link {
    color: white!important;
}
.active{
	border-radius: 10px!important;
	color:grey!important
}
.active p{
	border-radius: 10px!important;
	color:grey!important
}



/***********************************************************************************/
/* FOOTER */

/* POLICES ET TAILLES */
#main footer p,
#main footer div,
#main footer span,
#main footer a{
    font-size:18px!important;
}

#main footer h1,
#main footer h2,
#main footer h3,
#main footer h4,
#main footer h5,
#main footer h6{
    font-size:20px!important;
}

/* COULEURS */
#main footer p,
#main footer div,
#main footer span,
#main footer h1,
#main footer h2,
#main footer h3,
#main footer h4,
#main footer h5,
#main footer h6,
#main footer a{
    color: white!important;
}


/*SOCIAL DANS LE FOOTER */
footer .sd_social_footer i {
    color: white!important;
    transition: 0.3s;
    padding-top: 6px;
    background-color: black;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 5px;
}




/***********************************************************************************/
/* TYPES DE BOUTONS */
.sd-button-header p{
	color:white!important;
}

#main .sd-button-header a{
	color:white!important;
}
#main .sd-button-header:hover a{
	color:#C7960F!important;
}
.sd-button-header {
	border-radius:2px;
	text-transform:uppercase;
	cursor:default;
	transition:0.3s;
	padding: 5px 20px 5px 20px;
	border:solid 1px transparent;
	background-color:#C7960F;
}
#main .sd-button-header-top p{
	color:white!important;
	font-size:10px!important
}
.sd-button-header-top {
	border-radius:10px;
	text-transform:uppercase;
	cursor:default;
	transition:0.3s;
	padding: 5px 10px 5px 0px;
	border:solid 1px transparent;
	background-color:#C7960F;
	width:auto
}
#main .sd-button-header:hover p{
	color:#C7960F!important;
}
#main .sd-button-header-top:hover p{
	color:#C7960F!important;
}
.sd-button-header:hover,
.sd-button-header-top:hover{
	padding: 5px 20px 5px 20px;
	border:solid 1px #C7960F;
	background-color:white;
}

/*BOUTON DU FORMULAIRE*/
input[type=submit] {
	border-radius:2px;
    width: auto!important;
    text-transform:uppercase;
	cursor:default;
	transition:0.3s;
	padding: 5px 20px 5px 20px;
	border:solid 1px transparent;
	background-color:#c7960f;
    cursor: pointer;
}

input[type=submit]:hover{
	background-color:black!important;
}







/***********************************************************************************/
/*MODIFICATION DES PUCES DE LISTE*/
.sd_element_6_6_text_image li {
	position: relative;
	list-style-type: none;
}
.sd_element_6_6_text_image li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -26px;
    width: 15px;
    height: 15px;
    background-image: url(https://visu.solution-digitale.ch/kraemer/wp-content/uploads/2022/01/Kraemer_puce-1.png);
}








/***********************************************************************************/
/*LISTE DES TARIFS */
.sd_tarif_title{
	width:100%;
	font-size:30px;
	position:relative;
}
.sd_tarif_container{
	    height:80px!important;
}

#main .header_phone *{
	color:white!important;
	font-size:15px!important;
}

#main a{
	text-decoration:none!important
}
