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

/* COULEURS
bleu : #145893
orange : #F39519 
vert : #41AB35
bleu ciel : #C9DFE1

p : #000222
background : #F2F7F8
*/

/* FONTS
H2 : Couture gras italique
h3 : Couture
H4 + p : Nunito 
*/

/* FONTS */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap');

@font-face {
    font-family: 'Couture';
    src: url('assets/fonts/Couture-BoldItalic.eot');
    src: local('Couture Bold Italic'), local('Couture-BoldItalic'),
        url('assets/fonts/Couture-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Couture-BoldItalic.woff2') format('woff2'),
        url('assets/fonts/Couture-BoldItalic.woff') format('woff'),
        url('assets/fonts/Couture-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Couture';
    src: url('Couture-Bold.eot');
    src: local('assets/fonts/Couture Bold'), local('Couture-Bold'),
        url('assets/fonts/Couture-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Couture-Bold.woff2') format('woff2'),
        url('assets/fonts/Couture-Bold.woff') format('woff'),
        url('assets/fonts/Couture-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/*  GENERAL */

body h2 {
	color: #145893;
	font-size: 40px;
	font-weight: 700 !important;
	text-transform: uppercase;
	font-style: italic;
	font-family: 'Couture', sans-serif;
}

p {
	color: #000222;
	font-family: 'Nunito', sans-serif;
}

li {
	font-family: 'Nunito', sans-serif;
}

#inner-content {
	padding-top: 0;
	padding-bottom: 0;
}

@-webkit-keyframes downarrow {
  0% { -webkit-transform: translateY(0); opacity: 0.7 }
  100% { -webkit-transform: translateY(0.6em); opacity: 1 }
}

.color-line-homepage {
	margin-top: 10px;
	width: 450px;
	margin-bottom: 55px !important;
}

/*TOP MENU*/

.gm-navbar .gm-inner-bg.shadow {
	-webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);
}

.gm-navbar .gm-logo > a > img {
	height: 65px !important;
}

.gm-navbar .gm-container{
	justify-content: flex-end;
	max-width: 98%;
	padding-right: 20px !important;
	padding-left: 20px !important;
	
}

.wpbf-menu-stacked nav {
	margin-top: 0px !important;
}

.gm-logo {
	position: absolute;
	top: 17px;
	left: 50%;
	transform: translatex(-50%);
	width: max-content;
}

.gm-logo .text-menu {
	position: absolute;
	top: 55%;
	left: 0;
	transform: translatey(-50%);
	color: #145893;
	font-weight: 500;
	font-family: 'Couture', sans-serif;
	margin-bottom: 0 !important;
}

.gm-main-menu-wrapper.d-flex.gm-navigation-drawer--left.gm-navbar-animated {
	width: 400px;
	margin-left: -100px;
	transition: transform cubic-bezier(1, 1, 1, 0.8) 0.2s;
}

body .gm-main-menu-wrapper.d-flex.gm-navigation-drawer--left.gm-navbar-animated.gm-navigation-drawer--open {
	width: 400px;
	max-width: 100%;
	margin-left: 0;
	transition: transform cubic-bezier(1, 1, 1, 0.9) 0.2s;
	-webkit-box-shadow: -2px 0px 14px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 0px 14px 0px rgba(0,0,0,0.75);
	box-shadow: -2px 0px 14px 0px rgba(0,0,0,0.75);
	background-color: #eff3f7;
}

#gm-main-menu {
	display: flex;
	justify-content: center;
	height: calc(100vh - 32px);
}

#menu-menu-principal {
	height: 100%;
	margin-top:200px;
	margin-bottom: auto;
	width: 100%;
	justify-content: normal;
}
.sidebar-additional-items {
	position: absolute;
	top: 105px;
}

.sidebar-logo {
	width: 200px;
}

.close-text {
	position: absolute;
	top: 45px;
	left: 160px;
	font-family: 'Couture', sans-serif;
	font-size: 15px;
	color: #145893;
	font-weight: 400;
	line-height: 2;
}

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

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

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

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

.gm-menu-item__txt {
	color: #145893;
	font-weight: 700;
	font-size: 20px;
	line-height: 2.5;
	font-family: 'Couture', sans-serif;
}

.menu-item.menu-item-type-custom.menu-item-object-custom.gm-menu-item {
	margin-left: auto;
	margin-right: auto;
}

