@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
	height: 100.2%;
} 

body {
	margin: 60px auto 0;
	background-color: #f4f4f2;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #242428;
	text-align: left;
	line-height: 2.0;
}

body.home #component {
	display:none;
}

p {
	color:#666;
}

a {
	text-decoration: none;
	color: #258cd1;
}

a:hover {
	color: #006cb5;
	text-decoration-line: underline;
	text-dexoration-style: solid;
}


header{
	max-width: 1280px;
	overflow: auto;
	margin: 0 auto;
}

#logo {
	float: left;
}

nav {
	text-align: right;
	float: right;
}

nav ul{list-style-type: none;
	padding: 0;
	margin: 0;
}

nav li {display: inline-block;
	font-size: 24px;
	margin-left: 60px;
	margin-top: 3px;
}

nav a {
	text-decoration: none;
	color: #242428;
}

nav a:hover {
	color: #006cb5;
	text-decoration-line: underline;
	text-dexoration-style: solid;
}

section#slider-top{
	width: 100%;
	height: auto; 
	background-color:  #258cd1;
}

main {
	width: 100%;
}

section#component {
	max-width: 1280px; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	text-align: left; 
	margin: 0 auto;
	padding: 70px;
}

section#contentmodule {
	text-align: center;
	background: #FFF;
	padding: 70px;
	border-radius: 0px;
	border-top: 10px solid #258cd1;
}

section#contentmodule .custom {
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 20px;
}

section#contentmodule .jmm-pricing {
	max-width: 1280px;
	margin: 70px auto 0;
}

section#contentmodule .jmm-pricing .jmm-pricing-in {
	margin: 0 -20px;
}

section#contentmodule .jmm-pricing .jmm-item {
	width: calc(33.33% - 40px);
	margin: 60px 20px;
	padding: 0;
}

section#contentmodule .jmm-pricing .jmm-item .jmm-price {
	background: #f2f2f2!important;
}

section#contentmodule .jmm-pricing .jmm-item .jmm-button {
	padding: 0 0 30px;
	display: block;
}

section#contentmodule .jmm-pricing .jmm-item.item-2 {
	margin-top: 0;
}

section#contentmodule .jmm-pricing .jmm-item.item-2 .jmm-price {
	background: #258cd1!important; 
}

section#contentmodule .jmm-pricing .jmm-item.item-2 .jmm-price * {
	color: #FFFFFF!important;
}

section#imagemodule {
	border-top: 10px solid #258cd1;
	overflow: auto;
}

section#imagemodule img {
	width: 100%;
	height: auto;
	float: left;
}

section#slider-bottom{max-width: 992px; height: 50px; background-color: #258cd1;}

section#footer-nav{max-width: 992px, height: 250px; background-color: #006cb5;}

#footer-nav a {
	color: #f4f4f2;
	text-decoration: none;
}

section#footer-nav li{padding-left: 10px; padding-top: 10px; list-style-type: none; color: #f4f4f2; text-align: left;}
section#footer-adresse {padding-right: 10px; padding-top: 10px; padding-bottom: 10px; max-width: 982px; height: 200px; background-color: #006cb5; text-align: right; color: #f4f4f2;}
#footer-adresse a {
	color: #f4f4f2;
}
section#footer-copyright{max-width: 992px; height: 15px; text-align: left;}
section#footer-privacy{max-width: 992px; height 15px; padding-right: 10px; text-align: right;}

footer {
	background:#006cb5;
	overflow: auto;
	width: 100%;
}

footer .footer-top {
	width: 1280px;
	margin: 0 auto;
	overflow: auto;
	padding: 40px 0;
}

footer .footer-top section#footer-nav, 
footer .footer-top section#footer-adresse {
	background: transparent;
	float: left;
	width: 50%;
	height: auto;
	padding: 0;
}

footer .footer-top section#footer-nav li {
	padding: 0;
}

footer .footer-bottom {
	background: #FFFFFF;
	padding: 10px 0;
}

footer .footer-top * {
	color: #FFFFFF!important;
}

footer .footer-bottom .footer-bottom-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	overflow: auto;
}

