/*
Theme Name:  Photographer Child Theme
Theme URI:   https://pierredupuy.com
Template:    photographer-wp
Author:      Yanis IDRI
Author URI:  http://themeforest.net/user/pixelwars
Description: Responsive WordPress theme.
Version:     2.4.1
License:     ThemeForest License
License URI: http://themeforest.net/licenses
Tags:        photography
Text Domain: read
*/

/*
    Do not remove any of the commented text above as it is used by the theme for proper function!
*/

/* WordPress Core -------------------------------------------------------------- */


/*
    CONTACT FORM 7 CUSTOMISATION
*/


.wpcf7 label {
    font-weight: initial;
}

@media screen and (min-width: 767px) {
/* Afficher des champs sur la même ligne */
.two-by-two {
    display: flex;
}

/* Champs demi-largeur à gauche */
.half-width-left {
    width: calc(50% - 5px); /* Pour un espacement entre les colonnes au centre */
    margin-right: 10px; /* Espacement à droite du champ */
    margin-bottom: 0; /* Supprime l'espacement sous les champs */
}

/* Champs demi-largeur à droite */
.half-width-right {
    width: calc(50% - 5px); /* Pour un espacement entre les colonnes au centre */
    margin-left: 10px; /* Espacement à gauche du champ */
    margin-bottom: 0; /* Supprime l'espacement sous les champs */
}
}

/* Modifier la taille de la police et le poids du bouton "Submit" */
.wpcf7 input[type="submit"] {
    font-size: 10px!important; /* Taille de la police */
    font-weight: 700; /* Poids de la police (gras) */
	margin-top: 0px;
}

.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -25px;
    left: 10px;
    margin: 0;
    min-width: 150px;
    font-family: inherit;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: none;
    padding: 0.2em 0.8em;
    background-color: #E86A4F;
    color: #fff;
    text-transform: uppercase;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #E86A4F;
}

