/*
Theme Name: Divi Community Child Theme
Description: Theme enfant de Divi par Divi Community
Author: Julien - WebMate
Author URI: https://www.divi-community.fr
Template: Divi
Version: 1.1
*/

/*
  ____ _____     _____      ____ ___  __  __ __  __ _   _ _   _ ___ _______   __
 |  _ \_ _\ \   / /_ _|    / ___/ _ \|  \/  |  \/  | | | | \ | |_ _|_   _\ \ / /
 | | | | | \ \ / / | |    | |  | | | | |\/| | |\/| | | | |  \| || |  | |  \ V /
 | |_| | |  \ V /  | |    | |__| |_| | |  | | |  | | |_| | |\  || |  | |   | |
 |____/___|  \_/  |___|    \____\___/|_|  |_|_|  |_|\___/|_| \_|___| |_|   |_|

*/


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

/* 
** 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%;
}


#credit{ 
		font-family:'Titillium Web', Arial, sans-serif;
		display: block;
		position:fixed;
		color:#000;
		font-size:10px;
}
#credit p{font-size:10px;line-height:1.1em;line-height:12px;}
#credit img{cursor:pointer}


.claimbold{font-weight:700;line-height:12px}
.claim{margin-bottom:2px;line-height:12px}

@media only screen and (max-width: 980px) {
   #credit{ 
		font-family:'Titillium Web', Arial, sans-serif;
		display: none !important;
		position:fixed;
		color:#000;
		font-size:10px;
	  }
}

a {
    color: #000;
    text-decoration: none;
}