body .gm-anchor {
	border-bottom: none !important;
}

.gm-menu-btn__inner i::before{
	content: url(assets/images/burgermenu.svg);
	position: absolute;
	width: 60px;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	padding-right: 30px;
}

.gm-menu-btn__inner i::after {
	content:"MENU";
	font-family: 'Couture', sans-serif !important;
    font-style: italic;
    color: #145893 !important;
	padding-left: 40px;
	font-size: 18px;
	vertical-align: 20%;
}

.gm-navbar--has-shadow:not(.gm-navbar-sticky-toggle) .gm-inner {
	box-shadow: none;
}

.gm-navbar {
	position: fixed;
	width: 100%;
}

.sidebar-background {
	position: absolute;
	z-index: -1;
	background-color: #C9DFE1;
	opacity: 0.3;
	margin-top: 125px;
	text-align: center;
	width: 87%;
	padding: 75px 0;
	display: none;
}

.sidebar-background-img {
	height: 55vh;
	width: auto;
	object-fit: cover;
}

/* HOMEPAGE */

@keyframes goutte {
    0% {
		opacity: 0;
    }
	
	75% {
        opacity: 0;
    }

    100% {
        opacity: 0.6;
    }
}

.show-mobile {
		display: none;
}

.home_slider_col .slick-list img {
	height: 90vh !important;
	width: 100% !important;
	object-fit: cover;
}

.home_slider_col {
	padding: 0 !important;
	margin:0 !important;
}

.sub-title-homepage {
	max-width: 100%;
}

.sub-title-homepage h1 {
	text-transform: uppercase;
	font-family: 'Couture', sans-serif !important;
	font-style: italic;
	color: #145893 !important;
	font-size: 20px;
	font-weight: 700;
}

.top-carousel-homepage .vc_slide.vc_images_carousel.vc_build {
	text-align: center;
}

.top-carousel-homepage img {
	height: calc(100vh - 120px) !important;
	max-width: 100% !important;
	object-fit: cover;
}

body .overlay-image-homepage {
	margin-bottom: 0;
	height: 0;
}

.shadow {
	-webkit-box-shadow: 0px -11px 15px -15px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px -11px 15px -15px rgba(0,0,0,0.20);
	box-shadow: 0px -11px 15px -15px rgba(0,0,0,0.20);
}

.shadow.bottom {
	-webkit-box-shadow: 0px 11px 15px -10px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 11px 15px -10px rgba(0,0,0,0.20);
	box-shadow: 0px 11px 15px -10px rgba(0,0,0,0.20);
}

.overlay-image-homepage img {
	position: absolute;
	top: calc(50% - 50px);
	left: 50%;
	opacity: 0.6;
	height: 21.5% !important;
	transform: translate(-50%, -50%);
	animation: goutte 5s;
	pointer-events: none;
}

.sub-title-homepage.down-homepage svg {
	overflow: visible;
}

.sub-title-homepage.down-homepage path {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
}

.sub-title-homepage {
	/*position: absolute;*/
    width: calc(100% + 70px);
    background-color: white;
    bottom: 0px;
    left: -35px;
    padding: 18px;
	margin-bottom: 0 !important
}

.sub-title-homepage svg {
	height: 40px;
}

.wpb_images_carousel {
	margin-bottom: 0 !important;
}

.qui-sommes-nous-inner-homepage .color-line-homepage,
.realisations-inner-homepage .color-line-homepage,
.contact-homepage .color-line-homepage {
	margin-left: -100px;
}

.contact-homepage > div > div {
	padding-left: 0 !important;
}

.qui-sommes-nous-homepage,
.realisations-homepage {
	padding-top: 35px;
}

.qui-sommes-nous-inner-homepage > div:nth-child(2) > div > div > div:first-child {
	margin-bottom: 0;
}

/*.qui-sommes-nous-inner-homepage > div:nth-child(2) > div > div > div:first-child img {
	height: 43vh;
	max-width: 95%;
	object-fit: cover;
}*/

.qui-sommes-nous-block em {
	font-family: 'Couture', sans-serif !important;
	text-transform: uppercase;
	font-size: 20px;
	margin-left: 55px;
	color: #145893;
	font-weight: 700;
}

.qui-sommes-nous-block > div > div > div {
	margin-bottom: 15px;
}

