/* 
 Theme Name:     ECOAZUR
 Author:         Larouche Marketing | Communications
 Author URI:     http://larouchemc.com 
 Version:        1.0 
*/ 


/* ----------- HEADER/GÉNÉRAL --------------------------- */ 
sup{
  font-size:10px;
}
#bg_dealer1{
  background-image: url('../../uploads/2020/04/image_header_page-distributors-scaled.jpg');
}
.wpcf7-list-item-label{
  padding-left:5px;
}
.fixed {
    position: fixed !important;
    top: 0;
}
#adresse_courriel{
  text-transform: unset !important;
  line-height: 120% !important;
  font-size: 1.2rem !important;
}
#adresse_postale{
  text-transform: unset !important;
}
.pas_hover:hover{
  background: #63666a !important;
}
#coordo{
  display:flex;
  flex-flow:column;
  padding: 20px 40px 0 40px !important;
}
.lien_blanc{
  color:#fff !important;
}
#coordo a{
  padding:5px 0;
}
div.wpcf7-response-output{
  max-width:1200px;
  margin:0.2em auto 1em;
}
*{
  margin:0px;
  padding:0px;
}
h1{
  font-size:45px;
  
}

h2{
  font-size:40px;
  
}
h1, h2{
  font-family: 'Barlow Condensed', sans-serif;
}
body{
	color:#63666a;
	font-family: 'Martel Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
}
p, h3{
  color:#63666a;
}
a {
  text-decoration: none;
}
p {
  margin: 15px 0;
}
body, html {
  height: 100%;
}
.bouton_langue{
  display:flex;
  align-items:flex-start;
}
.bouton_langue a{
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}
#top-header.sticky.fixed .bouton_langue{
  margin-top:10px;
}
#top-header.sticky.fixed .bouton_langue a{
  color:#63666a;
}
#top-header{
	background-color:transparent;
	top:10px !important;
   justify-content: flex-end;
  display:flex;

}
.bouton{
	
	display:block;
    font-family:'Barlow Condensed', sans-serif;
    font-weight:700;
    text-transform: uppercase;
    color:#63666a;
    font-size:26px;
    text-align:center;
     border-top: 1px solid rgba(0,0,0,0);
    margin: 4px;
    padding:10px 0;
    width:270px;
}
 .centrer_bouton{
  display:flex;
  justify-content: center;
 }
  .bouton:before{
    color: #63666a;
    content: url(../../uploads/2019/03/logo_icone_intel.png); /* code for &raquo; */
    display: block;
    float: left;
    opacity: 0;
    overflow: hidden;
    width: 0;
  }

  .bouton:hover{
    background: rgba(255,255,255,.2);
    border-radius: 4px;
    border-top: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    padding-left: 20px;
    padding-right: 20px;
  }
  .bouton:hover:before{
    opacity: 1;
    width: 70px;
  }
 .bouton, .bouton:after, .bouton:before{
    -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
 }
.bouton img{
  margin-right:10px;
}

.grey > .shaft{
   background-color: #63666a;
}
.grey-foncer > .shaft{
   background-color: #63666a;
}
.grey > .shaft:before, .the-arrow > .shaft:after, .grey-foncer > .shaft:before{
  background-color: #63666a;
}



.the-arrow {
  width: 64px;
  transition: all 0.2s;

}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 64px;
  transition-delay: 0.1s;
  
}
.the-arrow.-left.arrow-grey > .shaft{
  background-color: rgb(177,179,181);
}
.the-arrow.-left.arrow-grey-foncer > .shaft{
  background-color: #63666a;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  transition: all 0.5s;
  
}
.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.the-arrow.-right {
  top: 3px;
}
.the-arrow.-right > .shaft {
  width: 0;
  background-color: #999;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 0;
  background-color: #999;
}
.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow > .shaft {
  background-color: #fff;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow.arrow-grey > .shaft{
  background-color: rgb(177,179,181);
}
.the-arrow.arrow-grey-foncer > .shaft{
  background-color: rgb(177,179,181);
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}

.arrow-grey > .shaft:before, .arrow-grey > .shaft:after{
  background-color: rgb(177,179,181);
}
.arrow-grey-foncer > .shaft:before, .arrow-grey-foncer > .shaft:after{
  background-color: #63666a;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.grey{
  color:rgb(177,179,181) !important;
}
.grey-foncer{
  color:#63666a !important;
}
.grey-foncer:hover{
  color:#63666a !important;
}
.grey:hover{
  color:rgb(177,179,181) !important;
}
.animated-arrow {
  display: inline-block;
  color: #fff;
  font-size: 1.25em;
  
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
.animated-arrow:hover {
  color: #fff;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 140px;
  transition-delay: 0.1s;
  background-color: #fff;
}

.grey:hover > .the-arrow.-left > .shaft{
  background-color: rgb(177,179,181);
}
.grey-foncer:hover > .the-arrow.-left > .shaft{
  background-color: #63666a;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #fff;
}
.grey:hover > .the-arrow.-left > .shaft:before, .grey:hover > .the-arrow.-left > .shaft:after{
  background-color: rgb(177,179,181) !important;
}
.grey-foncer:hover > .the-arrow.-left > .shaft:before, .grey-foncer:hover > .the-arrow.-left > .shaft:after{
  background-color: #63666a !important;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}

.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight:700;
  font-size:20px;
  text-transform: uppercase;
  left:70px;
  position:relative;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}

  #top-header.sticky.fixed{
  color:black;
  background-color:white;
  height:110px;
  justify-content: flex-end;
  display:flex;
  top: 0 !important;
  align-items: center;
  z-index: 3;
  width: 100%;
}
.logo_sticky{
	width:53%;
	display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 110px;

}
.logo_sticky img{
  display:flex;
  align-self:center;
  margin-left:40px;

}
  /*-------------------------- SLIDER ----------------------------- */
  #bloc_image_slick{
    margin-bottom:8%;
  }
 /*
  .logo_principal{
  	margin-top:15px;
    margin-bottom:10px;

  }*/
  .titre_logo{
  	/*position: absolute;*/
    z-index: 11;
    /*top: 36%;
    left: 40%;*/
    font-family:'Barlow', sans-serif;
    color:#f2f2f2;
    font-weight:300;
    text-align: center;
  }
  #slider_principal{
    display:flex !important;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    position:relative;
    background-image: url('../../uploads/2019/05/header-accueil.jpg');
    height:1300px;
    background-attachment: fixed;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
  }


  /*-------------------------- MENU ----------------------------- */
