@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');
/*@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');*/
html {

}
body{
	color:#6a6f8c;
	font:600 15px/15px 'Comic',sans-serif;
	/*font:600 15px/15px 'Josefin Sans', 'Roboto', 'Open Sans', 'Comic Sans MS',sans-serif;*/
	background-color: #252830;
	padding-right: 0 !important; /*Evite le décalage lors de l'affichage de la modal'*/
}

section {
	/*padding-top: 30px;*/
	z-index: 200;
}

#sectionMenu {
	background-color: rgba(0, 0, 0, 0.1);
}

article {
	position: relative;
	padding-top: 30px;
}

.border3PxRed {
    border: 3px solid #FF0000 !important;
}

/* LOADER SPLASHSCREEN */
#dashboardLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #000000;
    text-align: center;
    z-index: 2300;
    opacity: 1;
    font-size: 6rem;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}

#dashboardLoader span {
    font-size: 3rem;
    color : #FFFFFF;
    top: -5px;
}

#imgDashLoader {
    position: relative;
    width: 200px;
    height: 200px;
    margin : auto;
    font-size : 0.2em;
    margin-top: 180px;
	margin-bottom: 10px;
}

#imgDashLoader img {
    position: relative;
    width: 100%;
    height: 100%;
}

.sectionLoader {
    height: 100px;
    line-height: 100px;
    font-size: 3rem;
    color: #FFF;
}

.loader4 {
	height: 50px;
	width: 50px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #FFFFFF;
	animation: spin 1.2s linear infinite;
	-webkit-animation: spin 1.2s linear infinite;
}

.loader4::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top: 3px solid #FFFFFF;
	opacity: 0.6;
	animation: spin 2.4s linear infinite;
	-webkit-animation: spin 2.4s linear infinite;
}

.loader4::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 13px;
	bottom: 13px;
	right: 13px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top: 3px solid #FFFFFF;
	opacity: 0.4;
	animation: spin 4.8s linear infinite;
	-webkit-animation: spin 4.8s linear infinite;
}

@-webkit-keyframes spin{
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes spin{
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

/* FIN LOADER SPLASHSCREEN */

.container {
}

#modalParam {
	position: absolute;
	top : 0;
	right : 0;
	bottom : 0;
	left : 0;
	color : #000000;
	font-size : 50px;
	text-align: center;
	z-index: 2000;
	background-color: rgba(255, 255, 255, 0.6);
}

#modalParam i {
	margin-top: 10vh;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#version {
	font-size: 0.3em;
	color : #6a6f8c;
	margin-left: 10px;
}

.infoMenuLeft {
	padding-left: 30px;
}

.main-navigation {
	display: block;
	float: right;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 5px 20px;
	font-size: 22px;
	/*font-size: 0.8rem;*/
	letter-spacing: 2px;
	margin-top: 10px;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 6px 0;
	z-index: 11;
}

.navMenu-link span {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	position: relative;
	/*padding: 6px 0;*/
	z-index: 11;
	cursor: pointer;
}

.main-navigation li a::before,
.main-navigation li a::after {
	width: 0;
	content: '';
	position: absolute;
	bottom: 0;
	z-index: -1;
	height: 100%;
	/*Animationdumenubordertopetbottom*/
	transition: width 0.5s ease-out;
	-moz-transition: width 0.5s ease-out;
	-ms-transition: width 0.5s ease-out;
	-o-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
}
.main-navigation li a::before {
	right: 0;
	/* border-top: 1px solid #1BC98E; */
	border-top: 1px solid #FFFFFF;
}
.main-navigation ul ul ul { 
	top: 0 !important;
}
.main-navigation li a::after {
	left: 0;
	/* border-bottom: 1px solid #1BC98E; */
	border-bottom: 1px solid #FFFFFF;
}
.main-navigation li a:hover::before,
.main-navigation li a:hover::after {
	width: 100%;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 160%;
	left: -999em;
	z-index: 3000;
	background-color: #252830;
	/*left: 2px;*/
	min-width: 120px;
}

.submenu-visible {
	top: 100% !important;
	/*transition: all 1.4s;*/
	/*-webkit-transition: all 1.4s;*/
	/*-webkit-transition: all 4.3s ease-out;*/
	/*transition: all 4.3s ease-out;*/
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	/*width: 150px;*/
	min-width: 150px;
	padding: 0;
}
.main-navigation ul ul a::before,
.main-navigation ul ul a::after {
	display: none;
}

