/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* sur tout support */

.white,
.white p,
.white span,
.white a,
.white strong,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li {
    color: #ffffff !important;
}



/* Pour tous les titres de toggles dans un bloc ayant la classe toggle-title-purple */
.toggle-title-purple .panel-title,
.toggle-title-purple .panel-title a,
.toggle-title-purple .fusion-toggle-heading .panel-title,
.toggle-title-purple .fusion-toggle-heading a,
.toggle-title-purple .fusion-toggle-heading .title-heading-left,
.toggle-title-purple .fusion-toggle-icon-wrapper,
.toggle-title-purple .fusion-toggle-heading {
    color: #3e3959 !important;
}
 

/*tout sur tablette*/

@media (min-width:641px) and (max-width: 1024px) {
	
	.title h1 {
	font-size:30px !important;
}


.title h2 {
	font-size:30px !important;
}


.title h3 {
	font-size:30px !important;
}


.title h4 {
	font-size:24px !important;
}
		
	
}

/*tous les boutons classe instagram */

/* Bouton Instagram */
.button-insta {
  background-color: #e4405f !important;
  border-color: #e4405f !important;
  color: #ffffff !important; /* texte blanc */
}

.button-insta:hover,
.button-insta:focus {
  background-color: #c6324e !important; /* plus foncé au survol */
  border-color: #c6324e !important;
}

/* tous les boutons classe Bouton Facebook */
.button-facebook {
  background-color: #1877f2 !important;
  border-color: #1877f2 !important;
  color: #ffffff !important; /* texte blanc */
}

.button-facebook:hover,
.button-facebook:focus {
  background-color: #0f5ec0 !important; /* un bleu plus foncé au survol */
  border-color: #0f5ec0 !important;
}

/*tout ce qui s'applique que sur mobile*/

@media screen and (max-width: 640px) {
	
	.title h1 {
	font-size:26px !important;
}


.title h2 {
	font-size:26px !important;
}


.title h3 {
	font-size:22px !important;
}


.title h4 {
	font-size:18px !important;
}

	/*pour afficher plus bas le menu deroulant du header sur mobile*/
#menu-fr-top-menu-1 {
	margin-top: 20px !important;
}
	
.texte {
    font-size: 16px !important;
}
	
.small-text {
    font-size: 14px !important;
}
.very-small-text {
    font-size: 12px !important;
}
	
	
} /*Fin de ce qui s'applique sur mobile */