#top-header {
  position: fixed;
    z-index: 3;
    width: 100%;
    align-items: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#top-header .menu {
  transition: 0.1s -webkit-transform linear;
  transition: 0.1s transform linear;
  transition: 0.1s transform linear, 0.1s -webkit-transform linear;
  position: relative;
  background: 0;
  float: right;
  margin: 1rem 2rem;
  height: 2rem;
  width: 2.8rem;
  z-index: 111;
  outline: 0;
  padding: 0;
  border: 0;
}

 .bar, .bar::before, .bar::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
  position: absolute;
  background: #f2f2f2;
  margin: auto;
  width: 100%;
  height: 0.2rem;
  content: '';
  top: 60%;
  left: 0;
  cursor:pointer;
}
#top-header.sticky.fixed .bar, #top-header.sticky.fixed .bar::before, #top-header.sticky.fixed .bar::after{

  background:#63666a;
}
#top-header.sticky.fixed .menu.active .bar::before,  #top-header.sticky.fixed .menu.active .bar::after{
  background:#f2f2f2;
}
.bar {
  margin-top: -0.2rem;
}
.bar::before {
  top: -1rem;
}
.bar::after {
  top: 1rem;
}
.bar::before, .bar::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.active .bar {
  background: 0;
}
.active .bar::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.active .bar::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.active .bar::before, .active .bar::after {
  top: 0;
}
.active .bar, .active .bar::before, .active .bar::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s;
}

#top-header nav {
  top:0;
	right:0;
  width: 350px;
  height: 100%;
  background: #63666a;
  position: fixed;
  -webkit-transform: translateX(350px);
          transform: translateX(350px);
  transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91), -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  padding-top: 6.2rem;
}
@media (max-height: 800px) {
  #top-header nav {
overflow-y: auto;
    padding-top: 0;
  }
}
#top-header .menu-open nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#top-header nav ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
#top-header nav ul li {
  padding: 5px 40px;
  font-size: 1.5rem;
  font-weight: 300;
  font-family:'Barlow', sans-serif;
}
#top-header nav ul li:hover {
  background: #4698cb;
}
#top-header nav ul li a{
	color:rgb(177,179,181);
  text-transform: uppercase;
  text-decoration: none;
}
#top-header nav ul li:hover > a{
  color:#63666a;
}

.rsociaux a img {
  -webkit-transform: scale(1);
    transform: scale(1);
    margin-right:5px;
}
.rsociaux:hover{
  background:#63666a !important;
}
.rsociaux a #fb_burger:hover, .rsociaux a #ins_burger:hover, .rsociaux a #lkd_burger:hover{
  -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


  /*-------------------------- TECHNOLOGIE ----------------------------- */
  .titre_tech p{
    width:100%;
     text-transform: uppercase;
    color:#63666a;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size:26px !important;
  }
  .zone_techno{
  	width:100%;
  	margin-top:60px;
    margin-bottom:60px;
  }
  .zone_techno .texte_techno{
  	max-width:1200px;
  	margin:0 auto;
  }
  .zone_techno .texte_techno p{
    font-size:20px;
    font-family:'Barlow', sans-serif;
    font-weight:300;
    text-align: center;
  }
  .zone_techno .texte_techno p small{
    font-size:14px;
  }
  .icones_techno{
    background-image: url('../../uploads/2019/04/filet-accueil.gif');
    background-repeat: repeat-x;
    background-position: center;
  	display:flex;
  	margin-top:40px;
    justify-content: space-between;
    margin-bottom:40px;

  }

  #changement  #benefice-gros{
    width:60%;
  }
  .icones_techno div{
  	background-image: url('../../uploads/2019/03/cercle-accueil.png');
    background-repeat: no-repeat;
    background-size: cover;
    width:300px;
    height:300px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;

  }
  .icones_techno div h4{
    text-transform: uppercase;
    color:#63666a;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size:26px;
    padding:0 10px;
  }
  
  .texte_techno h2, .realisations h2{
    text-align:center;
    color:#4698cb;
    font-family: 'Barlow', sans-serif;
    font-weight:500;

    
  }
   .zone_techno .texte_techno .bloc_explication_techno{
    display:flex;
    justify-content: space-between;
    margin-bottom:40px;
  }
   .zone_techno .texte_techno .bloc_explication_techno div{
    width:30%;
  }
   .zone_techno .texte_techno .bloc_explication_techno div h3{
    font-weight:700;
    font-family: 'Barlow', sans-serif;
  }
   .zone_techno .texte_techno .bloc_explication_techno div p{
    font-weight:300;
    font-family: 'Barlow', sans-serif;
    font-size:16px;
    text-align:left;
  }


  /*-------------------------- BENEFICES ----------------------------- */
 
  .benefices{
  	width:100%;
  }
  .benefices h2, .bloc_texte_cloud h2{
    font-weight:300;
    color:#4698cb;
    font-size:45px;
    margin-bottom:20px;
  }
  .benefices p{
    font-weight:300;
    font-size:16px;
  }
  .benefices .droite, .benefices .gauche{
  	display:flex;

  }
  .benefices .bloc_texte{
    background-color: rgb(247,247,248);
  }
  .benefices div div{
  	width:60%;
  }
  #economie{
  	background-image:url(../../uploads/2019/04/benefice-1.jpg);
  }
  #confort{
  	background-image:url(../../uploads/2019/05/benefice-2.png);
  }
  #pratique{
  	background-image:url(../../uploads/2019/04/benefice-3.jpg);
  }
  #ecologique{
  	background-image:url(../../uploads/2019/04/benefice-4.jpg);
  }
  #performance{
    background-image:url(../../uploads/2019/04/benefice-4.jpg);
  }
  .background{
  	height:550px;
  	background-size: cover;
  	background-repeat: none;
  	background-position: center;
  }
  .bloc_texte, .support, .intellinox{
    display:flex;
    flex-flow:column;
    align-items: center;
    justify-content: center;
  }
  .support{
    background-color:#4698cb;
  }
  .intellinox{
    background-color:#63666a;
  }

   .positionnement{
    width:50%;
  }
