/*
Theme Name: Generatepress theme modifications (Cosmik.me)
Theme URI: https://www.cosmik.me/
Description: Thème enfant de GeneratePress - Google ADS CSS - de Cosmik.me
Author: Fritig Robin
Author URI: https://www.cosmik.me/
Template: generatepress
Version: 1.0.0
*/
 

#gads-h1,
.gads-ville{
	font-family: 'Oswald';
    font-size: 46px;
    color: #1f2572;
    padding: 0 0 20px 20px !important;
    line-height: 1.1em;
    font-weight: bold;
}
.gads-ville{
	padding: 0 0 20px 20px !important;
    line-height: 1.1em;
    font-weight: bold;
	font-family: 'Oswald';
	/*color:forestgreen;*/
	font-size: 1.4em !important;
    text-transform: capitalize !important;
    margin: 0 0 -35px !important;
}
.gads-no-ville{
	font-size:1px
}

@media (max-width: 768px) 
{
	.gads-ville{
		text-decoration:underline
	}
}

#gads-subtitle{
	font-family: 'Poppins';
    font-size: 21px;
	color: #1f2572;
    padding: 20px 100px 40px 20px !important;
}

.gads-svg{
	display: inline-block !important;
    width: 3em !important;
    height: 1.5em !important;  
    fill: #49a90e!important;
    color: #49a90e !important;
}
.gads-puce{
	font-family: "Oswald";
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
}
.gads-points-puces{
	padding: 0 0 10px 3px !important
}

#gads-encadre{
	background-color: #6484a1;
    font-family: 'Poppins';
    font-size: 22px;
    color: white;
    font-weight: 400;
    padding: 10px 20px 10px 20px !important;
    max-width: 500px !important;
    margin: 50px 0 0 40px !important;
    text-shadow: rgba(0, 0, 0, 0.43) 1px 1px 1px;
    text-align: center;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 991px) {
  
}

@media (max-width: 768px) 
{
	.gads-svg{
		width: 2.5em !important;
		height: 1em !important;  
		margin: 0 0 0 -30px !important;
	}
	.gads-puce{
		font-family: "Oswald";
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		margin: 0 0 0 -5px !important;
		letter-spacing: -0.3px;
	}
	
	#gads-encadre{	
		margin: 50px 0 30px 0px !important;
		line-height: 30px;
	}
	.gads-points-puces{
		padding: 0 0 10px 20px !important
	}
} 

