/*
Theme Name: angèle coloriste theme
Description: theme enfant créer par earthdesign
Author: chibitetsuo
Author URI: https://www.earthdesign.fr
Template: Divi
Version: 1.1
*/




/* 
** CENTRER DU CONTENU VERTICALEMENT 
** Voir tuto : https://www.divi-community.fr/snippets-divi/centrer-du-contenu-verticalement
*/

.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}


/*
** INVERSER LE SENS DES COLONNES SUR MOBILE
** Voir tuto : https://www.divi-community.fr/snippets-divi/inverser-ordre-des-colonnes-sur-mobile
*/

@media only screen and (max-width : 980px) {
	.dc-inverser-colonnes--section .dc-inverser-colonnes--ligne {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}


/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}


/* 
** AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA 
** Parfois, suivant la taille du texte, certains chiffres du résultat sont masqués
*/
.et_pb_contact_right p input {
	max-width: 50px;
}


/*
** METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE
** Généralement, ils sont bien trop gros…
*/
sup, sub {
    font-size: 70%;
}

/* effet brush bleu */
.vp-portfolio__items-style-emerge figcaption.vp-portfolio__item-caption{
    background-image: url(https://angelpreprod.earthdesign.fr/wp-content/uploads/2025/10/Fichier-1brush-scaled.png);
    background-position : -6px 22px;
    background-repeat: no-repeat;
    background-size: 120% 100%;
    background-color: transparent
}

/* effeet hover brush bleu */
.vp-portfolio__items-style-emerge .vp-portfolio__item-caption a:focus, .vp-portfolio__items-style-emerge .vp-portfolio__item-caption a:hover{
	color: #fbb79c;
	

}
.vp-portfolio__item-meta-title{
padding-top: 10px;
}

/* placement element formulaires de contact et couleur titre */
#et_pb_contact_form_0 > div.et_pb_contact > form > p.et_pb_contact_field.et_pb_contact_field_4.et_pb_text_align_center.et_pb_contact_field_last > span > span.et_pb_contact_field_options_list{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#et_pb_contact_form_0 > div.et_pb_contact > form > p.et_pb_contact_field.et_pb_contact_field_4.et_pb_text_align_center.et_pb_contact_field_last > span > span.et_pb_contact_field_options_title{
    color: white;
}
#et_pb_contact_form_0 > div.et_pb_contact > form > p.et_pb_contact_field.et_pb_contact_field_4_tb_body.et_pb_text_align_center.et_pb_contact_field_last > span > span.et_pb_contact_field_options_list{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#et_pb_contact_form_0 > div.et_pb_contact > form > p.et_pb_contact_field.et_pb_contact_field_4_tb_body.et_pb_text_align_center.et_pb_contact_field_last > span > span.et_pb_contact_field_options_title{
	color: white;
}
#et_pb_contact_form_0 > div.et_pb_contact > form > p.et_pb_contact_field.et_pb_contact_field_4.et_pb_text_align_center.et_pb_contact_field_last > span > span.et_pb_contact_field_options_list{
    color: white!important;
}

/* arrondie image texte accueil */

#post-58 > div > div > div > div.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_1 > div > div.et_pb_module.et_pb_text.et_pb_text_1.et_pb_text_align_center.et_pb_bg_layout_light > div > div:nth-child(3) > img{
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
}