.main-navigation ul ul li {
	font-size: 0.8rem;
}

.main-navigation ul ul li a i {
	/* color : #0254A0; */
	color : #c0c0c0;
	margin-right: 2px;
	padding-right: 2px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.main-navigation ul ul li div i {
	color : #c0c0c0;
	margin-right: 2px;
	padding-right: 2px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.main-navigation a:hover,
.main-navigation li.focus > a {
	color: #FFFFFF; /* couleur de texte du menu.*/
	/* color: #1BC98E; couleur de texte du menu. */
}

.main-navigation div:hover {
	 color: #FFFFFF; /* couleur de texte du menu.*/
	/*color: #1BC98E; couleur de texte du menu.*/
}

.main-navigation span:hover,
.main-navigation li.focus > span {
	/*color: #1BC98E; !* couleur de texte du menu.*!*/
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {

}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: -20px; /* Animation du sous-menu 
	/* left: auto; /* Animation du sous-menu 
	/* margin-left: -30px;*/
}*/

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

#primary-menu a i {
	/*margin-left: 5px;*/
	/*font-size: 20px;*/
}

/* Mobile menu */

.btn-menu {
	display: none;
	text-align: right;
	font-size: 28px;
	color: #fff;
	line-height: 1;
	cursor: pointer;
	/*-webkit-transition: all 4.3s ease-out;*/
	/*transition: all 4.3s ease-out;*/
}
.btn-menu .fa {
	cursor: pointer;	
}
.btn-submenu {
	position: relative;
	top: 3px;
	font-family: "FontAwesome";
	font-size: 20px;
	text-align: left;
	cursor: pointer;
	padding: 10px 10px 10px 0;
	margin-left: 2px;
	/*-webkit-transition: all 4.3s ease-out;*/
	/*transition: all 4.3s ease-out;*/
}
.btn-submenu:before {
	content: "\f104";
	color: #fff;
}
.btn-submenu.active:before {
	content: "\f107"
}

#mainnav-mobi {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #202529;
    padding-left: 0;
    padding-right: 0;
}
#mainnav-mobi a {
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}
#mainnav-mobi li {
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
	float: none;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#mainnav-mobi li a::after,
#mainnav-mobi li a::before {
	display: none;
}
#mainnav-mobi ul {
	float: none;
}
#mainnav-mobi ul ul {
	position: relative;
	top: 11px;
	left: 0;
	background-color: #171717;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0;
	overflow: hidden;
	padding: 30px 60px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
	color: #272727;
}
.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
	color: #1BC98E;
	text-decoration: none;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*Menu Dashboard*/

#carInfoName {
	font-size: 1.2rem;
	/*color: #dddddd;*/
	padding-bottom: 12px;
}

#carName {
	vertical-align: bottom;
	/*cursor: pointer;*/
}

#carInfoModel {
	font-size: 0.7rem;
	color: #6c757d;
}
#carInfoModel span:nth-child(1) {
	padding-bottom : 5px;
}

#carInfoModel span:nth-child(2) {
	font-style: italic;
	padding-left: 5px;
}

#menuInfoFName {
	font-size: 1.2rem;
	padding-bottom: 12px;
}
#menuInfoFName span:nth-child(1) {
	padding-bottom : 5px;
}

#menuInfoLName {
	font-size: 0.7rem;
	color: #6c757d;
}
#menuInfoLName span:nth-child(1) {
	padding-bottom : 5px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	/*font-size: 14px;*/
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
.site-title {
	font-size: 36px;
	margin: 0;
	letter-spacing: 1px;
	line-height: 1.1;
	color: #fff;
}