#qui-sommes-nous-picto {
	margin-left: 50px;
	width: auto;
}

#qui-sommes-nous-picto > div {
	padding-top: 0;
}

#qui-sommes-nous-picto > div > div {
	position: relative;
	margin-bottom: 35px;
}

.picto-qui-sommes-homepage {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 10px !important;
}

.secteurs-activite-homepage {
	margin-top: 15px;
}

.secteurs-activite-homepage .vc_col-sm-5 {
	padding-right: 40px;
}

.secteurs-activite-homepage .vc_col-sm-6 {
	padding-left: 40px;
}

.text-with-picto > div {
	position: relative;
}

.text-with-picto p {
	font-family: 'Couture', sans-serif !important;
	color: #145893;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	top: 0;
	padding-left: 5px;
}

.text-with-picto p::before {
	content: url(assets/images/arrows_title.svg);
	position: absolute;
	width: 30px;
	top: 2px;
	margin-left: -40px;
}

.text-with-picto.nos-services-title p::before {
	content: url(assets/images/arrows_title.svg);
	position: absolute;
	width: 30px;
	top: 2px;
	left: -7px;
}

.img-clients-homepage {
	padding: 40px 80px;
}

.img-clients-homepage > div > div > div > div {
	margin-bottom: 10px !important;
}

#secteur1-homepage,
#secteur2-homepage,
#secteur3-homepage {
	position: relative;
	margin-bottom: 20px;
}

#secteur1-homepage > div,
#secteur2-homepage > div,
#secteur3-homepage > div {
	margin-left: 3em;
}

#secteur1-homepage strong,
#secteur2-homepage strong,
#secteur3-homepage strong {
	font-size: 18px;
}

#secteur1-homepage::before,
#secteur2-homepage::before,
#secteur3-homepage::before {
	position: absolute;
	width: 28px;
	top: 8px;
	left: 0;
}

.picto-qui-sommes-homepage p {
	color: #145893;
}

.picto-qui-sommes-homepage p::before {
	content: url(assets/images/goutte_bullet.svg);
	width: 30px;
	position: absolute;
	left: 0;
}

#secteur1-homepage::before {
	content: url(assets/images/goutte_bullet_blue.svg);
}

#secteur2-homepage::before {
	content: url(assets/images/goutte_bullet_orange.svg);
}

#secteur3-homepage::before {
	content: url(assets/images/goutte_bullet_green.svg);
}

.picto-services-homepage {
	margin-bottom: 0 !important;
}

.picto-services-homepage svg {
	width: 120px;
}

.picto-blue-text {
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
	padding: 40px;
	background-color: white;
}

.picto-blue-text > div:nth-child(2) {
	text-align: right;
}

#text1-homepage,
#text2-homepage {
	text-align: left;
	padding-left: 20px;
}

#text3-homepage,
#text4-homepage {
	padding-right: 20px;
}

.realisations-post-grid-inner h4,
.realisations-post-grid-inner .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title > div {
	font-family: 'Couture', sans-serif;
	font-size: 20px;
	font-style: inherit;
	color: white;
}
.realisations-post-grid-inner h4{
	text-shadow: 1px 1px 4px #000000;
}

.realisations-post-grid-inner .vc_grid-item-mini:hover h4{
	opacity: 0;
	transition: all 0.250s;
}

.realisations-post-grid-inner .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt > div {
	text-align: center !important;
}

.realisations-post-grid-inner .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
	color: white !important;
}

.realisations-post-grid .vc_grid-item-mini .vc_gitem-zone::after {
	content:"";
	position: absolute;
	height: 10px;
	width: 100%; 
	z-index: 1;
	bottom: 0px;
	left: 0;
	background-color: #145893;
}


.realisations-post-grid .vc_grid-item-mini .vc_gitem-zone::before {
	background-color: rgba(0,0,0,0.1);
}


.services-homepage > div:first-child .vc_row.vc_row-has-fill {
	margin-right: 10px;
}

.services-homepage > div:nth-child(2) .vc_row.vc_row-has-fill {
	margin-left: 10px;
}

.services-homepage .vc_row.wpb_row.vc_inner.vc_row-fluid {
	margin: 0;
}

.picto-blue-text .vc_column-inner {
	padding: 0 !important;
}

