/*
Theme Name: Bricks Child
Theme URI: https://www.agenceprevost.fr
Description: Thème enfant personnalisé par Agence Prevost
Author: Pierre Prevost
Author URI: https://www.agenceprevost.fr
Template: bricks
Version: 1.0.0
*/

.studizz-container {
	bottom: 20px !important;
    right: 20px !important;
}

label {
    color: var(--c2);
}

.input, input:not([type=submit]), select, textarea {
    line-height: 26px;
}

select {
    height: 38px;
}

body:not(.wp-admin) input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid var(--c2);
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: border-color 0.25s ease;
}

body:not(.wp-admin) input[type="radio"]:checked {
    border-color: var(--c1);
}

body:not(.wp-admin) input[type="radio"]::after {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%) scale(0);
    font-size: 16px;
    font-weight: 200;
    color: var(--c1);
    transition: transform 0.2s ease;
    line-height: 1;
    padding-left: 8px;
}

body:not(.wp-admin) input[type="radio"]:checked::after {
    transform: translate(-50%, -55%) scale(1);
}

body:not(.wp-admin) input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 14px;
    height: 14px;
    padding: 0;
    border: 1px solid var(--c2);
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: border-color 0.25s ease;
}

body:not(.wp-admin) input[type="checkbox"]:checked {
    border-color: var(--c1);
}

body:not(.wp-admin) input[type="checkbox"]::after {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%) scale(0);
    font-size: 15px;
    font-weight: 700;
    color: var(--c1);
    transition: transform 0.2s ease;
    line-height: 1;
    padding-left: 6px;
}

body:not(.wp-admin) input[type="checkbox"]:checked::after {
    transform: translate(-50%, -55%) scale(1);
}

body:not(.wp-admin) input[type="checkbox"]:active {
    transform: scale(0.9);
}

.cleanlogin-container {
    box-shadow: none;
    border: 0;
}

.cleanlogin-form label {
    text-align: left;
    color: var(--c2);
}

form input[type="submit"] {
    background-color: var(--c1);
    color: #fff;
    align-items: center;
    border-width: 0;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    letter-spacing: .5px;
    padding: .5em 1em !important;
    text-align: center;
    transition: all .5s;
    text-transform: uppercase;
}

form input[type="submit"]:hover {
    background-color: var(--c5);
}

.input, input:not([type=submit]), select, textarea {
    border-color: rgba(33 9 10 .4);
}

.cleanlogin-field {
    margin-bottom: 4px;
}

.cleanlogin-form input[type="submit"] {
    margin-bottom: 0;
}

@media (max-width: 780px) {
	.cleanlogin-full-width form .cleanlogin-field {
		width: 80%;
		margin-left: 0;
	}
	.cleanlogin-form .cleanlogin-field {
		width: fit-content;
	}
}


.page-id-7869 .gform_heading .gform_title {
	display: none;
}

.post-password-required {
    padding: var(--padding-xl) 0;
}

.post-password-required h1 {
    padding-bottom: var(--padding-m);
    font-size: 30px;
    text-align: center;
}


.post-password-required form {
    max-width: 400px;
}

.post-password-required form input[type=password] {
    padding-top: 3px;
    padding-bottom: 2px;
}