.site-title span:nth-child(1) {

}
.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}
.site-description {
	/*margin: 15px 0 0;*/
	font-size: 14px;
    color: #BDBDBD;
}
.site-description:empty {
	margin: 0;
}
.site-content {
	margin-top: 60px;
	margin-bottom: 60px;
}
.site-content > .container {
	padding: 0;
	background-color: #fff;
	border-left: 1px solid #F2F2F3;
	border-right: 1px solid #F2F2F3;
	border-bottom: 1px solid #F2F2F3;
	opacity: 0.8;
}
body.page-template-page_widgetized {
	background-color: #fff;
}
.page-template-page_widgetized .site-content {
	margin-top: 0;
	margin-bottom: 0;
}
.site-logo {
	max-width: 100%;
	max-height: 80px;
}
.custom-logo-link {
	display: block;
}
.custom-logo-link img {
	display: block;
    max-height: 90px;
    margin: 0 auto;
}
.content-area {
	width: 811px;
	float: left;
	margin-left: -1px;
}
.fullwidth,
.error404 .content-area,
.fullwidth-single .content-area {
	width: 100% !important;
}
.error404 .content-area {
	padding: 30px;
}
.error404 .content-area .page-title {
	padding: 0;
}
.no-results.not-found {
	padding: 30px;
}
.no-results.not-found .page-title {
	padding: 0;
}
.fullwidth-single .content-area {
	margin-left: 0;
}
.widget-area {
	width: 360px;
	float: left;
	margin-left: -1px;
	margin-right: -1px;
}
.page-header .page-title {
	padding: 0 60px;
}
.page-header .page-title .fa {
	margin-right: 15px;
	color: #1BC98E;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header {
	font-family: 'Josefin Sans', sans-serif;
}
.site-header {
	padding-top : 15px;
	width: 100%;
	/*height:60px;*/
	z-index: 999;
	position: relative;
	background-color: #202529;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.site-header.has-header,
.site-header.has-video {
	background-color: transparent;
}
.site-header.header-scrolled {
	background-color: rgba(32, 37, 41, 0.9);
	padding: 5px 0;
	border-bottom: 1px solid transparent;
}
.site-header .container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-clone {
	height: 83px;
}
/* Header image */
.header-image {
	position: relative;
	text-align: center;
}
.header-image::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(37, 46, 53, 0.9);
}
.header-info {
	width: 100%;
	position: absolute;
	top: 35%;
	text-align: center;
	z-index: 11;
}
.header-text {
	margin: 0 auto;
	color: #fff;
	font-size: 76px;
	display: table;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.header-subtext {
	color: #fff;
	display: table;
	margin: 0 auto 30px;
	padding: 0 15px 30px;
	font-size: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	letter-spacing: 5px;
}
.small-header {
	display: none;
}

/*--------------------------------------------------------------
## Container
--------------------------------------------------------------*/
#container-login h1 {
	text-align: center;
}
.menu-main-container {
	margin-top : -10px;
}

/*####################*/
/*  MODAL PARAMETERS  */
/*####################*/
.divMenuSlider{
    display: block;
    height: 40px;
}
.divMenuSlider_label{
    float: left;
    line-height: 40px;
}
.divMenuSlider_checkbox {
    float: right;
    padding-right: 90px;
    padding-top: 5px;
}

.divMenuSlider_radio {
    float: right;
    padding-top: 6px;
}

#modalFooterEfficiency {
    display: block;
}

#modalFooterEfficiency button{
    width: 150px;
}

.modalInfo {
    position: relative;
    /*font-size: 1.2em;*/
    text-align: center;
    line-height: 1.8rem;
}

.modalHeader {
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.67);
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.67);
}