.gradient-homepage1 {
	background: linear-gradient(transparent, #e6e6e6);
	opacity: 0.6;
}

.gradient-homepage2 {
	background: linear-gradient(#e6e6e6, transparent);
	opacity: 0.6;
}

.services-homepage > div:first-child .wpb_wrapper > div:nth-child(4),
.services-homepage > div:nth-child(2) .wpb_wrapper > div:nth-child(5){
	margin-bottom: 0;
	padding-bottom: 30px !important;
}

.services-black-text {
	margin-bottom: 0 !important;
}

.services-picto-homepage > div {
	margin-left: 0;
	padding-top: 0 !important;
}

.blue-text-homepage {
	margin-bottom: 0 !important;
}

.blue-text-homepage > div > div {
	margin-top: auto;
	margin-bottom: auto;
}

.blue-text-homepage p {
	color: #145893;
	font-weight: 700;
	line-height: 1.4;
}

.title-services-homepage {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0 !important;
	padding-bottom: 20px;
	padding-top: 20px;
}

.text-with-picto {
	margin-bottom: 30px !important;
	background-color: transparent !important;
}

body .nos-services-title {
	padding: 75px;
	padding-left: 60px !important;
}

.image-flip-homepage h2 {
	font-size: 18px !important;
	color: white !important;
	font-style: normal !important;
}

.image-flip-homepage .vc-hoverbox-block-inner.vc-hoverbox-back-inner p {
	color: white;
}

.nos-clients-homepage .vc_parallax-inner.skrollable.skrollable-between {
	background-attachment: fixed;
}

.clients2-homepage .vc_row.vc_custom_1588599972255 {
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
}

#ratp-img-homepage > div > div > div {
	margin-bottom: 0;
}

#ratp-img-homepage img {
	transform: scale(0.7);
}

#ratp-estate-img-homepage {
	margin-top: 20px;
}

/* .partenaires-carousel-homepage {
	padding: 0 100px;
} */

.partenaires-carousel-homepage .slick-prev {
	left: -35px;
}

.partenaires-carousel-homepage .slick-next {
	right: -35px;
}

.partenaires-carousel-homepage .ult-carousel-wrapper {
	padding-bottom: 0;
}

.contactez-nous-homepage,
.nos-clients-homepage,
.services-homepage,
.realisations-homepage {
	padding-bottom: 35px;
}

.half-col {
	display: flex;
}

.contact-form-homepage .row1 {
	padding-bottom: 10px;
}

.contact-form-homepage .vc_column-inner.vc_custom_1588261603410 {
	background-position: 9vw !important;
}

.contact-form-homepage .row3 {
	padding-top: 50px !important;
}

.contact-form-homepage {
	display: flex;
}

.contact-form-homepage input {
	border: none !important;
}

.contact-form-homepage form ::placeholder {
	font-family: 'Nunito', sans-serif;
}

.contact-form-homepage #wpcf7-f26-p9-o1 {
	padding: 50px;
}

.contact-form-homepage > div:nth-child(2) {
	padding-left: 50px;
}

.contact-form-homepage > div:first-child {
	background-color: #145893;
}

.contact-form-homepage form > div:nth-child(2) > div:first-child,
.contact-form-homepage form > div:nth-child(3) > div:first-child {
	padding-right: 10px;
	padding-bottom: 10px;
}

.contact-form-homepage form > div:nth-child(2) > div:nth-child(2),
.contact-form-homepage form > div:nth-child(3) > div:nth-child(2)  {
	padding-bottom: 10px;
	padding-left: 10px;
}

.contact-form-homepage form > div:nth-child(6) > div {
	text-align: center;
}

.contact-form-homepage .wpcf7-form-control.wpcf7-submit {
	font-family: 'Couture', sans-serif !important;
	background-color: #F39519;
	color: white;
	text-transform: uppercase;
	font-style: italic;
	padding: 20px 60px 15px 60px;
}

.contact-form-homepage > div:nth-child(2) > div {
	padding: 30px;
	border: 3px solid #145893;
	height: 100%;
}

.contact-form-homepage textarea,
.contact-form-homepage button,
.contact-form-homepage input,
.contact-form-homepage optgroup,
.contact-form-homepage select {
	font-size: 15px;
}

.contact-form-homepage .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {
	margin-bottom: 0;
}

.contact-form-homepage > div:nth-child(2) .wpb_wrapper .wpb_text_column.wpb_content_element p {
	color: #145893;
}