.support .positionnement h4, #dealer .texte_techno h4{
  text-transform: uppercase;
  color:#fff;
  font-weight:700;
}
.intellinox .positionnement h4{
  text-transform: uppercase;
  color:rgb(177,179,181);
  font-weight:700;
}
.intellinox .positionnement p{
  color:rgb(177,179,181);
  font-weight:300;
  font-family: 'Barlow', sans-serif;
  font-size:20px;
  margin-bottom:20px;
}
.support .positionnement p{
  color:#fff;
  font-weight:300;
  font-family: 'Barlow', sans-serif;
  font-size:20px;
  margin-bottom:20px;

}

  /*-------------------------- REALISATIONS ----------------------------- */
  
  .logos_realisations_bloc{
    display:flex;
    justify-content: space-between;
    margin:50px 0;
  }
	.logos_realisations_bloc img{
    width:12%;
    height:12%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .logos_realisations_bloc img:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  #reas{
    background-color:#f2f2f2;
    padding:40px 0;
    margin-bottom:0;
    margin-top:0;
  }
  .img_gros{
    background-attachment: fixed;
    background-image:url('../../uploads/2019/04/header-realisations.jpg');
    background-size:contain;
    background-repeat: no-repeat;
    min-height:760px;
    height:760px;
  }
  .logo-texte{
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 20px;
    height: 385px;
    justify-content: space-between;
  }
  .logo-texte .titre_logo{
    font-family: 'Barlow', sans-serif;
    font-weight:400;
    font-size:50px;
    width:50%;
    
    text-align:center;

  }
  .logo-texte .titre_logo p{
    color:#fff;
  }

#techno_bg{
  background-image: url('../../uploads/2019/05/header-technologie-2.jpg');
  background-attachment: fixed;
    background-size: contain;
   min-height: 1050px;
    height:100%;
    background-repeat: no-repeat;
}

  /*-------------------------- MEDIA ----------------------------- */
  #dealer{
    background-image:url('../../uploads/2019/05/iris-piedpage.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height:350px;
    display:flex;
    align-items: center;
    margin-bottom:0;
    margin-top:0;
  }
  #zone_texte_dealer{
    width:1500px;
    max-width:1500px;
  }
  #dealer h4{
    text-align:left;
    width:50%;
    color:#fff;
  }
  #dealer p{
    color:#fff;
    font-size:20px;
    font-family: 'Barlow', sans-serif;
    font-weight:300;
    width:50%;
    margin-bottom:20px;
    text-align:left;

  }
  #dealer .bouton{
    text-align:left;
    color:#fff;
  }
  #dealer .bouton:before{
    content:url(../../uploads/2019/03/fleche_blanche_intel.png);
  }

/*-------------------------- IntellinoxCloud ----------------------------- */
.intellinoxCloud{
  max-width:1200px;
  margin:40px auto 0 auto;
}
.intellinoxCloud h3{
  color:#63666a;
  font-family: 'Martel Sans', sans-serif;
  font-weight: 300;
  font-size:25px;
  margin-top:10px;
}
.intellinoxCloud .zone_tel{
  width:80%;
  margin:80px auto 0 auto;
  display:flex;
}
.intellinoxCloud .zone_tel .bloc_img_cloud {
  width:58%;
  display:flex;
}
.intellinoxCloud .zone_tel .bloc_texte_cloud{
  width:45%;
}

#titre_cloud{
  padding-top:20px;
}
.bloc_texte_cloud p{
  font-weight:300;
  
  font-size:16px;
  margin-bottom:20px;
}
/*-------------------------- SUPPORT/INTELLINOX ----------------------------- */
.zone_split{
  width:100%;
  display:flex;
 
}
.zone_split .intellinox, .zone_split .support{
  width:50%;
  padding:40px;
}
.img_support{
  margin-bottom:30px;
}


/*-------------------------- Technologie Page ----------------------------- */
.bloc_video{
    max-width: 1200px;
    margin: 0 auto;
}
.bloc_video h2{
  margin-bottom:30px;
  font-family: 'Barlow', sans-serif;
  color:#4698cb;
  font-weight:400;
}
.section_video_youtube{
  margin-bottom:100px;
}
#technologie_page .zone_1{
  max-width:1200px;
  margin:0 auto;
}
#technologie_page{
  margin-top:0;
}
#technologie_page .droite #image-techno,#technologie_page .droite .bloc_texte, #technologie_page .gauche #image-techno, #technologie_page .gauche .bloc_texte{
    
     width:50%;

  }
  #technologie_page .droite , #technologie_page .gauche {
    display:flex;
  }
  #technologie_page .gauche{
    margin:60px 0;
  }
  #technologie_page .positionnement{
    padding:40px 0;
    width:90%;
  }
   #technologie_page .positionnement h2{
    font-family: 'Barlow', sans-serif;
    color:#4698cb;
    font-weight:400;
   }
  #technologie_page .positionnement ul{
    list-style-type:disc;
    list-style-position: inside;
    margin-top:10px;
  }
  /*  Slide Home Header  */
