/*
Theme Name: PND
Description: Theme enfant de twentytwentyfour
Author: Anaïs Kakiche-Bouhassane
Author URI: 
Template: twentytwentyfour 
Version: 0.1.0
*/ 

/*********ELEMENTS*******/
.wp-element-button, .wp-block-button__link{
	border-radius:0px;
}

.page-template-full-width .content-area {
    width: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

.page-template-full-width .site {
margin:0px;
}

/*******FORM*********/
.page-template-default main input {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}


.textarea.wpcf7-form-control.wpcf7-textarea {
	background-color: transparent;
}


.wpcf7-form div.form__field__text {
    width: 47%;
    flex: unset;
}
input.wpcf7-submit {
    padding: 15px 35px;
    background: #15362D !important;
    border: unset;
    color: white !important;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    margin-top: 30px;
}
select.wpcf7-select {
	padding: 10px;
    width: 100%;
    font-size: 1em;
}
div.form__field__text input {
	width: 100%;
    height: 2.5em;
    font-size: 1.2rem;
    padding: 1em;
    outline: none !important;
}
div.form__field__text textarea {
    padding: 20px;
    margin-top: 30px;
    font-size: 1em;
    width: 100%;
}
span.wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media screen and (max-width: 600px) {
	span.wpcf7-checkbox {
		flex-direction: column;
	}
	span.wpcf7-list-item {
		margin-top: 10px;
	}
	.wpcf7-form div.form__field__text {
    	width: 97%;
	}
	span.wpcf7-list-item label {
		display: flex;
		justify-content: space-between;
		width: 80%;
	}
	div#who-are-you, div#your-project {
		font-size: 1em !important;
	}
	div.form__field__text textarea {
		height: 180px;
	}
}

/*******MENU*********/
li.wp-block-navigation-item.wp-block-navigation-link:nth-child(4) {
    background: #15362D;
    color: white;
    text-transform: uppercase;
    padding: 5px 10px;
}

li.wp-block-navigation-item.wp-block-navigation-link:nth-child(6) a span,
li.wp-block-navigation-item.wp-block-navigation-link:nth-child(7) a span {
    display:none;
}

li.wp-block-navigation-item.wp-block-navigation-link:nth-child(6) a::after {
	content: url(/wp-content/uploads/fr.jpg);
    display: inline-block;
}
li.wp-block-navigation-item.wp-block-navigation-link:nth-child(7) a::after {
	content: url(/wp-content/uploads/us.jpg);
    display: inline-block;
}

/*******2026*********/
nav.alpea-menu {
	padding-top:35px;
}






