/*
Theme Name:     Auguria
Theme URI:      http://groupe-auguria.fr
Description:    Theme customisé pour Groupe Auguria
Author:         Jérôme VADON
Author URI:     jerome.vadon.fr
Template:       Divi
Version:        2021.1.1
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*/

/***************************************************/
/**************** CUSTOM SETTINGS ******************/
/***************************************************/

/*html {
filter: grayscale(1);
}*/

.dipl_text_stack {
	line-height: 1;
}

.body-scrolled div.et_pb_section.et_pb_section_1_tb_header {
    background-image: linear-gradient(150deg,#f05a28 0%,#ab445c 50%,#652d90 100%)!important;
}
/***************************************************/
/************** CUSTOM HEADER LOGO *****************/
/***************************************************/
#nav-header #main-logo img {
	transition: all 0.3s ease-in-out 0s;
}

#nav-header.et_pb_sticky #main-logo img {
	content: url(/wp-content/uploads/2021/01/logo_sticky.png);
}

/***************************************************/
/************** CUSTOM GRAVITYFORM *****************/
/***************************************************/
.gform_wrapper .gform_footer input.button {
	border: 2px solid #9b2423;
	color: #9b2423;
}

/***************************************************/
/************** CUSTOM COOKIE RGPD *****************/
/***************************************************/
.cn-button.bootstrap {
	background: #999;
	color:#000;
}
.cn-button.bootstrap:hover {
	background: #fff;
	color:#000;
}

/***************************************************/
/************** CUSTOM STYLES *****************/
/***************************************************/

.keywords ul {
	padding:0;
}

.keywords li {
	display: inline-block;
	padding: 0.1em 1em;
	background-color: #e1e1e1;
	border-radius: 2em;
	text-transform: uppercase;
	font-size: 60%;
	margin: 0 0.5em 0.5em 0;
}

.alert-form {
	border:3px solid #ab445c;
	color: #fff;
	padding: 0.5em;
	border-radius: 8px;
}

.alert-form h1 {
	background: #fff;
	color: #ab445c;
	padding: 0 0 0.25em 0;
	text-align: center !important;
	font-size: 24px !important;
	line-height: 1.7em !important;
	border-radius: 4px 4px 0 0;
}
.alert-form .info {
	background: linear-gradient(150deg, #f05a28 0%,#652d90 100%)!important;
	padding: 1em 2em;
	border-radius: 4px;
	font-weight: 700;
	font-size: 120%;
	text-align: center;
}
.alert-form .content {
	padding: 1em 0em 0.5em 0em;
	color: #000;
	font-weight: 500;
}
.alert-form .content ul {
	padding:1em 2em 0.5em 2em;
}
.alert-form .content a.ext_link {
	background: #ead0d6;
	padding: 0 0.5em !important;
	border-radius: 2px;
	font-weight: 500;
}
.alert-form .content a.ext_link:hover {
	background: #ab445c;
	color: #fff !important;
}