.slider-tech{
  align-items:flex-start;
  display:flex;
}
 .slick-dots {
  bottom:0;
  top: 97%;  
}
.slick-slide{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%; 
  max-width: 100%;
  opacity: 1;
  transition: opacity 500ms ease-in-out;
  width: auto;
}
.slick-slide.opacidown {
  opacity: 0;
}
.slick-slide .logo_principal{
  height:50%;

}
.slick-slide img{
  height:100%;
  

  width:100%;
  width: -moz-available; 
  width: -webkit-fill-available;
  width: fill-available;
}
#technologie_page .gauche #image-techno{
    display: flex;
    align-items: center;
    justify-content: center;
}


/*-------------------------- Réalisations Page ----------------------------- */

#slider_principal #slider_titre_rea{
  color:#fff;
}
.zone_rea_principal{
  width:100%;
}
.zone_rea_principal .realisations{
  max-width:1200px;
  margin:80px auto;
  text-align:center;
}
.zone_rea_principal .realisations h2{
  margin-top:40px;
  margin-bottom:10px;
}
.zone_rea_principal .realisations h3, #ressources_page .texte-pres-doc h3{
  line-height:1.5;
}
.une_rea{
  display:flex;
}
.une_rea:nth-child(odd){
flex-flow:row;
}
.une_rea:nth-child(even){
flex-flow:row-reverse;
}
.liste_realisations{
  margin-top:80px;
}
.une_rea .images_realisations_bloc, .une_rea .textes_realisations_bloc{
  width:50%;
}
.textes_realisations_bloc{
  display:flex;
  justify-content: center;
  align-items: center;
}
.positionnement_texte_reas{
  width:50%;
  padding:20px 0;
}
.textes_realisations_bloc h3{
  
  text-align:left;
  font-family: 'Barlow', sans-serif;
  font-weight:400;
  color:#4698cb;
 font-size:40px;
 margin-bottom:10px;
  
}
.textes_realisations_bloc p{
  text-align:left;
  font-size:16px;
  line-height:1.4;
  width:100%;
  font-family: 'Barlow', sans-serif;
  font-weight:300;
}
.textes_realisations_bloc p strong{
  margin-top:10px;
  display:inline-block;
  font-family: 'Barlow', sans-serif;
  font-weight:700;
}

/*-------------------------- Documentation Page ----------------------------- */
.zone_personnes_contact{
  width:100%;
}
.personnes_contact{
  max-width:1200px;
  margin:10px auto;
  text-align:center;
}

.zone_personnes_contact .personnes_contact h2{
  margin-top:40px;
  margin-bottom:10px;
}


/*-------------------------- Formulaire ----------------------------- */
.zone_become-distri{
  background-color: #4198cc;
  width:100%;
}
.zone_become-distri .texte_distri{
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}
.zone_become-distri .texte_distri p{
  color:#fff;
  font-size:22px;
  width:60%;
  margin:0 auto;
  padding:0 0 50px 0;
}
.zone_become-distri .texte_distri h2{
  color:#fff;
  padding:50px 0 20px 0;
  font-size:45px;
}
.zone_become-distri .texte_distri p a{
  color:#fff;
}
.zone_become-distri .texte_distri p a:hover{
  font-weight:600;
}

.carte_dealers{
  position:relative;
}
.carte_dealers h2{
    position: absolute;
    z-index: 22;
    top: 100px;
    left: 88px;
    color:#4198cc;
}
.bouton_become{
  display:inline-block;
  padding:8px 80px;
  background-color: #4198cc;
  color: #fff;
  border-radius:5px;
}
.bouton_become:hover{
  font-weight:600;
}
#wpsl-result-list, #wpsl-direction-details{
  display:none;
}
.wpsl-search{
  width:33%;
  margin-bottom:0;
  background:#eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wpsl-wrap{
  display: flex;
}
.wpsl-search-btn-wrap, #wpsl-search-btn{
  float:unset !important;
}
#wpsl-search-btn{
  background-color: #4198cc;
  background-image: unset;
  border: 1px solid #4198cc !important;
  color:#fff;
  box-shadow:#4198cc;
  padding: 10px 10px;
  height:auto;
  width:100%;
  font-size:14px;
  font-weight:400;
}
.wpsl-input{
  width:98% !important;
}
.wpsl-select-wrap{
  display:none !important;
}
#wpsl-search-input{
  width:100% !important;
  border:none !important;
}
#wpsl-search-wrap{
  width:70%;
}
.zone_liste_dealers{
  max-width:1200px;
  margin:0 auto;
}
.zone_liste_dealers h2{
  color:#4198cc;
  margin-bottom:25px;
}
.bloc_amerique{
  display:flex;
  flex-wrap:wrap;
  margin-bottom:20px;
  
}
.bloc_adresse{
  width:33.3%;
  margin-bottom:30px;
}
.bloc_adresse h4{
  font-weight:600;
  padding-right:20px;
}
.bloc_adresse p{
  padding-right:20px;
}
.bloc_adresse a{
  text-transform:uppercase;
  margin-top:10px;
  display:inline-block;
}
 #asie, #europe, #moyenOrient{
  margin:50px 0;
}
#northAmerica{
  margin:10px 0 50px 0;
}
#northAmerica strong{
  margin-bottom:50px;
  display:inline-block;
}
#northAmerica strong .bleu{
  color:#4198cc;
}
.pays{
  font-size:25px;
  margin-bottom:15px;
  font-weight:600;
}


