@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #fff;
}
.nostyle{
	padding: 0;
	margin: 0;
	list-style: none;
}
.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
.submit .wpcf7-submit,
.read-more {
	background: linear-gradient(90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%);
	color: #000;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 12px 15px 13px;
	display: inline-block;
	border-radius: 5px;
	outline: none;
	text-decoration: none;
	text-transform: none;
}
.submit .wpcf7-submit:hover,
.read-more:hover {
	background: linear-gradient(-90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%);
}
.link .read-more {
	display: block;
}
.box_title {
	color: #000;
	font-size: 20px;
	margin: 0 0 50px;
}

.title_h1,
.title_h2{
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 10px;
	text-transform: none;
}
.title_h1 {
  margin: 0 0 25px;
  color: #fff;
  font-size: 32px;
}
.padding-100{
	padding: 100px 0;
}
.radius-20{
	border-radius: 20px;
}
.radius-15{
	border-radius: 15px;
}
.radius-10{
	border-radius: 10px;
}
.cover_image{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.we_large_right .container {
  	max-width: 100%;
  	padding-right: 0;
}
.site_breadcrumb{
	color: #fff;
  text-transform: none;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
}
.site_breadcrumb a{
	color: #fff;
  text-decoration: none;
  outline: none;
  display: block;
  background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff;
}
.site_breadcrumb a:after{
	content: url('../images/slash.svg');
  width: 24px;
  height: 24px;
  float: right;
  margin: -1px 0 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, 
.wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover,
.switch_languages .wpml-ls-sub-menu .wpml-ls-item .wpml-ls-link:hover,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover,
#sitemenu ul li.current-menu-item>a,
#sitemenu ul li.current_page_item>a,
#sitemenu ul li:hover>a,
.site_breadcrumb,
.site_breadcrumb a:hover,
.testimonials_cover .othor_infos .othor_name,
.custom_color{
	background: var(--linear, linear-gradient(90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.font20{
	font-size: 20px;
}
.site_header .wpml-ls-menu-item,
.site_header .switch_languages {
	margin-left: 30px;
}
.site_header .wpml-ls-menu-item .wpml-ls-menu-item{
	margin-left: 0;
}
.switch_languages .widget {
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  display: inline-block;
}
.wpml-ls-menu-item .wpml-ls,
.switch_languages .wpml-ls {
  width: auto;
}
.wpml-ls-menu-item .wpml-ls-item-toggle,
.switch_languages .wpml-ls-item-toggle {
  color: #000;
  font-weight: normal;
  text-decoration: none !important;
  outline: none;
  border: none;
  padding: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  background: none;
}
.switch_languages .wpml-ls-sub-menu {
  width: max-content;
  text-align: left;
  margin: 0;
  padding: 10px 15px;
  z-index: 9999;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  background: #fff;
  border: none;
}
.wpml-ls-menu-item .wpml-ls-sub-menu .wpml-ls-item .wpml-ls-link,
.switch_languages .wpml-ls-sub-menu .wpml-ls-item .wpml-ls-link {
  border: none;
  font-size: 16px;
  padding: 10px 0 10px 0;
  text-align: center;
  background: none;
  outline: none;
  color: #000;
  line-height: normal;
}
.wpml-ls-menu-item .wpml-ls-flag,
.switch_languages .wpml-ls-flag {
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  height: 22px;
  width: 22px;
}

/* Header */
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}
.home .site_header{
	background: none;
	box-shadow: none;
}
.home .sticky.site_header,
.site_header{
	background: #FFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
	padding-bottom: 10px;
}
.site_header .header_top {
	background: linear-gradient(90deg, #D59D37 0%, #DFAC36 100%);
	padding: 15px 0;
}
.site_header .header_top ul{
	gap: 15px;
}
.site_header .header_top ul li{

}
.site_header .header_top ul li a {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: block;
	outline: none;
	text-decoration: none;
	text-transform: none;
}
.site_header .header_top ul li a:hover {
	color: #FFF;
}
.site_header .header_content {
  margin-top: 5px;
}
.site_header .site_logo {
  	margin: 0;
  	max-width: 131px;
  	line-height: normal;
  	font-size: 0;
}
.site_header .site_logo a{
  	display: block;
  	position: relative;
}
.site_header .site_logo .white_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.home .site_header .site_logo .black_logo{
  opacity: 0;
  visibility: hidden;
}
.home .sticky.site_header .site_logo .black_logo,
.home .site_header .site_logo .white_logo {
  opacity: 1;
  visibility: visible;
}
.main-menu-more{
	display: none;
}
#sitemenu ul{
	gap: 17px;
}
.home .sticky #sitemenu ul li button,
#sitemenu ul li button,
.home .sticky #sitemenu ul li a,
#sitemenu ul li a {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
	display: flex;
	align-items: center;
}
.home #sitemenu ul li button,
.home #sitemenu ul li a{
	color: #fff;
}
.switch_languages .wpml-ls-sub-menu .wpml-ls-item .wpml-ls-link:hover,
.switch_languages a:hover,
.home #sitemenu ul li.current-menu-item>button,
.home #sitemenu ul li.current_page_item>button,
.home #sitemenu ul li:hover>button,
#sitemenu ul li.current-menu-item>button,
#sitemenu ul li.current_page_item>button,
#sitemenu ul li:hover>button,
#sitemenu ul li.current-menu-item>a,
#sitemenu ul li.current_page_item>a,
#sitemenu ul li:hover>a {
	color: #D59D37;
}
#sitemenu .menu-item.menu-item-has-children {
  position: relative;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after,
#sitemenu .menu-item-has-children>button:after,
#sitemenu .menu-item-has-children>a:after{
	margin-left: 5px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  background-color: #000;
  mask: url(../images/arrow_menu.svg) no-repeat center;
  mask-size: contain;
  -webkit-mask: url(../images/arrow_menu.svg) no-repeat center;
    mask-size: auto;
  -webkit-mask-size: contain;
  transition: background-color 0.3s;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 0;
  display: flex;
  align-items: center;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  position: initial;
}
.home .site_header:not(.sticky) #sitemenu .menu-item-has-children>a:after,
.home .site_header:not(.sticky) #sitemenu .menu-item-has-children>button:after{
	background-color: #fff;
}
.home .site_header:not(.sticky) #sitemenu .menu-item-has-children .menu-item-has-children>a:after,
.home .site_header:not(.sticky) #sitemenu .menu-item-has-children .menu-item-has-children>button:after{
	background-color: #000;
}
.switch_languages .wpml-ls-sub-menu .wpml-ls-item .wpml-ls-link:hover:after,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover:after,
.home .site_header:not(.sticky) #sitemenu .menu-item-has-children:hover>a:after,
.home .site_header:not(.sticky) #sitemenu .menu-item-has-children:hover>button:after,
.home .site_header:not(.sticky) #sitemenu .menu-item-has-children.current_page_item>a:after,
.home .site_header:not(.sticky) #sitemenu .menu-item-has-children.current_page_item>button:after,
.home .site_header:not(.sticky) #sitemenu .menu-item-has-children.current-menu-item>a:after,
.home .site_header:not(.sticky) #sitemenu .menu-item-has-children.current-menu-item>button:after,
#sitemenu ul li.current-menu-item>button:after,
#sitemenu ul li.current_page_item>button:after,
#sitemenu ul li.current-menu-item>a:after,
#sitemenu ul li.current_page_item>a:after,
#sitemenu .menu-item-has-children:hover>button:after,
#sitemenu .menu-item-has-children:hover>a:after{
	background-color: #D59D37;
}
.switch_languages .wpml-ls-item-toggle:hover:after,
#sitemenu .menu-item.menu-item-has-children:hover > button:after,
#sitemenu .menu-item.menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
}
#sitemenu .menu-item .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: max-content;
  text-align: left;
  margin: 0;
  padding: 10px 5px;
  z-index: 9999;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  opacity: 0;
  visibility: hidden;
  background: rgba(213, 157, 55, 1);
  list-style: none;
}
#sitemenu .menu-item .sub-menu li.current-menu-item:hover>a,
#sitemenu .menu-item .sub-menu li.current_page_item:hover>a,
#sitemenu .menu-item .sub-menu li:hover>a{
  color: #fff !important;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background: none;
}
#sitemenu .menu-item.wpml-ls-menu-item .sub-menu {
  left: auto;
  right: 0;
}
#sitemenu .menu-item:hover>.sub-menu {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 9;
}
#sitemenu .menu-item .sub-menu .sub-menu {
  left: 100%;
  top: 5px;
}
#sitemenu li button {
  background: none;
  margin: 0;
  line-height: normal;
  display: flex;
  align-items: center;
}
#sitemenu li button svg{
  display: none;
}
.home #sitemenu .sub-menu button,
#sitemenu .menu-item button,
#sitemenu .sub-menu .menu-item button,
#sitemenu .sub-menu .menu-item a {
  padding: 5px 10px;
  letter-spacing: normal;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
