/*
Theme Name:     JL International
Theme URI:      
Description:    Page-builder-framework child theme.
Author:         Me
Author URI:     
Template:       page-builder-framework
Version:        0.1.0
*/

/* FONTS */



/* GLOBAL */

h2 {
	font-size: 40px !important;	
}

.intro_p {
	font-size: 22px;
	font-weight: 600;
}

.texte_blanc {
	color: #fff;
}

.texte_majuscule,
.texte_majuscule h4,
.texte_majuscule * {
	text-transform: uppercase !important;
}

.texte_bleu,
.texte_bleu * {
	color: #126FA8;
}

.texte_bleu_clair,
.texte_bleu_clair * {
	color: #18B6DE;
}

.title_bloc h3 {
	font-size: 18px;
	color: #fff;
}
.bloc_objectif p {
	line-height: 1.3 !important;
}

.deco_titre {
	position: relative;
}
.deco_titre:before {
	content: '';
	display: block;
	position: absolute;
	width: 180px;
	height: 7px;
	top: 50%;
	left:0;
	background-color: #18B6DE;
	transform: translateY(-50%);
}
.deco_titre h2 {
	margin-left: 220px;
}

.error404 #content {
	margin-top: 200px;
} 

.error404 footer {
	position: fixed;
	width: 100%;
	bottom: 0;
}

/* Header and Toolbar */

.gm-toolbar-left,
.gm-toolbar-right {
	font-weight: lighter;
}

.gm-toolbar-left,
.gm-toolbar-right,
.gm-toolbar-left a,
.gm-toolbar-right a,
.gm-toolbar-left:hover,
.gm-toolbar-right:hover,
#line-nav {
	color: #ffffff !important;
	padding-top: 8px;
}

.gm-toolbar-right {
	padding-right: 30px;
}

.gm-menu-btn__inner > i{
	color: #126fa8;
}

.wpbf-inner-footer-right > p,
.wpbf-inner-footer-left > p,
.gm-toolbar-left > p,
.gm-toolbar-right > p {
	margin-bottom: 0px;
}

.gm-main-menu-wrapper {
	opacity: 0.9;
}

#space-right {
	padding-right: 40px;
}

#space-left {
	padding-left: 40px;
}

.gm-container {
	font-size: 17px;
}

#gm-main-menu {
	height: 100vh;
	position: relative;
}

#gm-main-menu > ul {
	content: '';
	position: absolute;
	top: 0;
	display: flex;
	height: 65vh;
	padding-top: 35px;
	padding-bottom: 35px;
	left: 50%;
    transform: translateX(-50%);
}

#menu-menu-principal > li {
	padding-left: 0;
	padding-right: 0;
}

#menu-menu-principal > li > a {
	width: auto;
}

#menu-menu-principal > li > a > span > span {
	font-size: 22px;
	font-weight: 600;
}

#menu-menu-principal {
	width: 100%;	
}

.gm-main-menu-wrapper {
	width: 500px !important;
	transform: translate3d(600px, 0, 0) !important;
}

.close-nav {
	position: absolute;
	right: 2%;
	top: 15px;
	width: 32px;
	height: 32px;
}

.close-nav:before, .close-nav:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
	top: 0;
}

.close-nav:before {
	transform: rotate(45deg);
}

.close-nav:after {
	transform: rotate(-45deg);
}

.nav-second-part {
	background-color: #28A1CD;
	height: 35vh;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.white-logo-sidebar {
	max-width: 200px;
}

.nav-second-part > div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-second-part_text {
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
	color: #fff;
	font-size: 22px;
	margin-bottom: 0 !important;
}

.hr-style1 {
	border: 3px solid white;
	width: 35%;
	right: 65%;
	position: absolute;
	margin: 0 !important;	
}

.hr-style2 {
	border: 3px solid white;
	width: 35%;
	left: 65%;
	position: absolute;
	margin: 0 !important;	
}

.fa-facebook {
	margin-right: 15px;
}

.fa-linkedin {
	margin-left: 15px;
}

.fa-facebook,
.fa-linkedin {
	color: white;
	padding: 9px;
	background: #126FA8;
	align-content: center;
	z-index: 2;
	width: 8%;
}

.fa-facebook::before,
.fa-linkedin::before {
	font-size: 25px;
	justify-content: center;
	display: flex;
}

.fa-facebook:hover,
.fa-linkedin:hover {
	color: white;
}

.button-menu {
	color: white;
	background: #28A1CD;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	right: 14%;
	top: 50%;
	padding: 10px 20px 10px 20px;
	transform: translateY(-50%);
}

.button-menu:hover {
	color: white;
}

.text-menu {
	color: #126fa8;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	position: absolute;
	right: 5%;
	top: 50%;
	font-weight: bold;
	transform: translateY(-50%);
}

.tabs_equipe .ult_tab_section span {
	text-transform: uppercase;
}

.tabs_equipe .ult_tab_min_contain {
	padding: 3em;
}
.tabs_equipe a {
	border-bottom: solid 2px rgb(24, 182, 222);
}
.tabs_equipe .ult_tab_li {
    padding: 0 20px !important;
}

.bloc_vehicules p {
	top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-40%);
	width: calc(100% - 33px);
}

.bloc_vehicules .bloc_contenu_vehicule {
	min-height:200px;
	background-color: white;
}

.wpbf-mentions-legales h1 {
	margin-top: 100px;
}

/* Ajout S */

.bloc_vehicules {
	padding: 0 70px;
}

.sep-vehicule > .vc_column_container {
	position: absolute;
	width: 100%;
	margin-top: 170px;
}

.sep-vehicule2 > .vc_column_container {
	position: absolute;
	width: 100%;
	margin-top: -170px;
}

