/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/***** GÉNÉRAL ********/

.hide-for-now {
	display: none!important;
}

ol, ul {
    margin: 0 0 1.5em 1.8em;
}

/***** HEADER ********/
.btn-location-mobile-menu {
	display: none!important;
}

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

#footer p {
	margin-bottom: 0.7em;
}

#footer .gbp-button--secondary {
    color: var(--accent-3);
    border: 1px dashed var(--accent-3);
}

/* Contact form */

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    color: var(--contrast);
    background-color: #f2f2f2;
    border-color: var(--base);
	width:100%;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: none;
    border-radius: 5px;
    padding: 7px 15px;
    max-width: 100%;
}

#formulaire-responsive {
	max-width:600px /*-- à modifier en fonction de la largeur désirée --*/;
	margin:0 auto;
        width:100%;
}

.rang-form {
	width: 100%;
}

.colonne {
	float: left;
	position: relative;
	padding: 0.1rem;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.full-colonne {
	width:100%;
}

.demi-colonne {
	width:50%;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 1110px) {
    .btn-location-mobile-menu {
        display: flex!important;
		margin-left: 20px;
    	margin-right: 20px;
    	margin-top: 20px;
    }
}