#sitemenu .menu-item .submenu-expand,
#sitemenu .menu-item .sub-menu-toggle {
  background: none;
  padding: 0;
  border: none;
  display: none !important;
  width: 40px;
}

#sitemenu .menu-item .sub-menu-toggle {
  display: none !important;
  height: auto;
  width: auto;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: currentColor;
  border: none;
}
.burger_icon {
  	cursor: pointer;
}
#hero {
  	padding: 0;
  	position: relative;
  	overflow: hidden;
}
.hero-item-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	z-index: 1;
}
#hero .hero-item-cover {
	font-size: 20px;
	font-style: normal;
    color: #fff;
    margin: 0;
    -webkit-animation: fromRightAnim2 .6s ease-in .8s both;
    -moz-animation: fromRightAnim2 .6s ease-in .8s both;
    -o-animation: fromRightAnim2 .6s ease-in .8s both;
    -ms-animation: fromRightAnim2 .6s ease-in .8s both;
    animation: fromRightAnim2 .6s ease-in .8s both;
}
#hero .hero-item-cover img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
    margin: auto;
}
#hero .image {
  	min-height: 730px;
}
.parallax_box:before,
.site_banner:before,
#hero .image::before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
#hero .image img{
	min-height: 100%;
	object-fit: cover;
	min-height: inherit;
	width: 100%;
}
#hero .title{
  	color: #FFF;
	font-size: 40px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 15px;
	text-transform: none;
}
#hero .desc{
	margin: 0 auto 20px;
	max-width: 760px;
}
#hero .slick-arrow{
	display: none !important;
}
.slick-slider .slick-list {
  padding-left: 0 !important;
}
.slick-slider .slick-track {
  margin: 0;
}
.slick-slide img {
	margin: auto;
}
.slick-slider .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 0;
	height: 40px;
	width: 40px;
	border: 1px solid rgb(241, 207, 112);
	padding: 0;
	background:	rgb(241, 207, 112) url(../images/slick_arrow_left.svg) no-repeat center;
	border-radius: 50%;
	-webkit-transition: all .75s ease;
    -moz-transition: all .75s ease;
    transition: all .75s ease;
}
.slick-slider .slick-arrow:hover{
	background:	transparent url(../images/yellow_slick_arrow_left.svg) no-repeat center;
}
.slick-slider .slick-arrow.slick-disabled{
	opacity: 0.5;
}
.slick-slider .slick-arrow.slick-next{
	left: auto;
	right: 0;
	background-image: url(../images/slick_arrow_right.svg);
}
.slick-slider .slick-arrow.slick-next:hover{
	background-image: url(../images/yellow_slick_arrow_right.svg);
}
.slick-dots,
.slick-slider .slick-dots {
  	display: flex !important;
	margin: auto;
	padding: 0;
	list-style:	none;
	justify-content: center;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%);
	gap: 5px;
}
.slick-dots li,
.slick-slider .slick-dots li{
  	margin: 0;
  	padding: 0;
  	background: rgba(255, 255, 255, 0.50);
  	border-radius: 50%;
  	height: 10px;
	width: 10px;
}
.custom_slider_dots .slick-dots li.progress-visited,
.slick-dots li.slick-active,
.slick-dots li.slick-active,
.slick-slider .slick-dots li.slick-active{
  	/*background: linear-gradient(90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%);*/
  	background: #D59D37;
		height: 15px;
		width: 15px;
		margin: -3px 0;
}
.slick-dots li button,
.slick-slider .slick-dots li button{
  	padding: 0;
	border: none;
	box-shadow: none;
	margin: 0;
	font-size: 0;
	background: none;
	display: block;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.same_icons_bg {
	background: #FCF6E4 url('../images/icons_bg.svg') repeat;
	padding: 60px 0;
	position: relative;
}
.home_we_explore {
	
}
.home_we_explore .we_exp_elt {
  	padding: 20px 15px;
}
.home_we_explore .we_exp_elt_cover .we_exp_title {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 8px;
}
.home_we_explore .we_exp_elt_cover .we_exp_desc {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.universproduits{

}
.universproduits .nup_item{
	
}
.bg_post_item_cover{
	width: 100%;
	height: 100%;
	background: #FCF6E4;
	border-radius: 10px;
}
.bg_post_item_cover .bg_post_image{
	border-radius: 10px 10px 0 0;
	height: 316px;
	overflow: hidden;
}
.bg_post_item_cover .bg_post_texte{
	min-height: 83px;
	padding: 15px;
}
.nup_item_cover .bg_post_title{
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}
.nup_slider .slick-list{
	margin-left: -10px;
}
.we_partners .partners_slider .slick-list{
	margin-left: -45px;
	margin-right: -45px;
	padding: 0 !important;
}
.we_partners .partners_slider .partner{
  padding: 0 45px;
}
.nup_slider .slick-list .slick-slide{
	padding: 0 10px;
}
.nup_slider .slick-dots{

}


.testimonials_cover {
  	max-width: 555px;
  	margin: auto;
}
.testimonials_cover .othor_image{
  	width: 50px;
	height: 50px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	margin: auto auto 20px;
}
.testimonials_cover .othor_desc{
  	color: #000;
	font-size: 20px;
	line-height: normal;
	min-height: 95px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.testimonials_cover .othor_infos{
  	
}
.testimonials_cover .othor_infos .othor_name{
  margin: 0 ;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}
.testimonials .testimonials_slider {
  max-width: 986px;
  margin: auto;
}
.testimonials_slider .slick-dots{
	display: none !important;
}

.we_on_ground{

}
.we_on_ground .we_on_ground_cover{
	
}
.we_on_ground .we_on_ground_cover .box_title{
	min-width: 460px;
	width: 460px;
	margin-right: 120px;
}
.we_on_ground .we_on_ground_cover .box_title .title_h2 {
  margin-bottom: 25px;
}
.we_on_ground .we_on_ground_cover .box_title .link{
	margin-top: 40px;
}
.we_on_ground .we_on_ground_cover .bg_post_list{
	width: calc(100% - 580px);
	overflow: hidden;
}
.we_on_ground .we_on_ground_cover .bg_post_list_cover {
  flex-wrap: nowrap !important;
}
.we_on_ground .we_on_ground_cover .bg_post_item {
  	padding: 0 0 0 20px;
}
.we_on_ground.we_large_right .we_on_ground_cover .bg_post_item {
  flex: 0 0 40%;
}
.we_on_ground.we_large_right .we_on_ground_cover .bg_post_item .desc,
.we_on_ground.we_large_right .we_on_ground_cover .bg_post_item .we_exp_title {
  display: none;
}
.we_on_ground .we_on_ground_cover .bg_post_item:first-child {
  	padding: 0;
}
.we_on_ground .bg_post_item_cover .bg_post_image {
  height: 285px;
}
.we_on_ground .bg_post_item_cover .bg_post_title {
	margin: 0;
	color: #000;
	font-size: 20px;
	font-weight: 600;
}
.we_on_ground .bg_post_item_cover .bg_post_title a{
	color: inherit;
	font-size: inherit;
}
.we_on_ground .bg_post_item_cover .bg_post_date {
  color: #7C7C7C;
  font-size: 18px;
  margin-bottom: 5px;
}
.we_export_explore{
	padding: 80px 0 60px;
}
.we_export_explore .cover{
	margin: -10px;
}
.we_export_explore .we_exp_elt{
	padding: 10px;
}
.we_export_explore .we_exp_elt_cover {
  padding: 20px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: normal;
}
.we_export_explore .we_exp_elt_cover .we_exp_image {
  margin: 0 0 20px;
  height: 54px;
}
.we_export_explore .we_exp_elt_cover .we_exp_image img{
  max-height: 100%;
}
.we_export_explore .we_exp_elt_cover .we_exp_title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0 0;
}
.we_performances .we_export_explore .we_exp_elt_cover .we_exp_title {
  margin: 10px 0 10px;
}
.we_export_explore .we_exp_elt_cover .we_exp_title a{
  color: inherit;
  font-size: inherit;
  outline: none;
}
.we_export_explore .we_exp_elt_cover .we_exp_title a svg{
  margin: 4px 0 0 10px;
  width: 26px;
  height: 12px;
}
.we_export_explore .we_exp_elt_cover .we_exp_title:hover a{
  color: #D59D37;
}
.we_export_explore .we_exp_elt_cover .we_exp_title:hover a svg path{
  fill: #D59D37;
}
.we_export_genie {

}
.we_export_genie .box_title{
	padding-right: 80px;
	margin: 0;
}
.we_export_genie .box_title .title_h2 {
  margin-bottom: 25px;
}
.we_export_genie .link{
	margin-top: 40px;
}
.we_export_genie .we_export_genie_image img{
	border-radius: 44px;
}

.we_export_step_list {
  margin-right: -10px;
  margin-right: -10px;
}
.we_export_step_list .we_step_item{
  padding: 10px;
}
.we_export_step_list .we_step_item_cover{
  position: relative;
}
.we_export_step_list .we_step_item:nth-child(2) .we_step_item_cover:before,
.we_export_step_list .we_step_item:nth-child(2) .we_step_item_cover:after{
  content: "";
  width: 134px;
  height: 25px;
  position: absolute;
  left: -67px;
  top: calc(50% - 12px);
}
.we_export_step_list .we_step_item:nth-child(2) .we_step_item_cover:before{
	background: url(../images/etape_fleche1.svg);
}
.we_export_step_list .we_step_item:nth-child(2) .we_step_item_cover:after{
	background: url(../images/etape_fleche2.svg);
	left: auto;
	right: -67px;
}
.we_export_step_list .we_step_item_cover .image{
	height: 162px;
	width: 162px;
}
.we_export_step_list .we_step_item_cover img{
  
}
.we_export_step_list .we_step_item_cover .we_step_title {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 10px;
}
.we_export_step .link {
  margin: 40px 0 0;
}

.we_export_marque .box_title .desc {
  max-width: 840px;
  margin: auto;
}
.we_export_marque .we_export_marque_list{
	margin: 0 -10px;
}	
.we_export_marque .we_export_marque_list .we_exp_marque{
	padding: 10px;
}		
.we_export_marque .we_export_marque_list .we_exp_marque_cover{
	position: relative;
	overflow: hidden;
}		
.we_export_marque .we_export_marque_list .we_exp_marque_cover .image{
	height: 325px;
	position: relative;
}
.we_export_marque .we_export_marque_list .we_exp_marque_cover .image::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}		
.we_export_marque .we_export_marque_list .we_exp_marque_cover .texte{
	position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
  z-index: 1;
}			
.we_export_marque .we_export_marque_list .we_exp_marque_cover .we_exp_marque_title {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}	
.we_export_marque .link {
  margin-top: 55px;
}

.parallax_box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 140px 0;
  position: relative;
}
.parallax_box .container{
  position: relative;
  z-index: 1;
}
.banner_prise_rdv:before{
  display: none;
}
.parallax_box .box_title,
.parallax_box .box_title .title_h2{
	margin: 0;
	color: #fff;
}
.parallax_box .box_title .desc{
	margin: 15px auto 25px;
	color: #fff;
	font-size: 20px;
	line-height: normal;
	font-weight: 400;
	max-width: 706px;
}