.sep-vehicule2 > .vc_column_container > .vc_column-inner,
.sep-vehicule > .vc_column_container > .vc_column-inner {
	padding: 0 !important;
}

/* carousel REF */
.carousel_ref button {
	height: 3.2em !important;
	top: 0 !important;
}

.ult_tabmenu .aio-icon.none {
	display: none !important;
}

.ult_tab_main span {
	margin: 0 !important;
}

.ultsl-record {
    -webkit-appearance: none !important;
}

body .gm-navbar {
    z-index: 1000 !important;
}

@media screen and (max-width: 1200px){
	#main {
		width: 85%;
		margin: auto;
	}
	
	/* Ajout S */
	
	.bloc_vehicules {
		padding: 20px !important;
	}
	
	.bloc_vehicules > .vc_column_container {
		padding: 15px !important;
	}
	
	.bloc_vehicules > .vc_column_container.vc_col-lg-offset-2 {
		margin-left: 17%;
	}
}

@media screen and (max-width: 992px){
	.text-menu {
		right: 6% !important;
	}
	
	.ult_tabmenu.style1 li.ult_tab_li {
		width: 100% !important;
	}
	
	.gm-navbar .gm-logo > a > img {
		height: 60px !important;
	}

	.gm-inner .gm-container {
		height: 100px !important;
	}
	
	#vehicules .vehicule_bloc_bleu {
		flex-direction: column ;
	}
	
	#vehicules .bloc_objectif {
		width: 100% !important;
	}
	
	.bloc_vehicules > div {
		width: 50% !important;
	}
	
	/* Ajout S */
	
	.bloc_vehicules > .vc_column_container.vc_col-lg-offset-2 {
		margin-left: 0;
	}
	
	.bloc_vehicules > .vc_column_container:last-child {
		margin-left: 25%;
	}
	
	.sep-vehicule2 > .vc_column_container::before {
		content: "";
    	position: absolute;
    	background-color: #139fbf;
    	width: 100%;
    	height: 7px;
    	margin-top: -331px;
	}
}

@media screen and (width: 768px){
	.home_buttons .wpb_column {
		width: 100% !important;	
	}
}

@media screen and (max-width: 767px){
	h2 {
		font-size: 32px !important;
	}
	
	.ultsl-arrow-left4::before {
		position: absolute;
		top: 0;
		left: -20px;
	}
	
	.ultsl-arrow-right4::before {
		position: absolute;
		top: 0;
		right: -20px;
	}
	
	.bloc_vehicules > div {
		width: 100% !important;
	}
	
	.text-menu {
		right: 10% !important;
	}
	
	.gm-container {
		font-size: 14px !important;
	}
	
	#space-left {
		padding-left: 20px !important;
	}
	
	#space-right {
		padding-right: 20px !important;
	}
	
	.button-menu {
		right: 20% !important;
	}
	
	/* Ajout S */
	
	.sep-vehicule, .sep-vehicule2 {
		display: none;
	}
	
	.bloc_vehicules > .vc_column_container:last-child {
		margin-left: 0;
	}
}

@media screen and (max-width: 600px){
	h2 {
		font-size: 22px !important;
	}
	
	.gm-container {
		font-size: 11px !important;
	}
	
	.gm-toolbar .gm-container {
		justify-content: center;
	}
	
	.gm-toolbar-left {
		display: none !important;
	}
	
	#menu-menu-principal > li > a > span > span {
		font-size: 18px;
		line-height: 40px;
	}
	
	.nav-second-part_text {
		font-size: 18px;
	}
}

@media screen and (max-width: 500px){
	.gm-main-menu-wrapper {
		width: 100vw !important;		
	}
	
	
}

@media screen and (max-width: 480px){
	h2 {
		font-size: 18px !important;
		margin-left: 120px !important;
	}
	
	#gm-main-menu > ul {
		height: 60vh;
	}
	
	.nav-second-part {
		padding-top: 20px;
		height: 40vh;
		padding-bottom: 8vh;	
	}
	
	.white-logo-sidebar {
		max-width: 150px;
	}
	
	p {
		font-size: 14px !important;
	}
	
	.intro_p span, h3 span {
		font-size: 18px !important;
	}
	
	.ult_tabs .ult_tabcontent {
		min-height: 0 !important;
	}
	
	.partenaire_slider img {
		height: 150px !important;
		width: 100%;
		object-fit: cover;
	}
	
	.partenaire_slider .ult-carousel-wrapper {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.home_buttons .ubtn-ctn-center {
		margin-bottom: 0 !important;
	}
	
	.bloc_vehicules .bloc_contenu_vehicule {
		min-height: 150px;
	}
	
	.tabs_equipe .ult_tab_min_contain {
		padding: 0 !important;
	}
	
	.deco_titre::before {
		width: 80px !important;
	}
	
	.button-menu {
		right: 30% !important;
		font-size: 13px !important;
		padding: 10px !important;
	}
	
	.text-menu {
		right: 13% !important;
	}
}

@media screen and (max-width: 400px){
	
	.gm-toolbar-right {
		padding: 15px 10px !important;
		width: 100% !important;
		justify-content: center !important;
		align-items: center !important;
	}
	
	.gm-toolbar-right #line-nav {
		padding: 0 !important;
	}
	
	.gm-toolbar-right p {
		font-size: 12px;
		margin-bottom: 0 !important;
	}
	
	.gm-toolbar-right a {
		padding-top: 0 !important;
	}
	
	#space-right {
		padding-right: 10px !important;
	}
	
	#space-left {
		padding-left: 10px !important;
	}
	
}

@media screen and (min-height: 1000px){
	#gm-main-menu > ul {
		padding-bottom: 8vh !important;
		padding-top: 8vh !important;
	}
}