.contact-form-homepage > div:nth-child(2) .wpb_wrapper > div:nth-child(2) p {
	font-family: 'Couture', sans-serif !important;
	font-size: 22px;
}

.contact-form-homepage .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	height: 2em;
}

.contact-form-homepage > div:first-child > div {
	padding: 0;
}

/*FLIP CARD*/
.realisations-all {
  background-color: transparent;
  width: 370px;
  height: 270px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

.realisations-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.realisations-all:hover .realisations-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
	background-color: #bbb;
	color: black;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

/* Style the back side */
.flip-card-back {
  background-color: #145893;
  color: white;
  transform: rotateY(180deg);
}

.realisations-title {
	font-family: 'Couture', sans-serif;
	font-size: 20px;
	font-style: inherit;
	color: white;
}

.realisations-title-front {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);
}

.realisations-title-back {
	padding-top: 40px;
}

.realisations-all p {
	color: white !important;
}

/*PAGE 404*/

.page-non-existent h1 {
	font-family: 'Couture', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #145893;
	font-style: italic;
	font-size: 40px;
	padding: 20px;
}

.page-non-existent p {
	font-family: 'Nunito', sans-serif;
}

.page-non-existent form {
	margin-bottom: 70px;
}

body .nos-services-title.hide {
	display: none;
}

.error404 h1 {
	margin-top: 100px;
}

.error404 #content {
	min-height: calc(100vh - 165px);
}


.single-realisation h1.single_realisation_title{
	font-size: 1.5em !important;
}