.btn_envoyer{
  max-width:1200px;
  display:flex;
  justify-content: center;
  margin:0 auto 50px auto;
}
.wpcf7{
  padding:40px 0 !important;
}
.soustit_form{
  max-width:1200px;
  margin:20px auto;
  color:#4198cc;
}
.bloc_formulaire{
  background-color: #eaeaea;
}
.infos_projet input{
  border:none;
}

.row{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  justify-content: space-around;
  width:90%;
}
.infos_projet .row{
  flex-wrap:wrap;
}
.col-md-12{
  width:100%;
  margin-top:10px;
  text-align:center;
}
.col-md-12 textarea{
  border:none;
}
.col-md-6{
  width:50%;
  margin-top:10px;
  text-align:center;
}
.col-md-3{
  width:33.33%;
  margin-top:10px;
  text-align:center;
}
.col-md-6 input {
  width:95%;
  border:none;

}
.col-md-3 label{
  display:block;
  text-align:left;
}
.col-md-6 label, .col-md-12 label{
  display:block;
  text-align:left;
}

.col-md-3 input{
  width:93%;
  border:none;
  
}
form input{
  height:25px;
  border-radius:4px;
  width:90%;
  
  
}
.infos_projet input, .infos_projet textarea{
  width:98%;

}
#trois{
  padding-bottom:20px;
}
#radio_infos_projet{
  display:flex;
}
.wpcf7-form-control-wrap.analysis-required{
  margin-left:20px;
}
span.wpcf7-list-item{
      display: inline-flex;
    width: 40px;
    align-items:center;
}
.obligatoire_bleu{
  color:#4198cc;
  font-weight:800;
  font-size:18px;
}
i.obligatoire_bleu{
  font-size:14px;
  max-width:1200px;
  margin:0 auto;
  display:block;
}
textarea{
  width:90%;
  border-radius:4px;
  border:none;
}
#upload{
  margin-bottom:20px;
}
.wpcf7-form-control.wpcf7-submit{
  width:90%;
  background-color: #4198cc;
  color:#fff;
  height:40px;
  font-weight:700;
  font-size:16px;
  border:none;
}
#formulaire{
  max-width:1200px;
  margin:50px auto;
}
.texte_formulaire #explication_form{
  width:100%;
  margin-top:20px;
  margin-bottom:20px;
  text-align: center;
  font-size: 22px;
  line-height:1.5;
}
.une_rea .images_realisations_bloc img{
  float:right;
}
.une_rea:nth-child(even) .images_realisations_bloc img{
  float:left;
}

/*--------------------------Intellinox page --------------------- */

#intellinox_gros{
  background-image: url('../../uploads/2019/05/header-intellinox-1.jpg');
}
#technologie_intel{
  text-align:center;
}
.logo_compagnie{
  margin-top:40px;
}
.paragraphe_intel{
  max-width:1200px;
  margin:0 auto 100px auto;
  display:flex;
  justify-content: space-between;
}
.paragraphe_intel p{
  width:35%;
}
.paragraphe_intel p:nth-child(3){
  color:#4698cb;
  font-size:27px;
  font-weight:600;
  line-height: 1.2;
  width:20%;
}
.texte_techno h3{
  line-height:1.5;
  text-align: center;
}

/*-------------------------- Confidentialité ----------------------------- */
#bg_confidentialite {
  background-image: url('../../uploads/2023/09/bgConfidentialite.png');
}

#confidentialite .logo-texte {
justify-content: center;
}

#confidentialite .logo-texte h1{
  font-size:40px;
  color: white;
  font-family:'Barlow', sans-serif;
  font-weight: bold;
  padding: 6% 0 20px 0;
}
#confidentialite .logo-texte h2{
  font-size:17px;
  color: white;
  font-family:'Barlow', sans-serif;
  font-weight: bold;
  padding-bottom: 5px;
}
#confidentialite .logo-texte h5{
  font-size:17px;
  color: white;
  font-family:'Barlow', sans-serif;
  font-weight:200;
}

#confidentialite .paragraphe_intel {
 flex-flow: column;
max-width: 1200px;
}



#confidentialite .paragraphe_intel p {
  width: 100%;
 }

 #confidentialite .paragraphe_intel ul {
list-style-position: inside;
 }

 #confidentialite .paragraphe_intel h3 {
 font-size: 30px;
 color: #4198cc;
 font-family: 'Barlow', sans-serif;
 font-weight: 400;
   }


/*--------------------------Ressources page --------------------- */
#slider_titre_dealer p{
  color:#fff;
}

