/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


h1, h2, h3, h4, h5 {
	font-family: Alwyn New;
}

.page-title h1 {
	font-family: Alwyn New;
}

.widget p, .widget a, .widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget-title {
	font-family: Alwyn New;
}

#primary-menu {
	text-align: center;
}

#text-4 {
	background: #26368C;
	padding: 40px;
}

.widget a {
	border-bottom: 1px dotted #ccc;
}

#footer {
	clip-path: polygon(0% 60px, 100% 0%, 100% 100%, 0% 100%);
	padding-top: 55px;
	margin-top: -60px;
}

.fond_ombre {
	filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.5));
}

.fond_ombre span {
	padding: 7px 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.fond_ombre.jaune span {
	background-color: #FEE805;
	color: #26368C !important;
}

.fond_ombre.bleu span {
	background-color: #26368C;
	color: #FEE805 !important;
}


.home .wpb_row.vc_row-has-fill {
	clip-path: polygon(0% 60px, 100% 0%, 100% calc(100% - 60px), 0% 100%);
	padding: 20px auto !important;
}

.home_first {
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 60px), 0% 100%);
	padding: 20px auto !important;
}

.register .menu-text {
	background: #FFE806;
	color: #25368B !important;
	border-radius: 50px;
	padding: 10px 20px;
}

/* MEDIA QUERIES */ 

@media only screen and (max-device-width : 700px) {

	.wf-container-footer {
		text-align: center !important;
	}
	
}