/*
Theme Name: Academie child
Theme URI: 
Template: academie
Author: Mael DROU-RIVES & Clémentine Riguet
Author URI: 
Description: The responsive shop WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: full-width-template, theme-options, rtl-language-support, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments
*/

/* Modifications du thème */

@media (max-width: 1440px)
	.container {
		max-width : non !important;
	
}

html{
	width : auto !important
	height : auto !important
}

.container {
	width : auto !important;
	max-width : none !important;
	padding : 0px !important;
	margin : 0px !important;
} 
/* Site devient pleine page */


/* span::after {
	background: #337AB7;
}
/* Met la petite barre à la fin des artcles en bleu*/ */

a:hover {
	text-decoration: none !important;
}
/* au survol de la souris, supprimer le soulignement */

.s7upf-navbar-nav .sub-menu {
	top: 45%;
}

.s7upf-navbar-nav:active {
	border-radius : 0px !important;
}

blockquote {
	border-left-color : #337ab7;
	background-color : #e3e3e3;
}

.elementor-accordion {
	text-align : justify !important;
}

.bandeau_home {
	font-size : 300%;
	
}
.formation_box {
	border-radius: 10%;
}
.img-mega-menu {
	border-radius: 0%;
}
.s7upf-navbar-nav li.has-mega-menu .mega-menu{
    top: 35%;
    box-shadow: 0 0px 15px 0 #c7c7c7;
    background: #F1F1F1;
}
div#main-content.main-page-default {
    padding-top: 0px !important;
}

h1.title1 {
	display : none !important;
}

.icon-wrap {
	border-width: 0px !important;
}

/* fin des modifications */