#bg_dealer{
  background-image: url('../../uploads/2020/04/image_header_page-distributors-scaled.jpg');
}
#bg_ressources{
  background-image: url('../../uploads/2019/05/header-ressources.jpg');
}
.texte-pres-doc{
 
  text-align:center;
}
.texte-pres-doc p{
  font-size:20px;
}
#ressources_page{
  max-width:1200px;
  margin:40px auto;
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
}
.texte_formulaire{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.liste_doc_download{
  margin:40px 0;
}
.liste_doc_download .bloc_docs div div{
    padding: 12px 40px;
    text-align: center;
    background-color: #4698cb;
    margin:0 10px;
    width:270px;
}
.liste_doc_download .bloc_docs div a{
  color:#fff;
}
.liste_doc_download .bloc_docs {
  display:flex;
}
.bloc-img{
      display: flex;
    flex-flow: column;
    align-items: center;
}
/*-------------------------- FOOTER ----------------------------- */
/* PARALLAX FOOTER - IMPORTANT PART */

main{
  position: relative;
  z-index: 2;
  background-color:#fff;
  min-height: 70vh; /* sometimes needed */
  margin-bottom: 50px;
  
}

#main-footer{
  position: static;
  background: #fff;
  width:100%;
  display:flex;
  justify-content: flex-end;
  flex-flow:column;
  
}
.contenu_maj_footer{
  border-bottom:1px solid #63666a;
  max-width:90%;
  margin:0 auto;
  width:100%;
  display:flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom:30px;
}
.menu_footer_eco{
  width:50%;
}
.menu_footer_eco ul{
  display:flex;
  justify-content: center;
  list-style: none;
  flex-flow: wrap;
  gap: 10px;
}
.menu_footer_eco ul li a{
  color:#63666a;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}
.menu_footer_eco ul li a:hover{
  color:#4698cb;
}

.copyright p{
  font-size:12px;
  color:#63666a;
}

#main-footer .copyright{
  max-width:1200px;
  margin:40px auto 10px auto;
}
.logos_reseaux_sociaux{
  width:7%;
  display: flex;
  justify-content: space-between;
}
.logos_reseaux_sociaux a img{
  -webkit-transform: scale(1);
    transform: scale(1);
}
.logos_reseaux_sociaux a img:hover{
  -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*-------------------------- MOBILE ----------------------------- */
@media (max-width:2200px){
  #techno_bg{
   min-height: 900px;  
}


}
@media (max-width:1800px){
  #zone_texte_dealer{
    width:1300px;
  }
	#techno_bg{
   min-height: 750px;  
}


}
@media (max-width:1600px){
  #zone_texte_dealer {
    width: 1150px;
}
	#techno_bg{
   min-height: 650px;  
}
#technologie_page{
  margin-top:0;
}
}
@media (max-width:1400px){
  #techno_bg{
   min-height: 580px;  
}

.logo-texte .titre_logo{
  font-size:40px;
}
}

@media (max-width:1300px){
  #zone_texte_dealer {
    width: 950px;
}
  #dealer{
    height:400px;
    background-position: bottom;
  }
    #techno_bg{
   min-height: 540px;  
}
	
}



@media (max-width:1200px){
  #confidentialite .paragraphe_intel {
max-width: 70%;
   }
}


@media (max-width:1024px){
  #confidentialite .paragraphe_intel {
    max-width: 90%;
}

  .zone_liste_dealers{
    max-width:90%;
  }
  .benefices div div{
    width:80%;
  }
  .zone_techno .texte_techno{
    width:90%;
  }

  #zone_texte_dealer{
    width:80%;
  }
   #dealer{
    height:350px;
    
  }
  .logo-texte{
    height:400px;
    justify-content: center;
  }
   #techno_bg{
   min-height: 430px;  
}


.positionnement{
  width:80%;
}
.contenu_maj_footer{
  justify-content: space-around;
  flex-flow: column;
  align-items: center;
  gap: 20px;
}

.menu_footer_eco ul{
  flex-flow:column;
  text-align:center;
}

#technologie_page .droite .image-techno, #technologie_page .droite .bloc_texte, #technologie_page .gauche .image-techno, #technologie_page .gauche .bloc_texte, #technologie_page .droite #image-techno{
  width:40%;
}
#technologie_page .droite, #technologie_page .gauche{
  justify-content: center;
}
  .logo_sticky img{
    margin-left:0;
  }
  .intellinoxCloud, .zone_rea_principal .realisations{
    width:90%;
  }
  .textes_realisations_bloc{
    align-items: flex-start;
  }
  .positionnement_texte_reas{
    margin:0 0 20px 0;
    width:90%;
  }
  #intellinox_gros .logo-texte {
    height: 600px;
}
#confidentialite .paragraphe_intel{
  align-items: center;
}

#confidentialite .paragraphe_intel h4,
#confidentialite .paragraphe_intel h3{
  text-align: center;
}
.paragraphe_intel p{
  font-size:16px;
}
.paragraphe_intel p, .paragraphe_intel p:nth-child(3){
  width:90%;
}
.zone_techno .texte_techno h3{
  line-height:1.2;
}
.zone_split{
  flex-flow: column;
}
.zone_split  .support{
  width: auto;
}

.zone_split  .intellinox{
  width: auto;
}
#bg_ressources{
  background-position: right;
}
  .obligatoire_bleu,.soustit_form,.texte_formulaire #explication_form{
    width:90%;
  }
    .img_gros{
        min-height: 600px;
    height: 600px;
    background-size: cover;
    background-position: top;
  }
  .texte-pres-doc{
    width:90%;
  }
  #intellinox_gros {
    
    background-position: left;
}
.menu_footer_eco ul li a {
  font-size: 24px;
}

  

}

