/*
Theme Name: Cloture Sablaise
Theme URI: 
Description: twentytwentyfive Child Theme
Author: bureau Dixneuf
Author URI: https://bureaudixneuf.fr
Template: twentytwentyfive
Version: 1.0.0
*/
/****** CUSTOM STYLES ******/
:where(.wp-site-blocks :focus) {
  outline-style: none;
  outline-width: 0px;
}
main {
    margin-top:0px !important;
}
.realisationtype-title, .realisationtype-description {
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.75);
}
/* habillage */
footer, .margin-block-start-nul {
    margin-block-start: 0px;
}
.ligne-0-bleu-plusclair, .ligne-1-bleu-clair, .ligne-2-bleu-moyen, .ligne-3-bleu-fonce {
    margin-block-start: 0px;
    transform : matrix(1, 0, 0.35, 1, 0, 0);
}
.ligne-0-bleu-plusclair {
    float: right;
    margin-right: 2% !important;
    width: 21%;
}
.ligne-1-bleu-clair {
    margin-left: 6% !important;
    width: 45%;
}
.ligne-2-bleu-moyen {
    margin-top: -22px;
    margin-left: 14% !important;
    width: 61%;
}
.ligne-3-bleu-fonce {
    margin-top: -6px;
    margin-left: 2% !important;
    width: 89%;
}

/* formulaire */
.wpcf7-form label {
	font-size: 1rem;
	text-transform: uppercase;
}
.wpcf7-text, .wpcf7-select {
	height: 35px;
	width: 100%;
	padding: 0px;
	background-color:white;
	border-width: 1px;
}
.wpcf7-text, .wpcf7-select, .wpcf7-textarea {
	width: 66%;
}
.wpcf7-submit {
	color: white;
	font-size: 1.2rem;
	padding: 14px 26px;
	background-color: #1FA055;
	border: 0px;
	border-radius: 25px;
}
.wpcf7-submit:hover {
	color: white;
	background-color: #126033;
	border: 0px;
}