footer .footer-bottom .footer-bottom-wrapper #footer-copyright,
footer .footer-bottom .footer-bottom-wrapper #footer-privacy {
	float: left;
	width: 50%;
	padding: 0;
}

table thead tr th {
	color:#FFFFFF;
	font-weight: normal;
	padding: 10px 0;
}

table tbody tr td {
	padding: 6px 0;
}

section#component div.com-content-article {
	width: 100%;
}


/* SLIDER */

section#slider-top {
	background: transparent;
	margin: 0 auto;
	overflow: auto;
	position: relative;
}

section#slider-top img {
	width: 100%;
	float: left;
}

section#slider-top .slide-wrapper {
	width: 100%;
	max-width: 1280px;
	position: absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
}

section#slider-top .slide-wrapper .slide-content-inner {
	font-size: 30px;
	color:#FFFFFF;
	width: 50%;
}

section#slider-top .slide-wrapper .slide-content-inner a {
	color: #FFFFFF;
	padding: 6px 25px 8px;
	border: 2px solid #FFFFFF;
	display: table;
	margin-top: 40px;
	text-decoration: none!important;
}

section#slider-top .slide-wrapper .slide-content-inner a:hover {
	background: #FFFFFF;
	color: #112675;
}


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

	header,
	section#slider-top,
	section#component,
	footer .footer-bottom .footer-bottom-wrapper,
	section#contentmodule .jmm-pricing,
	footer .footer-top {
		max-width: 90%;
	}

	section#slider-top {
		max-width: 100%;
	}

	section#slider-top .slide-wrapper {
	    max-width: 90%;
	}

}

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

	section#slider-top .slide-wrapper .slide-content-inner {
	    font-size: 24px;
	    line-height: 1.7;
	}

}

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

	section#contentmodule .jmm-pricing .jmm-item {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

}

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

	header section#logo {
		width: 100%;
	}

	header section#logo p {
		text-align: center;
	}

	header nav {
		width: 100%;
	}

	header nav ul {
		text-align: center;
	}

	header nav > ul > li {
		margin: 0;
	}

	header nav > ul > li ul li {
		margin: 0 20px;
	}

	header nav > ul > li ul li:first-child {
		margin-left: 0;
	}

	header nav > ul > li ul li:last-child {
		margin-right: 0; 
	}

}

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

	section#slider-top .slide-wrapper .slide-content-inner {
	    font-size: 20px;
	}

	section#slider-top .slide-wrapper .slide-content-inner a {
	    margin-top: 30px;
	    font-size: 20px;
	}

}

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

	section#slider-top .slide-wrapper .slide-content-inner {
	    font-size: 18px;
	}

	section#slider-top .slide-wrapper .slide-content-inner a {
	    font-size: 17px;
	}

}

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

	table {
		padding: 0!important;
	}

	table thead tr {
		margin: 0!important; 
	} 

	table thead tr th {
		font-size: 16px;
		line-height: 1.3;
		width: 140px;	
	}

	table tbody tr {
		background: #FFFFFF!important;
		border: 0!important;
	}

	table tbody tr td {
		background: transparent!important;
		font-size: 16px;
		line-height: 1.3;
		padding: 10px 10px;
		border: 0;
	}

	table tbody tr td:first-child {
		padding: 20px 10px;
	}
	
	section#component {
		padding: 30px;
	}

}

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

	header nav > ul > li ul li {
		width: auto;
	    margin: 10px 0;
	}

	section#slider-top .slide-wrapper {
	    display: none;
	}

	nav li {
	    display: inline-block;
	}

	header nav > ul > li ul li {
	    margin: 0 20px;
	}

}

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

	nav {
	    margin-bottom: 20px;
	}

	nav li {
	    font-size: 18px;
	}

}

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

	body {
		font-size: 17px;
	}

	nav li {
	    font-size: 20px;
	}

	.jmm-pricing.default .jmm-price .jmm-number {
	    font-size: 50px;
	}

	.jmm-pricing.default .jmm-price .jmm-period {
	    width: 100%;
	    display: block;
	}

	section#contentmodule {
	    padding: 30px;
	    border-top: 6px solid #258cd1;
	}

}

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

	nav li {
	    font-size: 17px;
	}

}