@media (max-width:768px){


  #wpsl-wrap{
    flex-wrap:wrap;
  }
  .wpsl-search{
    width:100%;
    padding:70px 25px 25px 25px;
  }
  .zone_become-distri .texte_distri p{
    width:70%;
  }
  .carte_dealers h2{
    top:30px;
    left:135px;
  }
  #wpsl-gmap{
    width:100%;
  }

  #techno_bg .logo-texte {
    height: 600px;
}
  .img_gros .logo-texte , #intellinox_gros .logo-texte{
    height: 600px;
}
  .positionnement_texte_reas{
    margin:30px 0;
  }
  .zone_rea_principal .realisations h3{
    font-size:18px;
  }

  .une_rea .images_realisations_bloc, .une_rea .textes_realisations_bloc{
    width:100%;
  }
  .une_rea:nth-child(even) {
    flex-flow: column;
}
.une_rea:nth-child(odd){
  flex-flow:column;
}
  #bloc_image_slick {
    margin-bottom: 45%;

}
  #zone_texte_dealer{
    width:90%;
  }
   .intellinoxCloud .zone_tel .bloc_texte_cloud{
    width:100%;
  }
  .intellinoxCloud .zone_tel{
    width:90%;
    margin:0;
    flex-flow: column-reverse;
    align-items: center;
  }
  .bloc_img_cloud{
        width: 50%;
    height: 300px;
    text-align: center;
    margin-top:20px;
  }
  
  .icones_techno div{
    width:200px;
    height:200px;
  }
  #bloc_image_slick{
    margin-top:50px;
  }
  #slider_principal{
    height:900px;
    
  }
  .img_logo_header{
    width:70%;
  }
  .logo_sticky{
    justify-content: center;
  }
  #dealer{
    height:280px;
    min-height: 250px;
  }
  #technologie_page .droite .image-techno, #technologie_page .gauche .image-techno, #technologie_page .droite #image-techno{
    text-align: center;
  }
  #technologie_page img{
    width:50%;
  }
  #technologie_page .droite .image-techno, #technologie_page .droite .bloc_texte, #technologie_page .gauche .image-techno, #technologie_page .gauche .bloc_texte, #technologie_page .droite #image-techno{
    width:100%;
  }
  #technologie_page .droite, #technologie_page .gauche{
    width:80%;
  }
  #technologie_page .droite, #technologie_page .gauche{
    margin:0 auto;
  }
  #technologie_page .droite{
    flex-flow: column;
  }
   #technologie_page .gauche{
    flex-flow: column-reverse;
   }
  #techno_bg {
    min-height: 600px;
    background-size: cover;
    background-position: left;
}
  .logo-texte{
    padding-top:0;
    justify-content: center;
  }

  .logo-texte .titre_logo{
    font-size:28px;
  }
  h1{
    font-size:35px;
  }
  h2{
    font-size:30px;
  }
  .logo_principal{
    left:25%;
  }
  
	.background{
    height:500px;
  }
  .benefices div div{
    width:80%;
  }
  .logos_realisations_bloc{
    flex-wrap: wrap;
  }
  .logos_realisations_bloc img {
    width: 30%;
    padding: 10px;
  }
  .copyright {
    width:90%;
  }
  .positionnement{
    width:90%;
  }
 
  .et_fixed_nav #top-header{
    position:fixed !important;
  }
  #top-header.sticky.fixed{
    height:130px;
  }
  .logo_sticky{
    width:65%;
    margin-top: 20px;
  }
  .logo_sticky img{
    width:80%;
  }
  #dealer h2{
    width:70%;
  }
  #dealer p{
    width:80%;
  }
  .zone_split{
    flex-wrap: wrap;
  }
  .zone_split .intellinox, .zone_split .support{
    width:100%;
    padding: 40px 0;
  }
  .contenu_maj_footer{
    flex-flow: column;
    align-items: center;
  }
  .logo_footer_ecoazur{
    width:100%;
    text-align: center;
    margin:20px 0;
  }
  .menu_footer_eco{
    width:80%;
  }
  .logos_reseaux_sociaux{
    width:100%;
    justify-content: center;
    margin:30px 0 20px 0;
  }
  .logos_reseaux_sociaux a{
    margin:0 10px;
  }
  .copyright p{
    text-align:center;
  }
  #bg_ressources{
    background-size: cover;
    min-height: 700px;
    height: 700px;
  }
  .texte-pres-doc{
    width:90%;
  }
  .benefices .droite:nth-child(1){
    flex-flow:column-reverse;
  }
  .benefices .droite:nth-child(1) div{
    width:100%;
  }
  #changement #benefice-gros{
    width: 80%;
    margin: 30px 0;
  }

	
}
@media (max-width:500px){
  .bloc_adresse{
    width:90%;
  }
  .carte_dealers h2{
    left:44px;
  }
  #wpsl-search-wrap{
    width:90%;
  }
  .logo_sticky{
    margin-top:5px;
  }
  .logo_sticky img{
    margin-left:10px;
  }
  .bouton_langue{
    align-items: center;
    margin-top:5px;
  }
  .language-switcher{
    margin-right:10px;
  }
  #menu_second{
    display: flex;
    align-items: center;
  }
  #technologie_page .positionnement ul{
    list-style-position: initial;
  }
  .animated-arrow:hover > .main {
    -webkit-transform: unset;
    transform: unset;
}
  .animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  transition-delay: unset;
}
  .animated-arrow:hover > .the-arrow.-left > .shaft{
  width:unset;
  transition-delay:unset;
}
  .zone_techno{
    margin-top:10px;
  }
  .benefices .droite:nth-child(1){
    flex-flow: column;
  }
  .wpcf7-form-control.wpcf7-submit{
    width:80%;
  }
  .col-md-3{
    width:100%;
  }
  .col-md-6{
    width:100%;
  }
  .row{
    flex-wrap:wrap;
  }
  .texte_formulaire #explication_form{
    font-size:18px;
  }
  .liste_doc_download .bloc_docs div{
        margin: 20px 10px;
  }
  .liste_doc_download .bloc_docs{
    flex-flow: column;
  }
  #ressources_page{
    margin:30px auto;
  }
  .zone_personnes_contact{
    width:90%;
  }
  .positionnement_texte_reas {
    margin: 30px 0;
}
  .liste_realisations {
    margin-top: 30px;
}
.zone_rea_principal .realisations{
  margin: 30px auto;
}
#technologie_page {
    margin-top: 0;

}
  #technologie_page img {
    width: 90%;
}
  #titre-principal_acc{
    width:90%;
    text-align:center;
  }
  #techno_bg .logo-texte{
    height:400px;
  }
  #intellinox_gros{
  background-image: url('../../uploads/2019/05/header-intellinox-m-1.jpg');
  background-position: top;
}
  #techno_bg{
  background-image: url('../../uploads/2019/05/header-technologie-m-2.jpg');
    min-height: 500px;
    background-size: contain;
    background-position: top;
}

  .img_gros{
    background-image:url('../../uploads/2019/05/header-realisations-m.jpg');
    min-height:500px;
    height:500px;
    background-size: contain;
  }
  .img_gros .logo-texte, #intellinox_gros .logo-texte{
    height:500px;
  }

  .logo-texte .titre_logo{
    width:90%;
  }
  #bg_dealer{
  background-image: url('../../uploads/2020/04/image_header_page-dealers_mobile.jpg');
}
#bg_ressources{
  background-image: url('../../uploads/2019/05/header-ressources-m.jpg');
  background-position: top;
  background-size: contain;
  min-height: unset;
  height: unset;
}
  .slick-slide .logo_principal{
    height:50%;
  }
  .logos_reseaux_sociaux a{
    padding:10px;
  }
  .logos_reseaux_sociaux{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .menu_footer_eco ul{
    flex-flow:column;
    text-align:center;
  }
  .contenu_maj_footer{
    flex-flow:column;
    align-items:center;
  }
  #reas h3{
    text-align: center;
  }
  .intellinoxCloud .zone_tel .bloc_img_cloud{
    width:100%;
    display:block;
    margin-top:20px;
  }
  .intellinoxCloud .zone_tel .bloc_texte_cloud{
    width:100%;
  }
  .intellinoxCloud .zone_tel{
    flex-flow:column-reverse;
    width:90%;
  }
  .intellinoxCloud{
     display: flex;
    flex-flow: column;
    align-items: center;
  }
  #titre_cloud{
    width:90%;
  }
  .intellinoxCloud h3{
    width:90%;
    font-size:22px;
  }
  .benefices h2{
    font-size:50px;
  }

  #technologie .texte_techno h3{
    text-align:center;
  }
  .icones_techno div{
    margin:10px 0;
    width: 280px;
    height: 280px;
  }
  .zone_techno .texte_techno .bloc_explication_techno{
    flex-wrap:wrap;
  }
  .zone_techno .texte_techno .bloc_explication_techno div{
    width:100%;
    margin-top: 20px;
  }
  .zone_techno .texte_techno .bloc_explication_techno div p{
    text-align: center;
  }
  #slider_principal{
    height:600px;
    background-image: url('../../uploads/2019/05/header-accueil-m.jpg');
  }
  h1{
    font-size:30px;
  }
 
  h3{
    font-size:18px;
  }
  #bloc_image_slick{
    width:80%;
  
  }
  .titre_logo{
    
    width:80%;
  }
  .icones_techno{
    background-image: unset;
    flex-wrap:wrap;
    justify-content: center;
  }
  .icones_techno img{
    margin:10px 0;

  }
  .bouton{
    text-align:center;
    border-radius: 3px;
    overflow: hidden;
    position: relative;

  }
  #dealer{
    height:350px;
  }
  #dealer h4{
    width:90%;
  }
  .benefices .droite{
    flex-flow:column;
  }
  .benefices .gauche{
    flex-flow:column-reverse;
  }
  .benefices div .background{
    width:100%;
  }
  .benefices div .bloc_texte{
    width:100%;
  }
  .benefices div .bloc_texte .positionnement{
    width:90%;
    margin:30px 0;
  }
  #changement #benefice-gros{
    width:90%;
  }
  .logos_realisations_bloc{
    flex-wrap:wrap;
    margin: 30px 0;
  }
  .logos_realisations_bloc img{
    width:50%;
  }
  .zone_split .intellinox, .zone_split .support{
    width:100%;
  }
  .zone_split{
    flex-flow:column;
  }
  #dealer h2{
    font-size:55px;
    width:100%;
  }
  #dealer p{
    width:100%;
  }
  .positionnement{
    width:90%;
  }


}
@media (max-width:375px){
  .img_gros{
    min-height: 400px;
    height: 400px;
  }
  .img_gros .logo-texte, #intellinox_gros .logo-texte {
    height: 400px;
}
  .contenu_maj_footer{
    padding-bottom:0;
  }
  .logo-texte .titre_logo{
    font-size:22px;
  }
  #techno_bg{
    min-height: 400px;
  }
  #top-header nav ul li{
    padding:20px 60px;
  }
  .slick-slide .logo_principal{
    height:auto;
  }
  #titre-principal_acc{
    width:100%;
  }
  .benefices div .bloc_texte .positionnement{
    margin:40px 0;
  }
  #coordo{
        padding: 20px 60px 0 60px !important;
  }
}
@media (max-width:360px){
    .slick-slide .logo_principal{
    height:40%;
  }
}
@media (max-width:320px){
  .paragraphe_intel p:nth-child(3){
    font-size: 20px;
  }
  .img_gros .logo-texte, #intellinox_gros .logo-texte {
    height: 350px;
}
  .img_gros {
    min-height: 350px;
    height: 350px;
}
  #main-footer .copyright{
        margin: 20px auto 10px auto;
  }
  .logo_sticky img {
    margin-left: 20px;
}
  .contenu_maj_footer{
    padding-bottom:0;
  }

  #dealer {
    height: 400px;
}
  .icones_techno div{
    width:260px;
    height:260px;
  }
   .slick-slide .logo_principal{
    height:35%;
  }
	.logos_realisations_bloc img{
    width:50%;
  }
  #techno_bg .logo-texte {
    height: 350px;
}
}