/*==========  Responsive ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.picto-services-homepage svg {
    	width: 100%;
		max-width: 120px;
	}
	
	.partenaires-carousel-homepage > .vc_col-sm-12 {
		padding: 0 40px;
	}
	
	.vc_custom_1589806545414 {
		padding-top: 0px !important;
	}
	
	.gm-inner .gm-container {
		padding-right: 30px !important;
    	padding-left: 30px !important;
	}
	
	.gm-menu-btn__inner i::before {
		left: auto;
	}
	
	.sub-title-homepage .wpb_wrapper {
		padding: 0 30px;
	}
}

@media only screen and (max-width : 1024px) {
	
	.ult-carousel-wrapper {
		margin-top: 100px;
	}
	
	.overlay-image-homepage img {
		top: 50%;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	
	
	.qui-sommes-nous-text {
		padding: 0 30px;
	}
	
	.qui-sommes-nous-inner-homepage .vc_custom_1588237785728,
	.qui-sommes-nous-inner-homepage .vc_custom_1588237777976 {
		margin-right: 0px !important;
	}
	
	.cravate {
		display: none;
	}
	
	body .nos-services-title.hide {
		display: block;
		padding-top: 30px;
    	padding-bottom: 20px;
	}
	
	body .nos-services-title:not(.hide) {
		display: none;
	}
	
	.picto-blue-text .services-picto-homepage {
		order: -1;
	}
	
	.picto-blue-text .blue-text-homepage {
		padding: 0 !important;
	}
	
	.picto-blue-text .blue-text-homepage p {
		text-align: left !important;
	}
	
	.picto-services-homepage {
		text-align: left;
	}
	
	.picto-blue-text .vc_col-sm-12 .title-services-homepage p,
	.picto-blue-text .vc_col-sm-12 .services-black-text p {
		text-align: left !important;
	}
	
	.services-homepage .vc_col-md-6 > .vc_column-inner {
		padding-top: 0 !important;
		padding-bottom: 0;
	}
	
	.contact-form-homepage {
		flex-wrap: wrap;
	}
	
	.contact-form-homepage .vc_col-md-4 {
		padding: 0 !important;
    	margin-top: 30px !important;
    	width: 90%;
    	margin: auto;
	}
	
	.qui-sommes-nous-inner-homepage .vc_custom_1589806545414 {
		padding-top: 0 !important;
	}
	
	.wpb_wrapper .bloc-bleu {
		margin-right: -15px !important;
	}
	
	.realisations-post-grid-inner .vc_col-sm-4 {
		width: 50%;
	}
	
	.img-clients-homepage {
    	padding: 5px 40px 40px;
	}
	
	.color-line-homepage {
		max-width: 100%;
	}
	
	.contact-homepage .color-line-homepage {
		margin-left: 0px;
	}
	
	.contact-homepage h2 {
		padding-left: 30px !important;
	}
	
	
	.single-realisation .wpbf-main {
		margin-top: 100px;
	}
	
	.single-realisation h1.single_realisation_title{
		font-size: 1.2em !important;
	}
	
	.single_realisation_galerie {
		margin: 30px 0;
	}
		
	.single_realisation_galerie .slick-slide > div::after {
		padding-bottom: 70% !important;
	}
	
	.single_realisation_galerie_img {
		background-size: cover !important;
	}
	
}



/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	
	.wpbf-page-header{
		display:none;
	}
	
	.sub-title-homepage h1 {
		line-height: 25px;
		font-size: 16px;
	}
	
	.intro-mobile {
		margin-bottom: 25px !important;
	}
	
	body h2 {
		font-size: 30px;
		text-align: center;
	}
	
	.overlay-image-homepage img {
	    top: calc(50% - 57px);
	}
	
	.qui-sommes-nous-text {
		padding: 0 0;
	}
	
	.color-line-homepage {
		margin-bottom: 35px !important;
		margin-left: 0 !important;
	}
	
	.qui-sommes-nous-block em, #qui-sommes-nous-picto {
		margin-left: 0;
	}
	
	.color-line-homepage {
		width: 100%;
	}
	
	.picto-qui-sommes-homepage {
		padding-right: 0px;
	}
	
	.secteurs-activite-homepage .text-with-picto p {
		margin-left: 40px;
		text-align: left !important;
		font-size: 20px;
	}
	
	.gm-menu-btn__inner i::after {
		display: none;
	}
	
	#menu-menu-principal {
		height: auto;
	}
	
	.sidebar-background {
		margin-top: 65px;
	}
	
	.close-nav:before, .close-nav:after {
		left: 30px;
		top: 0px;
	}
	
	.close-text {
		top: 30px;
		left: 65px;
	}
	
	#menu-menu-principal {
		margin-top: 140px;
	}
	
	.gm-menu-item__txt {
		font-size: 18px;
    	line-height: 23px;
	}
	
	.gm-main-menu-wrapper .gm-menu-item__txt-wrapper {
		margin-bottom: 20px;
	}
	
	.gm-menu-btn__inner i::before {
		left: 15px;
	}
	
	.secteurs-activite-homepage .vc_col-sm-5 {
		padding-right: 0;
	}
	
	.secteurs-activite-homepage .vc_col-sm-5 p {
		text-align: left !important;
	}
	
	.secteurs-activite-homepage .vc_col-sm-6 {
		padding-left: 0px;
	}
	
	.services-homepage .vc_row.wpb_row.vc_inner.vc_row-fluid {
		padding: 40px 20px;
	}
	
	.gm-navbar .gm-logo > a > img {
		height: 45px !important;
	}
	
	.sidebar-additional-items {
		top: 70px;
	}
	
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
		margin-right: -15px !important;
	}
	
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		padding-right: 15px !important;
	}
	
	.hide-mobile {
		display: none;
	}
	
	.show-mobile {
		display: block;
	}
	
	.vc_column_container .vc_custom_1592214439992 {
		padding-right: 15px !important;
    	padding-left: 15px !important;
	}
	
	.sub-title-homepage {
		width: 100%;
    	padding: 0 20px;
	}
	
	.sub-title-homepage > .wpb_wrapper {
		padding: 0 0 20px !important;
	}
	
	.contact-homepage h2 {
		padding-left: 0px !important;
	}
	
	div.wpcf7 .ajax-loader {
		position: absolute !important;
	}
	
	.infos-contact .vc_col-sm-3 {
		width: 25px !important;
	}
	
	.infos-contact .vc_col-sm-9 {
		width: 75% !important;
	}
	
	.infos-contact .vc_row-fluid {
		display: flex;
		flex-wrap: wrap;
	}
	
	.realisations-post-grid-inner .vc_col-sm-4 {
		width: 100%;
	}
	
	.ult-carousel-wrapper {
		margin-top: 0px;
	}
	
	.section-intro > .vc_column_container > .vc_column-inner {
		padding: 0 !important;
	}
	
	.section-intro .ult-item-wrap {
		margin: 0 !important;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
	.img-clients-homepage{
		padding: 40px 50px;
	}
	
	.contact-form-homepage #wpcf7-f26-p9-o1 {
    	padding: 50px 20px;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