.modalFooter {
    -webkit-box-shadow: 0px -2px 4px -1px rgba(0,0,0,0.67);
    box-shadow: 0px -2px 4px -1px rgba(0,0,0,0.67);
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 769px) {
	.main-navigation {
		display: none;
	}	
	.mobile-nav,
	.btn-menu {
		display: block;
	}	
}
@media only screen and (max-width: 1199px) {
	.woocommerce .content-area {
		width: 610px;
		padding: 60px 30px;
	}
	.content-area {
		width: 610px;
		float: left;
	}
	.masonry-layout .hentry {
		width: 283px;
	}
	.header-text {
		font-size: 42px;
	}
	.header-info {
		top: 30%;
	}
	.header-subtext {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.header-button {
		margin-top: 30px;
	}
	.fact .fact-number {
		font-size: 28px;
	}
	.fact .fa {
		font-size: 36px;
	}
	.fact .fact-name {
		font-size: 18px;
	}
	.has-post-thumbnail .entry-summary,
	.entry-thumb {
		width: 100%;
	}
	.entry-thumb {
		padding-right: 0;
	}
}
@media only screen and (max-width: 769px) {
	.main-navigation,
	.header-clone,
	.large-header {
		display: none;
	}	

	.mobile-nav,
	.small-header {
		display: block;
	}

	.site-header .container {
		display: block;
	}

	.infoMenuLeft {
		margin-bottom: 15px;
	}

	.infoMenuLeft,
	.btn-menu {
		text-align: center;
		width: 100%;
	}

	.site-header.has-single,
	.site-header.has-video,
	.site-header.has-header {
		position: relative;
		background-color: #202529;
	}

    .site-header {
        position: relative !important;
    }
    	
	.home-wrapper section {
		background-attachment: scroll;
	}
}
@media only screen and (max-width: 991px) {
	.woocommerce .content-area,
	.content-area,
	.widget-area {
		width: 100%;
	}	
	.masonry-layout .hentry {
		width: 330px;
	}
	.header-text {
		font-size: 22px;
	}
	.header-subtext {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.header-button {
		margin-top: 20px;
	}	
	.astrid-3col {
		width: 48%;
	}
	.astrid-3col:nth-of-type(2n+1) {
		clear: left;
	}
	.astrid-3col:nth-last-of-type(3) {
		margin-bottom: 45px;
	}
	.astrid-3col:last-of-type,
	.astrid-3col:nth-last-of-type(2) {
		margin-bottom: 0;
	}
	.fact {
		width: 49%;
		margin-bottom: 45px;
	}
	.fact:nth-of-type(3) {
		clear: left;
	}
	.fact:last-of-type,
	.fact:nth-last-of-type(2) {
		margin-bottom: 0;
	}
	.multicolumn-row,
	.multicolumn-row section {
		display: block;
	}	
	section.at-2-col,
	section.at-3-col {
		width: 100%;
		display: block;
	}
	.project {
		width: 50%;
	}
	.project:nth-of-type(2n+1) {
		clear: left;
	}
	.project-title {
		font-size: 18px;
	}
	.client {
		width: 48%;
	}
	.client:nth-last-of-type(3),
	.client:nth-last-of-type(4) {
		margin-bottom: 45px;
	}
	.atblock .widget-title {
		font-size: 26px !important;
	}
	.footer-info .container {
		display: block;		
	}
	.footer-branding,
	.footer-contact {
		display: block;
		width: 100%;
		border: 0;	
		float: none;	
	}
	.site-copyright, 
	.footer-navigation {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0;
	}
	.footer-navigation {
		margin-bottom: 15px;
	}
	.woocommerce .content-area,
	.hentry {
		padding: 30px;
	}	
	.site-main .comment-navigation,
	.site-main .posts-navigation,
	.site-main .post-navigation	{
		padding: 30px;
	}
}
@media only screen and (max-width: 768px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		clear: none;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 50%;
	}
	.woocommerce ul.products li.product:nth-of-type(2n+1),
	.woocommerce-page ul.products li.product:nth-of-type(2n+1) {
		clear: left;
	}	
}
@media only screen and (max-width: 767px) {
	.masonry-layout .hentry {
		width: 100%;
		max-width: 380px;
		margin: 0 0 15px;
	}
	.posts-layout.masonry {
		display: table;
		margin-left: auto;
		margin-right: auto;
		width: 100% !important;
		max-width: 380px;
	}
	.astrid-3col {
		width: 100%;
		margin-bottom: 30px;
	}
	.astrid-3col:nth-last-of-type(2),
	.astrid-3col:nth-last-of-type(3) {
		margin-bottom: 30px;
	}
	.fact {
		width: 100%;
	}
	.fact:nth-last-of-type(2) {
		margin-bottom: 45px;
	}
	.client:nth-last-of-type(3),
	.client:nth-last-of-type(4)	{
		margin-bottom: 30px;
	}
	.client {
		padding: 0 15px;
	}
	.footer-contact-block {
		width: 100%;
		margin-bottom: 30px;
	}
	.fluid-width-video-wrapper + #wp-custom-header-video-button {
		display: none;
	}		
}
@media only screen and (max-width: 500px) {
	.project {
		width: 100%;
	}
	.project-title {
		font-size: 16px;
	}
	.atblock .widget-title,
	h3 {
		font-size: 20px !important;
	}	
	.astrid-2col,
	.astrid-3col {
		padding-left: 0;
		padding-right: 0;
	}
	.woocommerce .content-area,
	.hentry {
		padding: 15px;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100%;
	}

	.divMenuSliderTitre {
		font-size: 0.8rem;
		line-height: 0.8em;
		height: 0.8em;
		white-space: nowrap;
		padding-top: 26px;
	}

	.menuSlideInput {
	    width: 120px;
	    margin: 0px auto;
	    line-height: 20px;
	    border-radius: 20px;
	}

	.menuSlideInput::after {
		left : 20px;
	}

	.menuSlideInput input[type="checkbox"]:checked + label {
    	left: 132px;
	}
}

@media only screen and (max-width: 400px) {
	.menuSlideInput {
	    width: 90px;
	}
}