/*
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
*/

/*GENERAL*/

#main.glossaire {
	width: 100%;
	max-width: inherit;
	padding: 0 0 30px 0 !important;
}

#main.glossaire > div {
	max-width: 100%;
}

#main.glossaire h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 3em;
	line-height: 125%;
	font-weight: 400;
	text-align: center;
	color: white;
}

#main.glossaire h2 {
	position: relative;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 2em;
	line-height: 125%;
	font-weight: 800;
	color: #c8345d;
}

#main.glossaire h2 span {
    position: absolute;
    top: -150px;
}

#main.glossaire p,
#main.glossaire li {
	font-size: 1.2em;
	color: #1c7685;
	line-height: 150%;
}

#glossaire-section-2 a {
    color: #1c7685;
}

.definitions-glossaire {
	padding: 20px 0;
}

/*CONTENT*/

/*SECTION-1*/

#glossaire-section-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #00d6cd;
	padding: 30px;
	margin: 0 0 30px 0;
}

#glossaire-section-1 > * {
	width: 100%;
	max-width: 1200px;
}

#glossaire-section-1 p {
	text-align: center;
	color: white !important;
	font-size: 1.2em;
    font-weight: 400;
    line-height: 150%;
}

/*SECTION-2*/

#glossaire-section-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 10px
}

#glossaire-section-2 > div {
	width: 100%;
	max-width: 1200px;
}

/*RESPONSIVE*/

@media screen and (max-width: 1200px) {
	
	#main.glossaire h1 {
		width: 100%;
    	max-width: 800px;
		font-size: 2em;
	}
	
	#main.glossaire h2 {
		font-size: 1.5em;
	}
	
	#main.glossaire p,
	#main.glossaire li {
		font-size: 1em;
	}
	
}

@media screen and (max-width: 600px) {
	
	#main.glossaire h1 {
		font-size: 1.8em;
	}
	
	#main.glossaire h2 {
		font-size: 1.5em;
	}

}

@media screen and (max-width: 500px) {
	
	#main.glossaire h1 {
		font-size: 1.4em;
	}
	
	#main.glossaire h2 {
		font-size: 1.5em;
	}
	
}