.site_footer{
	background: #3A3A3A;
	padding: 50px 0 20px;
}
.site_footer,
.site_footer a{
	color: rgba(255,255,255, 0.8);
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}
.site_footer a:hover{
	color: #D59D37;
}
.site_footer .newsletter{
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.newsletter .title {
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	max-width: 460px;
	margin: 0;
}
.newsletter .wpcf7-form {
	max-width: 490px;
	width: 100%;
}
.newsletter .wpcf7-form p{
	margin: 0;
}
.newsletter .wpcf7-form .wpcf7-spinner,
.newsletter .wpcf7-form br{
	display: none;
}
.newsletter .wpcf7-form .news-form{
	position: relative;
}
.newsletter .wpcf7-form .wpcf7-form-control-wrap{
	display: block;
	width: 100%;
}
.newsletter .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control{
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 55px;
	background: no-repeat;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	padding: 0 50px 0 0;
	width: 100%;
	outline: none;
	border-radius: 0;
}
.newsletter .wpcf7 .wpcf7-form .wpcf7-submit{
	background: url(../images/newsletter.svg) center center no-repeat, linear-gradient(90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%);
	width: 41px;
	height: 41px;
	padding: 0;
	margin: 0;
	outline: none;
	box-shadow: none;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
  	font-size: 0;
}
.newsletter .wpcf7 .wpcf7-form .wpcf7-submit:hover{
	background: url(../images/newsletter.svg) center center no-repeat, linear-gradient(-90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%);
}
.site_footer .logo_footer{
	margin-bottom: 25px;
  max-width: 160px;
}
.site_footer .rs_links{
	width: 100%;
}
.rs_links ul{
	gap: 10px;
}
.rs_links ul a{
	background: linear-gradient(90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%);
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	box-shadow: none;
	border-radius: 50%;
}
.rs_links ul a:hover{
	background: linear-gradient(-90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%) !important;
}
.site_footer .footer_bottom{
	margin-top: 70px;
}
.footer_bottom ul {
  gap: 30px;
}
.site_footer .footer_item .menu {
  gap: 10px;
}
.site_footer .footer_item .menu li {
  flex: 0 0 calc(50% - 5px);
}
.site_footer .footer_item .we_cnt{
	margin-bottom: 20px;
}
.site_footer .footer_item .we_cnt:last-child{
	margin-bottom: 0;
}
.site_footer .footer_item .we_cnt .label {
  display: block;
  width: 100%;
}

.site_banner{
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height: auto;
	min-height: 540px;
	position: relative;
	padding: 50px 0;
}
.site_banner .banner_cover{
  position: relative;
  z-index: 1;
}
.site_banner .banner_cover .desc{
  max-width: 720px;
  margin: auto;
}
.site_banner .banner_cover .link {
  margin: 20px 0 0;
}
.site_banner p:last-child{
	margin-bottom: 0;
}
.site_banner .scrolldown{
	position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.site_banner .scrolldown a{
	background: url(assets/images/scroll.svg) no-repeat center / cover;
  display: block;
  width: 35px;
  min-height: 60px;
  margin: auto;
}


/* Contac page */	

.cover_contact{

}
.wpcf7{

}
.wpcf7 .wpcf7-form{

}
.wpcf7 .wpcf7-form .row {
  	margin: -10px;
}
.wpcf7 .wpcf7-form .col-12 {
  	padding: 10px;
  	margin-bottom: 30px;
}
.wpcf7 .wpcf7-form .col-12:last-child {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form label {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 5px;
}
.wpcf7 .wpcf7-form p{
	margin: 0;
	padding: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  border-radius: 10px;
  background: #FCF6E4;
  border: none;
  padding: 10px;
  line-height: normal;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  outline: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea{
  height: 120px;
  resize: none;
}
.cover_contact{
	flex-wrap: initial !important;
}
.cover_contact .contact_left{
	width: 100%;
	padding-right: 40px;
}
.cover_contact .contact_left .title_h2 {
	margin-bottom: 20px;
	font-size: 32px;
}
.cover_contact .contact_left + .contact_right{
	min-width: 50%;
	width: 50%;
}
.cover_contact .contact_right img{
	
}
.we_avantages .title_h2 {
  margin-bottom: 40px;
}
.we_avantages_texte {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.we_avantages_texte .list_avantages .item{
  border-bottom: 1px solid rgba(216, 216, 217, 0.50);
  padding: 0 0 25px 50px;
  margin-bottom: 20px;
}
.we_avantages_texte .list_avantages .item:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.we_avantages_texte .list_avantages .title{
  color: #000;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 5px;
}
.banner_prise_rdv .box_title .desc,
.banner_prise_rdv .box_title .title_h2 {
  color: #000;
}
.we_performances{
	margin-bottom: 150px;
}
.we_performances .we_exp_elt:nth-child(2n) {
  transform: translateY(50px);
}
.we_performances .desc {
  margin: 30px 0;
}
.we_performances .we_export_explore {
  padding: 0 50px 50px 0;
}
.we_testimonial_video{

}
.we_testimonial_video .left{
	
}
.video_cover,
.site_video{
	width: 100%;
	max-width: 100%;
	height: 100%;
  object-fit: cover;
  object-position: center;
}
.video_cover{
	position: relative;
}
.video_button.playing{
	opacity: 0;
}
.video_cover:hover .play-button.playing,
.video_button{
	position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  z-index: 999;
  width: 64px;
  height: 64px;
  cursor: pointer;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}

.we_testimonial_video{

}
.we_testimonial_video .right {
  background: #F1CF70;
  position: relative;
}
.we_testimonial_video .right {
	padding: 30px calc(calc(100% - 1290px) / 2) 30px 50px;
	background: #F1CF70;
	position: relative;
}
.we_testimonial_video .right_quote {
  position: absolute;
  top: 0;
  right: 0;
}
.we_testimonial_video .right_cover {
  color: #000;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: 33px;
}
.we_testimonial_video .right_cover .name{
  font-weight: 600
}
.we_testimonial_video .right_cover .fuction{
  font-size: 16px;
  font-style: normal;
  line-height: normal
}
.we_testimonial_video .right_cover .desc {
  text-align: justify;
  margin-bottom: 40px;
}

.custom_slider_dots .container{
	position: relative;
}
.custom_slider_dots .container .slick-slider{
	position: initial;
	margin-bottom: 70px;
}
.custom_slider_dots .slick-slider .slick-arrow,
.custom_slider_dots .slick-dots{
  transform: none;
  top: calc(100% + 50px);
  gap: 0;
}
.custom_slider_dots .slick-dots{
  padding-right: 110px;
}
.custom_slider_dots .slick-dots li{
  flex: 1;
  height: 5px;
  flex: 1;
  height: 5px !important;
  margin: 0 !important;
  width: auto !important;
  background: rgba(217, 217, 217, 0.50);
}
.custom_slider_dots .slick-dots li button{
  background: inherit;
  border-radius: 0;
  height: 5px;
}
.custom_slider_dots .slick-dots li.progress-visited{
  background: #D59D37;
}
.custom_slider_dots .slick-dots {
  background: linear-gradient(to right, #f00 calc(20% * var(--progress)), #ccc 0%);
}

.custom_slider_dots .slick-dots[data-progress="1"] {
  --progress: 1;
}
.custom_slider_dots .slick-dots[data-progress="2"] {
  --progress: 2;
}
.custom_slider_dots .slick-dots[data-progress="3"] {
  --progress: 3;
}
.custom_slider_dots .slick-dots[data-progress="4"] {
  --progress: 4;
}
.custom_slider_dots .slick-dots[data-progress="5"] {
  --progress: 5;
}

.custom_slider_dots .slick-slider .slick-arrow{
	top: calc(100% + 34px);
	left: auto;
}
.we_partners .slick-slider .slick-dots,
.we_partners .slick-slider .slick-arrow{
	display: none !important;
}
.team_member{
	margin: 0 -10px;
}
.team_member .team {
	padding: 10px;
}
.team_member .team-cover {
	text-align: center;
}
.team_member .team-cover .team_image{
	margin: auto auto 15px;
	width: 164px;
	height: 164px;
	border-radius: 50%;
	overflow: hidden;
}
.team_member .team-cover .team_infos .name{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}
.team_member .team-cover .team_infos .fuction{
	color: #000;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
}
.we_essentiel_reseau{}
.we_essentiel_reseau .left_image{
	position: relative;
	padding-right: 100px;
  padding-bottom: 100px;
}
.we_essentiel_reseau .left_image .image2,
.we_essentiel_reseau .left_image .image1{
	width: 415px;
	height: 323px;
	border-radius: 15px;
	overflow: hidden;
}
.we_essentiel_reseau .left_image .image2{
	border: 5px solid #fff;
	position: absolute;
  right: 60px;
  top: 180px;
}
.we_essentiel_contact .contact_infos .texte {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.we_essentiel_contact .contact_infos .icon{
  margin-right: 5px;
}
.we_essentiel_contact .contact_infos .texte a{
  color: #000;
}
.we_essentiel_contact .contact_infos .texte a:hover{
  color: #000;
}




@media (min-width: 768px) {
  	.we_large_right .container {
		padding-left: calc(calc(100% - 690px) / 2);
	}
	.we_testimonial_video .right {
	  padding: 30px calc(calc(100% - 690px) / 2) 30px 50px;
	}
	.custom_slider_dots .slick-dots {
	  left: calc(calc(100% - 690px) / 2);
	  right: calc(calc(100% - 690px) / 2);
	}
	.custom_slider_dots .slick-slider .slick-arrow{
		right: calc(calc(100% - 690px) / 2);
	}
	.custom_slider_dots .slick-slider .slick-arrow.slick-prev{
		right: calc(calc(calc(100% - 690px) / 2) + 50px);
	}
}
@media (min-width: 992px) {
  	.we_large_right .container {
		padding-left: calc(calc(100% - 930px) / 2);
	}
	.we_testimonial_video .right {
	  padding: 30px calc(calc(100% - 930px) / 2) 30px 50px;
	}
	.custom_slider_dots .slick-dots {
	  left: calc(calc(100% - 930px) / 2);
	  right: calc(calc(100% - 930px) / 2);
	}
	.custom_slider_dots .slick-slider .slick-arrow{
		right: calc(calc(100% - 930px) / 2);
	}
	.custom_slider_dots .slick-slider .slick-arrow.slick-prev{
		right: calc(calc(calc(100% - 930px) / 2) + 50px);
	}
}
@media (min-width: 1200px) {
  	.we_large_right .container {
		padding-left: calc(calc(100% - 1110px) / 2);
	}
	.we_testimonial_video .right {
	  padding: 30px calc(calc(100% - 1110px) / 2) 30px 50px;
	}
	.custom_slider_dots .slick-dots {
	  left: calc(calc(100% - 1110px) / 2);
	  right: calc(calc(100% - 1110px) / 2);
	}

	.custom_slider_dots .slick-slider .slick-arrow{
		right: calc(calc(100% - 1110px) / 2);
	}
	.custom_slider_dots .slick-slider .slick-arrow.slick-prev{
		right: calc(calc(calc(100% - 1110px) / 2) + 50px);
	}
}
@media (min-width: 1400px) {
  	.we_large_right .container {
		padding-left: calc(calc(100% - 1290px) / 2);
	}
	.we_testimonial_video .right {
	  padding: 30px calc(calc(100% - 1290px) / 2) 30px 50px;
	}
	.custom_slider_dots .slick-dots {
	  left: calc(calc(100% - 1290px) / 2);
	  right: calc(calc(100% - 1290px) / 2);
	}
	.custom_slider_dots .slick-slider .slick-arrow{
		right: calc(calc(100% - 1290px) / 2);
	}
	.custom_slider_dots .slick-slider .slick-arrow.slick-prev{
		right: calc(calc(calc(100% - 1290px) / 2) + 50px);
	}
}
@media only screen and (max-width: 1199px) {
	.site_header .wpml-ls-menu-item, .site_header .switch_languages {
	  margin-left: 0;
	}
	#sitemenu ul {
	  gap: 10px;
	}
	.home .sticky #sitemenu ul li button, #sitemenu ul li button, .home .sticky #sitemenu ul li a, #sitemenu ul li a {
	  font-size: 13px;
	}
	.we_performances .we_export_explore {
	  padding: 0 0px 50px 0;
	}
	.we_essentiel_reseau {
	  padding-bottom: 0;
	}
	.we_essentiel_reseau .left_image {
	  padding-right: 15px;
	  padding-bottom: 0;
	}
	.we_essentiel_reseau .left_image .image2 {
	  position: relative;
	  right: 0;
	  top: -50px;
	}
	.we_on_ground .we_on_ground_cover .box_title {
	  min-width: 360px;
  	width: 360px;
  	margin-right: 20px;
	}
	.we_on_ground .we_on_ground_cover .bg_post_list {
	  width: calc(100% - 380px);
	}
	.we_partners .partners_slider .slick-list{
		margin-left: -35px;
		margin-right: -35px;
	}
	.we_partners .partners_slider .partner{
	  padding: 0 35px;
	}
}
@media only screen and (max-width: 991px) {
	#site_content {
	  padding-top: 101px;
	}
	#hero .title {
	  font-size: 30px;
	}
	.site_header {
		padding-top: 15px;
	}
	#sitemenu {
	  	position: fixed !important;
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    opacity: 0;
	    visibility: hidden;
	    z-index: 999;
	    -webkit-transition: all .75s ease;
	    -moz-transition: all .75s ease;
	    transition: all .75s ease;
	    background: rgba(0, 0, 0, 0.3);
	    display: block !important;
	}
	.stiky_menu_open #sitemenu {
	  	opacity: 1;
    	visibility: visible;
	}
	#sitemenu .sitemenu_wrapper {
	    background: #000;
	    width: 100%;
	    height: 100%;
	    webkit-transform: translateX(-100%);
	    -moz-transform: translateX(-100%);
	    transform: translateX(-100%);
	    -webkit-transition: all .75s ease;
	    -moz-transition: all .75s ease;
	    transition: all .75s ease;
	    max-width: 100%;
	    position: relative;
	    z-index: 1;
	    padding: 30px 30px 40px;
	    display: flex;
	    align-content: space-between;
	    flex-wrap: wrap;
  	}
	.stiky_menu_open #sitemenu .sitemenu_wrapper {
	    webkit-transform: translateX(0%);
	    -moz-transform: translateX(0%);
	    transform: translateX(0%);
  }

  .home .sticky #sitemenu ul li a, #sitemenu ul li a {
	  color: #fff;
	  font-size: 16px;
	}
	.header_right .header_right_cover .sitemenu_top {
	  	margin-bottom: 60px;
	}
	.header_right .header_right_cover .sitemenu_top img{
	  max-width: 130px;
	}
	.header_right .header_right_cover .site_copyright {
	  	color: #fff;
	  	text-align: center;
	  	font-size: 14px;
	  	margin-top: 30px;
	}
  	.header_right .header_right_cover .rs_links ul{
	  justify-content: center;
	}
	#menu_wrapper ul {
	  gap: 30px;
	  flex-direction: column;
	  justify-content: flex-start !important;
	  text-align: left !important;
	}
	#menu_wrapper ul li {
	  width: 100%;
	  text-align: left;
	}
	#menu_wrapper ul li .wpml-ls-menu-item {
	  display: none;
	}

	.we_on_ground.we_large_right .container {
	  max-width: 720px;
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.we_on_ground .we_on_ground_cover .box_title {
	  	width: 100%;
	    margin-right: 0;
	    min-width: auto;
	    text-align: center;
	}
	.we_on_ground .we_on_ground_cover .box_title .link {
	  	margin-top: 20px;
	  	text-align: center;
	  	justify-content: center !important;
	}
	.we_on_ground .we_on_ground_cover {
	  	flex-wrap: wrap;
	}
	.we_on_ground .we_on_ground_cover .bg_post_list {
	  	width: 100%;
	}
	.we_on_ground .we_on_ground_cover .bg_post_list_cover {
	  width: auto;
	}
	.we_on_ground .we_on_ground_cover .bg_post_item {
	  flex: auto;
	}
	.we_on_ground .bg_post_item_cover .bg_post_image {
	  height: 200px;
	}
	.site_footer .footer_item .menu {
	  	gap: 0px;
	}
	.site_footer .footer_item .menu li {
	  	flex: 100%;
	}

	.contact-page .container {
  	max-width: 720px;
  	padding-left: 15px;
  	padding-right: 15px;
	}
	.cover_contact .contact_left {
	  padding-right: 0;
	}
	.cover_contact .contact_left + .contact_right{
		display: none;
	}

	.we_export_explore .we_exp_elt_cover {
	  padding: 15px;
	}
	.we_export_genie_cover {
	  flex-direction: column-reverse;
	}
	.we_export_genie .box_title {
	  padding-right: 15px;
	  margin: 30px 0 0;
	}
	.we_export_step {
	  padding: 75px 0;
	}
	.we_export_step_list .we_step_item:nth-child(2) .we_step_item_cover {
	  padding: 134px 0;
	}
	.we_export_step_list .we_step_item:nth-child(2) .we_step_item_cover::before, .we_export_step_list .we_step_item:nth-child(2) .we_step_item_cover::after {
	  left: calc(50% - 7px);
    top: -5px;
    background: url(../images/stepmob.svg) no-repeat center;
    width: 14px;
    height: 86px;
	}
	 .we_export_step_list .we_step_item:nth-child(2) .we_step_item_cover::after {
	  top: auto;
	  bottom: -35px;
	}
	.we_performances {
	  margin-bottom: 30px;
	}
	.we_avantages .we_avantages_image {
	  margin-bottom: 40px;
	}
	.we_avantages_texte .list_avantages .item {
	  padding-left: 0;
	}
	.we_testimonial_video .we_testimonial_video_cover {
		flex-wrap: wrap;
	}
	.we_testimonial_video .left {
	  width: 100%;
	  height: 340px
	}
	.we_testimonial_video .right{
		width: 100%;
  	padding: 50px 15px;
	}
	.we_testimonial_video .right_cover {
	  max-width: 720px;
	  margin: auto;
	}
	.we_performances .row {
	  flex-direction: column-reverse;
	}
	.we_performances .cover {
	  flex-direction: initial;
	}
	.we_performances .we_exp_elt:nth-child(2n) {
	  transform: none;
	}
	.we_testimonial_video .right_cover .othor_note svg{
		width: 18px;
		height: 18px;
	}
	.we_essentiel_reseau .left_image .image2 {
	  left: 20%;
	  top: -50px;
	}
	.we_partners .partners_slider .slick-list{
		margin-left: -25px;
		margin-right: -25px;
	}
	.we_partners .partners_slider .partner{
	  padding: 0 25px;
	}
	.site_header .switch_languages.d-lg-none {
	  margin-left: 20px;
	}
}
@media only screen and (max-width: 767px) {
	#hero .title,
	.title_h2 {
		font-size: 24px;
	}
	#hero .image {
	  	min-height: 690px;
	}
	#hero .hero-item-cover{
		font-size: 18px;
	}
	.same_icons_bg {
	  	padding: 40px 0;
	}
	.testimonials .slick-slider {
		padding-bottom: 60px;
	}
	.testimonials .slick-slider .slick-arrow {
		top: auto;
		left: calc(50% - 35px);
		width: 30px;
		height: 30px;
		bottom: -15px;
	}
	.testimonials .slick-slider .slick-next.slick-arrow {
		left: calc(50% + 5px);
	}

	.we_on_ground .we_on_ground_cover .bg_post_list_cover {
	  flex-wrap: wrap !important;
	}
	.we_on_ground .we_on_ground_cover .bg_post_item{
		width: 100%;
	    margin: 0 0 20px;
	    padding: 0 10px !important;
	}
	.parallax_box {
	  padding: 100px 0;
	}
	.parallax_box .box_title .desc {
	  	font-size: 18px;
	}
	.we_partners {
	  	padding: 50px 0;
	}
	.site_footer .newsletter .cover {
	  	flex-wrap: wrap;
	}
	.site_footer .newsletter .title {
		font-size: 24px;
		max-width: 100%;
		margin: 0 0 35px;
		width: 100%;
	}
	.site_footer .newsletter .wpcf7 {
		width: 100%;
	}
	.site_footer .newsletter .wpcf7-form .wpcf7-submit{
		width: 30px;
		height: 30px;
	}
	.site_footer .rs_links{
		width: auto;
	}
	.site_footer .footer_item,
	.site_footer .footer_and_logo {
	  	margin-bottom: 20px;
	}
	.site_footer .footer_bottom {
	  	margin-top: 30px;
	}
	.site_footer .footer_bottom .right {
	  	margin-top: 15px;
	}
	.footer_bottom ul {
	  	gap: 10px;
	}
	.site_footer .footer_bottom,
	.site_footer .footer_bottom a {
	  	font-size: 14px;
	}
	.we_testimonial_video .right_cover {
	  max-width: 510px;
	}
	.we_testimonial_video .right_cover .fuction {
	  font-size: 15px;
	}
	.custom_slider_dots .slick-slider .slick-arrow {
	  left: calc(50% - 50px);
	}
	.custom_slider_dots .slick-slider .slick-arrow.slick-next {
	  left: calc(50%);
	}
	.we_essentiel_reseau .left_image .image2, .we_essentiel_reseau .left_image .image1 {
	  width: 100%;
	  height: auto;
	}
	.we_essentiel_contact {
	  padding-top: 30px;
	  padding-bottom: 50px;
	}
	.we_partners .partners_slider .slick-list{
		margin-left: -15px;
		margin-right: -15px;
	}
	.we_partners .partners_slider .partner{
	  padding: 0 15px;
	}
}
@media only screen and (max-width: 576px) {
	.we_on_ground .we_on_ground_cover .bg_post_item{
		width: 100%;
	}
	.we_on_ground .bg_post_item_cover .bg_post_image {
	    height: auto;
	}
	.we_partners .partners_slider .slick-list{
		margin-left: -10px;
		margin-right: -10px;
	}
	.we_partners .partners_slider .partner{
	  padding: 0 10px;
	}
}