.tab_espace {
  height: 50px;
}

.inline {
  display: inline-table;
}

.colonne_drap {
  width: 150px;
}

.td_recherche {
  width: 100px;
}

.logo_reboots {
  display: block;
  width: 350px;
}

.colonne_reboots01 {
  width: 470px;
  margin: 0 auto;
}

.colonne_reboots02 {
  width: 830px;
  margin: 0 auto;
}

.tab_texte_reboots {
  width: 100%;
  padding: 10px 120px 10px 120px;
}


/** fenetre modal **/

/* Décrire l'animation */
@keyframes slideDownFadeIN {
  from {
    top: -100px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

/* Foncer l'arrière-plan de la fenêtre modale */
.modal {
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999999999999999999999999999;
}

/* Afficher la fenêtre modale lorsqu'elle est ciblée par un lien supprimer */
.modal:target {
  display: table;
  position: absolute;
}

/* la fenêtre modale  */
.modal-dialog {
  display: table-cell;
  vertical-align: middle;
}

/* Le contenu de la modale */
.modal-dialog .modal-content {
  margin: auto;
  background-color: rgba(9, 14, 53, 0.8);
  position: relative;
  padding: 0;
  outline: 0;
  text-align: justify;
  width: 100%;
  max-width: 920px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  padding: 10px 20px 20px 20px;

  animation-name: slideDownFadeIN;
  animation-duration: 0.5s;
}

/* Bouton servant à fermer la fenêtre modale */
.closebtn {
  text-decoration: none;
  float: right;
  font-size: 35px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.5);
}

.closebtn:hover,
.closebtn:focus {
  text-decoration: none;
  float: right;
  font-size: 35px;
  font-weight: 200;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}


.tab_titre_modal {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 10px;
}

.modal_titre {
  font-family: 'Saira', sans-serif;
  font-size: 15px;
  text-decoration: none;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 5px;
}

.lien_pays {
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  line-height: 2px;
  text-decoration: none;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  padding-left: 10px;
}

.lien_pays:hover {
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: 300;
  color: rgba(13, 206, 191, 1);
  padding-left: 10px;
}

.display_bloc {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}






/** fin fenetre modal **/



.ensemble {
  width: 100%;
  background-color: #000;
  position: fixed;
  height: 100px;
  top: 0;
  left: 0;
  transition: top 0.6s;
  z-index: 100000000;
}



* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.margin20 {
  margin: 20px;
}


.back-to-top {
  width: 39px;
  height: 39px;
  position: fixed;
  border-radius: 20px;
  bottom: 0px;
  right: 0px;
  z-index: 100000;
  display: none;
}

.back-to-top02 {
  width: 39px;
  height: 39px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 100000;
}


.back-to-top:hover {
  background-color: rgba(135, 135, 135, 0.30);
}

.texte_blanc {
  font-family: 'Saira', sans-serif;
  font-size: 9px;
  text-decoration: none;
  font-weight: 200;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 2px;
  white-space: nowrap;
}

.texte_blanc02 {
  font-family: 'Saira', sans-serif;
  font-size: 9px;
  text-decoration: none;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1px;
  white-space: nowrap;
}

.texte_blanc03 {
  font-family: 'Saira', sans-serif;
  font-size: 15px;
  text-decoration: none;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  text-align: left;
}

.texte_bleu03 {
  font-family: 'Saira', sans-serif;
  font-size: 17px;
  text-decoration: none;
  font-weight: 500;
  color: rgba(84, 136, 174, 1);
  text-align: center;
}

.baseline {
  font-family: 'Saira', sans-serif;
  font-size: 10px;
  text-decoration: none;
  font-weight: 400;
  color: rgba(108, 148, 181, 1.00);
  letter-spacing: 8px;
  text-transform: uppercase;
  padding-top: 10px;
}


.lien_reseau {
  font-family: 'Saira', sans-serif;
  font-size: 10px;
  text-decoration: none;
  font-weight: 200;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.lien_reseau:hover {
  font-family: 'Saira', sans-serif;
  font-size: 10px;
  text-decoration: none;
  font-weight: 600;
  color: rgba(13, 206, 191, 1);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}



#top {
  position: absolute;
  top: 0px;
  text-align: center;
}


.logo_effet {
  opacity: 0.7;
}

.logo_effet:hover {
  opacity: 1;
}

.taille_logo {
  height: 35px;
}

.taille_logo02 {
  height: 27px;
}


#logo {
  width: 100%;
}

.logo {
  z-index: 123;
  float: left;
  top: 5px;
  width: 200px;
  position: relative;
}


#separateur_degrade {
  display: block;
  position: relative;
  top: 840px;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, rgb(48, 254, 201) 0%, rgb(0, 73, 255) 100%);
  z-index: 1000;
}


#separateur_degrade02 {
  display: block;
  position: relative;
  top: 634px;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, rgb(48, 254, 201) 0%, rgb(0, 73, 255) 100%);
  z-index: 1000;
}

#<strong>separateur_degrade</strong>03 {
  display: block;
  position: relative;
  top: 620px;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, rgb(48, 254, 201) 0%, rgb(0, 73, 255) 100%);
  z-index: 1000;
}

#separateur_degrade04 {
  display: block;
  position: relative;
  top: 632px;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, rgb(48, 254, 201) 0%, rgb(0, 73, 255) 100%);
  z-index: 1000;
}


#separateur_blanc {
  display: block;
  position: relative;
  top: 632px;
  width: 100%;
  height: 40px;
  background: rgb(255, 255, 255, 1);
  z-index: 100000;
}

#separateur_blanc02 {
  display: block;
  position: relative;
  top: 630px;
  width: 100%;
  height: 40px;
  background: rgb(255, 255, 255, 1);
  z-index: 100000;
}

#separateur_blanc03 {
  display: block;
  position: relative;
  top: 625px;
  width: 100%;
  height: 40px;
  background: rgb(255, 255, 255, 1);
  z-index: 100000;
}

#separateur_blanc04 {
  display: block;
  position: relative;
  top: 620px;
  width: 100%;
  height: 40px;
  background: rgb(255, 255, 255, 1);
  z-index: 100000;
}


/**  ACTUS  **/


#actus {
  display: block;
  position: relative;
  top: 840px;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 18, 1);
  z-index: 1000;
}

.titre_actus {
  width: 1300px;
  margin: 0 auto;
}

.news {
  display: block;
  width: 450px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.actus {
  width: 1150px;
  margin: 0 auto;
}

.colonne_actus01 {
  width: 300px;
  text-align: left;
  padding: 10px;
}

.colonne_actus02 {
  width: 250px;
  text-align: left;
  padding: 10px 10px 0px 10px;
}

.colonne_lueur01 {
  width: 250px;
}

.colonne_lueur02 {
  width: 250px;
}

.texte_actus {
  font-family: 'barlow', sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  color: rgba(80, 158, 181, 1);
  letter-spacing: 0px;
}

.texte_actus:hover {
  font-family: 'barlow', sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  color: rgba(125, 201, 219, 1);
  letter-spacing: 0px;
}

.img_actus {
  width: 100%;
}

.lien_plus {
  font-family: 'barlow', sans-serif;
  font-size: 11px;
  text-decoration: none;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 6px;
  text-transform: uppercase;
  padding: 3px 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}

.lien_plus:hover {
  font-family: 'barlow', sans-serif;
  font-size: 10px;
  text-decoration: none;
  font-weight: 400;
  color: rgba(125, 201, 219, 1);
  letter-spacing: 6px;
  text-transform: uppercase;
  padding: 3px 30px;
  border: 1px solid rgba(125, 201, 219, 1);
}

#saut {
  display: none;
}

/** FOOTER **/

#footer {
  display: block;
  position: relative;
  top: 620px;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 18, 1);
  z-index: 90;
}

.texte_footer {
  font-family: 'barlow', sans-serif;
  font-size: 10px;
  text-decoration: none;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1px;
  text-align: left;
}

.texte_footer_mail {
  font-family: 'barlow', sans-serif;
  font-size: 11px;
  text-decoration: none;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1px;
  text-align: left;
}

.texte_footer_mail:hover {
  font-family: 'barlow', sans-serif;
  font-size: 11px;
  text-decoration: none;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1px;
  text-align: left;
}

.mail_footer {
  font-family: 'barlow', sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mail_footer:hover {
  font-family: 'barlow', sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mail_footer02 {
  font-family: 'barlow', sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 10px;
}

.mail_footer02:hover {
  font-family: 'barlow', sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 10px;
}

.td_contacts {
  text-align: right;
}

.tab_footer {
  width: 1300px;
  margin: 0 auto;
  height: 80px;
  padding: 5px;
  background-image: url("../images/lamberet.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.colonne_mail01 {
  width: 600px;
}

.colonne_mail02 {
  width: auto;
}

.colonne_mail03 {
  width: 300px;
}

.reseaux_footer {
  width: 150px;
  opacity: 0.5;
}

/** ECOOLJET **/

#ecooljet {
  display: block;
  position: relative;
  top: 630px;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 18, 1);
  z-index: 90;
}

.texte_ecooljet {
  font-family: 'barlow', sans-serif;
  font-size: 40px;
  text-decoration: none;
  font-weight: 600;
  color: rgba(84, 136, 174, 1);
  letter-spacing: 0px;
}

/** SMART **/

#smart {
  display: block;
  position: relative;
  top: 620px;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 18, 1);
  z-index: 90;
}

.tab_smart {
  width: 1300px;
  margin: 0 auto;
}

.smart {
  width: 100%;
}

/** REGOODS **/

#regoods {
  display: block;
  position: relative;
  top: 622px;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 1);
  z-index: 90;
}

.tab_regoods {
  width: 1300px;
  margin: 0 auto;
}

.smartphone {
  display: none;
}

.titre_regoods {
  font-family: 'barlow', sans-serif;
  font-size: 40px;
  text-decoration: none;
  font-weight: 600;
  color: rgba(96, 96, 96, 1);
  letter-spacing: 0px;
  position: relative;
  top: 30px;
}


/** ERGOWALL **/

#ergowall {
  display: block;
  position: relative;
  top: 625px;
  width: 100%;
  height: auto;
  background-color: rgba(242, 244, 246, 1);
  z-index: 90;
}

.tab_ergowall {
  width: 1300px;
  margin: 0 auto;
}

.texte_ergowall {
  font-family: 'barlow', sans-serif;
  font-size: 30px;
  text-decoration: none;
  font-weight: 600;
  line-height: 40px;
  color: rgba(84, 136, 174, 1);
  letter-spacing: 0px;
}

.points {
  font-family: 'Saira', sans-serif;
  font-size: 15px;
  text-decoration: none;
  font-weight: 300;
  color: rgba(96, 96, 96, 1);
  letter-spacing: 0px;
  text-align: left;
}

.points02 {
  font-family: 'Saira', sans-serif;
  font-size: 17px;
  text-decoration: none;
  font-weight: 500;
  color: rgba(84, 136, 174, 1);
  letter-spacing: 0px;
  text-align: left;
}

.points03 {
  font-family: 'Saira', sans-serif;
  font-size: 17px;
  text-decoration: none;
  font-weight: 500;
  color: rgba(55, 170, 113, 1);
  letter-spacing: 0px;
  text-align: center;
}

.flocon {
  background-image: url("../images/fond_flocon.jpg");
  background-size: cover;
}

.flocon02 {
  background-image: url("../images/fond_flocon02.jpg");
  background-size: cover;
}


/** ENERGY **/

#energy {
  display: block;
  position: relative;
  top: 632px;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 18, 1);
  z-index: 90;
}

#energy2 {
  display: block;
  position: relative;
  top: 632px;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 1);
  z-index: 90;
}

.tab_energy {
  width: 1300px;
  margin: 0 auto;
}


.texte_energy {
  font-family: 'barlow', sans-serif;
  font-size: 30px;
  text-decoration: none;
  font-weight: 600;
  line-height: 40px;
  color: rgba(84, 136, 174, 1);
  letter-spacing: 0px;
}

.tab_energy_gauche {
  width: 650px;
  height: auto;
}

.tab_energy_droite {
  width: 650px;
  height: auto;
  text-align: center;
  padding-top: 30px;
}

#frame_energy {
  display: block;
  width: 1680px;
  height: 800px;
  border-radius: 10px;
}

.tab_energy_video {
  width: 1680px;
  margin: 0 auto;
  height: auto;
  text-align: center;
}

#frame_energy02 {
  display: block;
  width: 1680px;
  height: 900px;
  border-radius: 10px;
}

.tab_energy_video02 {
  width: 1680px;
  margin: 0 auto;
  height: auto;
  text-align: center;
}

.tab_energy_text {
  width: 800px;
  margin: 0 auto;
  height: auto;
  text-align: center;
}



.td_energy_text {
  text-align: center;
  padding: 20px;
}

.logo_energy {
  display: block;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.chevron {
  width: 30px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.bouton {
  font-family: 'barlow', sans-serif;
  font-size: 11px;
  text-decoration: none;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 10px 35px;
  border: none;
  border-radius: 5px;
  background: linear-gradient(to right, rgb(0, 73, 255) 0%, rgb(48, 254, 201) 100%);
}

.bouton:hover {
  font-family: 'barlow', sans-serif;
  font-size: 11px;
  text-decoration: none;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 10px 35px;
  border: none;
  border-radius: 5px;
  background: linear-gradient(to right, rgb(48, 254, 201) 0%, rgb(0, 73, 255) 100%);
}


/** INNOVATION **/

#innovation {
  display: block;
  position: relative;
  top: 650px;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 18, 1);
  z-index: 90;
}

.tab_innovation {
  width: 100%;
  margin: 0 auto;
}

.titre_innovation {
  font-family: 'barlow', sans-serif;
  font-size: 40px;
  text-decoration: none;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0px;
}

.lueur {
  width: 900px;
  height: 70px;
}


/** GAMME LARGE **/

#gamme_large {
  display: block;
  position: relative;
  top: 805px;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 1);
  z-index: 100;
}

.gamme_large {
  width: 1540px;
  margin: 0 auto;
}

.titre_gamme_large {
  width: 1300px;
  margin: 0 auto;
  z-index: 2000;
  position: relative;
  top: 85px;
}


/** RESEAUX SOCIAUX **/


#reseaux_sociaux {
  display: block;
  position: relative;
  top: 840px;
  width: 100%;
  height: auto;
  background-color: rgba(237, 240, 243, 1.00);
  z-index: 1000;
}

.cartouche-reseau {
  width: 270px;
  height: 40px;
  background-color: rgba(202, 211, 219, 1.00);
  border-radius: 5px 5px 05px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.degrade {
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(0, 66, 135, 0.39) 0%, rgba(0, 66, 135, 0) 70%, rgba(0, 66, 135, 0) 100%);
}

.titre_reseaux_sociaux {
  width: 1300px;
  margin: 0 auto;
}

.texte_reseaux_sociaux {
  font-family: 'barlow', sans-serif;
  font-size: 40px;
  text-decoration: none;
  font-weight: 600;
  color: rgba(9, 14, 53, 1);
  letter-spacing: 0px;
}

.tab_reseaux_sociaux {
  width: 350px;
  margin: 0 auto;
}

.picto {
  width: 50px;
  opacity: 0.2;
}

.picto:hover {
  width: 50px;
  opacity: 1;
}

.tab_iframe_reseaux {
  width: 990px;
  margin: 0 auto;
}

.td_iframe {
  width: 330px;
}

/** RESEAUX  **/

#reseaux {
  display: block;
  position: relative;
  top: 0px;
  width: 100%;
  height: auto;
  z-index: 0;
  background-color: #000000;
  margin: 0 auto;
  z-index: 2000;
}

.reseaux {
  width: 1300px;
  margin: 0 auto;
}

.colonne_gauche {
  width: 615px;
  text-align: left;
}

.colonne_millieu {
  width: 565px;
  text-align: left;
}

.colonne_droite {
  width: 150px;
  text-align: right;
}

.tab_reseaux {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}


/** GAMMES  **/

.vignette {
  height: 50px;
}

.text_vignette {
  height: 30px;
}


.titre_gammes {
  font-family: 'Saira', sans-serif;
  font-size: 9px;
  text-decoration: none;
  font-weight: 600;
  color: rgba(0, 45, 89, 1);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.titre_gammes:hover {
  font-family: 'Saira', sans-serif;
  font-size: 9px;
  text-decoration: none;
  font-weight: 800;
  color: rgba(13, 206, 191, 1);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

#gammes {
  display: block;
  position: relative;
  top: 0px;
  width: 100%;
  height: auto;
  z-index: 0;
  background-color: #ffffff;
  margin: 0 auto;
  z-index: 1000;
}

.gammes {
  width: 1200px;
  margin: 0 auto;
}

.colonne_gamme01 {
  width: 200px;
}

.colonne_gamme02 {
  width: 230px;
}

.colonne_gamme03 {
  width: 320px;
}

.colonne_gamme04 {
  width: 320px;
}

.img_gammes {
  height: 50px;
}



/** MENU **/

#tab_search {
  z-index: 123;
  float: left;
  top: 0px;
  position: relative;
  padding: 0px 20px 0px 20px;
}

.tab_search {
  text-align: left;
  padding-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.recherche {
  font-family: 'Saira', sans-serif;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;

}


#menu {
  display: block;
  position: absolute;
  top: 150px;
  width: 100%;
  height: auto;
  z-index: 10000;
}


header {
  position: relative;
  width: 100%;
  background-color: rgba(9, 14, 53, 0.8);
  z-index: 1000;
}

nav {
  position: relative;
  width: 1330px;
  margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  line-height: 1;
  list-style: none;
}

#cssmenu:after,
#cssmenu>ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}

#cssmenu #head-mobile {
  display: none;
}

#cssmenu {
  font-family: 'Saira', sans-serif;
  font-weight: 200;
}

#cssmenu>ul>li {
  float: left;
  width: auto;
}

#cssmenu>ul>li>a {
  padding: 20px 19px 20px 19px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}



#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
  font-family: 'Saira', sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(13, 72, 129, 0.8);
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}




#cssmenu>ul>li.has-sub:hover>a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu ul ul li {
  height: 0;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu ul ul li:hover {
  height: 0;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu li:hover>ul {
  left: auto;
}

#cssmenu li:hover>ul>li {
  height: 35px;
}

#cssmenu ul ul ul {
  top: 0;
  margin-left: 100%;
}

#cssmenu ul ul li a {
  width: auto;
  padding: 12px 25px;
  border-bottom: 1px solid rgba(0, 75, 138, 1);
  text-decoration: none;
  font-family: 'Saira', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: rgba(0, 75, 138, 1);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  color: rgba(0, 75, 138, 1);
  font-weight: 600;

}

#cssmenu ul ul li.has-sub>a:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  background: #ddd;
}

#cssmenu ul ul li.has-sub>a:before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  right: 14px;
  width: 2px;
  height: 8px;
  background: #ddd;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
  border-top: 1px solid #333;
}

#tab_transfert {
  width: 240px;
}

@media (max-width: 1600px) {
  #frame_energy {
    display: block;
    aspect-ratio: 16 / 9;
    width: 90%;
    /* change this to a fixed width, or create a container with a width. */
    height: 100%;
  }
}

@media (max-width: 1300px) {

  .actus {
    width: 1000px;
    margin: 0 auto;
  }

  .texte_blanc02 {
    display: none;
  }

  /** ENERGY video **/

  #frame_energy {
    aspect-ratio: 16 / 9;
    width: 90%;
    /* change this to a fixed width, or create a container with a width. */
    height: 100%;
  }

  #frame_energy02 {
    display: block;
    aspect-ratio: 16 / 9;
    width: 90%;
    /* change this to a fixed width, or create a container with a width. */
    height: 100%;
  }

  .tab_energy_video {
    width: 1000px;
    margin: 0 auto;
    height: auto;
    text-align: center;
  }

  .tab_energy_text {
    width: 1000px;
    margin: 0 auto;
    height: auto;
    text-align: center;
  }

  .td_energy_text {
    text-align: center;
    padding: 45px 200px 0px 200px;
  }

  .logo_energy {
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }


  /** FOOTER **/

  .tab_footer {
    width: 1000px;
  }

  .colonne_mail01 {
    width: 500px;
  }

  /** REGOODS **/


  .tab_regoods {
    width: 1000px;
    margin: 0 auto;
  }

  .titre_regoods {
    font-size: 35px;
  }

  .logo_reboots {
    display: block;
    width: 300px;
  }

  .colonne_reboots01 {
    width: 350px;
    margin: 0 auto;
  }

  .colonne_reboots02 {
    width: 830px;
    margin: 0 auto;
  }

  .tab_texte_reboots {
    width: 100%;
    padding: 10px 60px 10px 60px;
  }


  /** SMART **/

  .tab_smart {
    width: 1000px;
    margin: 0 auto;
  }



  /** ERGOWALLY **/

  .tab_ergowall {
    width: 1000px;
    margin: 0 auto;
  }

  .texte_ergowall {
    font-family: 'barlow', sans-serif;
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
    line-height: 40px;
    color: rgba(84, 136, 174, 1);
    letter-spacing: 0px;
  }

  .points point02 {
    font-size: 14px;
  }


  /** ECOOLJET **/

  .texte_ecooljet {
    font-size: 30px;
  }

  /** ENERGY **/


  .tab_energy {
    width: 1000px;
    margin: 0 auto;
  }



  .tab_energy_gauche {
    width: 500px;
    height: auto;
  }

  .tab_energy_droite {
    width: 500px;
    height: auto;
    text-align: center;
  }

  .bouton {
    font-size: 9px;
    padding: 10px 25px;
  }

  .bouton:hover {
    font-size: 9px;
    padding: 10px 25px;
  }

  .chevron {
    width: 25px;
    padding-top: 30px;
    padding-bottom: 20px;
  }


  /** GAMME LARGE **/

  .gamme_large {
    width: 1000px;
    margin: 0 auto;
  }

  .titre_gamme_large {
    width: 1000px;
    margin: 0 auto;
    z-index: 2000;
    position: relative;
    top: 85px;
  }



  .titre_reseaux_sociaux {
    width: 100%;
  }

  .reseaux {
    width: 100%;
    margin: 0 auto;
  }


  .titre_actus {
    width: 100%;
    margin: 0 auto;
  }

  #logo {
    width: 85%;
  }

  .logo {
    z-index: 123;
    float: left;
    top: 9px;
    width: 200px;
    position: relative;
  }

  nav {
    position: relative;
    width: 1150px;
    margin: 0 auto;
  }

  #cssmenu>ul>li>a {
    padding: 20px 10px 20px 10px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 100;
    color: #fff;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
  }





}



@media (max-width:1000px) {


  .ensemble {
    width: 100%;
    background-color: #000;
    position: fixed;
    height: 100px;
    top: 0;
    left: 0;
    transition: top 0.8s;
    z-index: 100000000;
  }

  .td_recherche {
    display: none;
    width: 500px;
  }


  .texte_blanc03 {
    font-family: 'Saira', sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
  }


  .display_bloc {
    display: block;
    border-radius: 0px;
    padding-bottom: 10px;
  }


  .colonne_drap {
    display: block;
    width: 100% !important;
  }

  .modal-dialog .modal-content {
    width: 50%;
  }



  /** ENERGY video **/

  #frame_energy {
    display: block;
    aspect-ratio: 16 / 9;
    width: 90%;
    /* change this to a fixed width, or create a container with a width. */
    height: 100%;
  }

  #frame_energy02 {
    display: block;
    aspect-ratio: 16 / 9;
    width: 90%;
    /* change this to a fixed width, or create a containercontainer with a width. */
    height: 100%;
  }

  .tab_energy_video {
    width: 100%;
    margin: 0 auto;
    height: auto;
    text-align: center;
  }

  .tab_energy_text {
    width: 100%;
    margin: 0 auto;
    height: auto;
    text-align: center;
  }

  .td_energy_text {
    text-align: center;
    padding: 45px 20px 0px 20px;
  }

  .logo_energy {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }



  /** FOOTER **/

  #footer {
    top: 370px;
  }

  .texte_footer {
    font-family: 'barlow', sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
    text-align: center;
  }

  .mail_footer {
    font-family: 'barlow', sans-serif;
    font-size: 8px;
    text-decoration: none;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
  }

  .mail_footer:hover {
    font-family: 'barlow', sans-serif;
    font-size: 8px;
    text-decoration: none;
    font-weight: 800;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
  }

  .mail_footer02 {
    font-family: 'barlow', sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-right: 10px;
  }

  .mail_footer02:hover {
    font-family: 'barlow', sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-right: 10px;
  }

  .td_contacts {
    text-align: center !important;
  }

  .tab_footer {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .colonne_mail01 {
    width: 100%;
    display: block;
    text-align: center;
  }

  .colonne_mail02 {
    width: 100%;
    display: block;
    text-align: center;
  }

  .colonne_mail03 {
    width: 100%;
    display: block;
    text-align: center !important;
  }

  .reseaux_footer {
    width: 200px;
    opacity: 0.5;
    text-align: center !important;
    margin: 0 auto !important;
  }


  header {
    background-color: rgba(9, 14, 53, 1);
  }

  /** REGOODS **/

  #regoods {
    top: 370px;
  }

  .tab_regoods {
    width: 90%;
    margin: 0 auto;
  }

  .display {
    display: none;
  }

  .smartphone {
    display: block;
  }

  .titre_regoods {
    font-family: 'barlow', sans-serif;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    color: rgba(96, 96, 96, 1);
    letter-spacing: 0px;
    position: relative;
    top: 20px;
  }

  .logo_reboots {
    display: block;
    width: 70%;
  }

  .colonne_reboots01 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .colonne_reboots02 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .tab_texte_reboots {
    width: 100%;
    padding: 10px 10px 10px 10px;
  }


  #separateur_blanc {
    top: 235px;
  }

  #separateur_blanc02 {
    top: 230px;
  }

  #separateur_blanc03 {
    top: 232px;
  }

  #separateur_blanc04 {
    top: 230px;
  }


  /** SMART **/

  #smart {
    top: 232px;
  }

  .tab_smart {
    width: 100%;
  }

  .smart {
    width: 90%;
    padding-top: 20px;
  }





  /** ERGOWALLY **/


  #ergowall {
    top: 232px;
  }

  .tab_ergowall {
    width: 100%;
  }

  .texte_ergowall {
    font-family: 'barlow', sans-serif;
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
    line-height: 40px;
    color: rgba(84, 136, 174, 1);
    letter-spacing: 0px;
  }

  .points point02 {
    font-size: 13px;
  }




  /** ECOOLJEY **/

  #ecooljet {
    top: 236px;
  }

  .texte_ecooljet {
    font-size: 25px;
  }



  /** ENERGY **/

  #energy {
    top: 370px;
  }

  #energy2 {
    top: 370px;
  }

  .tab_energy {
    width: 100%;
  }

  .texte_energy {
    font-family: 'barlow', sans-serif;
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
    line-height: 40px;
    color: rgba(84, 136, 174, 1);
    letter-spacing: 0px;
  }

  .tab_energy_gauche {
    width: 100%;
    height: auto;
    display: block;
  }

  .tab_energy_droite {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 30px;
    padding-bottom: 0px;
  }


  /** INNOVATION **/

  #innovation {
    top: 390px;
  }

  .tab_innovation {
    width: 100%;
    margin: 0 auto;
  }

  .titre_innovation {
    font-size: 20px;
  }

  .lueur {
    width: 100%;
    height: 40px;
  }


  /** GAMME LARGE **/

  #gamme_large {
    top: 390px;
  }

  .gamme_large {
    width: 100%;
    margin: 0 auto;
  }

  .titre_gamme_large {
    width: 100%;
    margin: 0 auto;
    z-index: 2000;
    position: relative;
    top: 20px;
  }


  .tab_iframe_reseaux {
    width: 100%;
    margin: 0 auto;
  }


  .td_iframe {
    display: block;
    width: 270px;
    margin: 0 auto;
    padding-bottom: 30px;
  }


  #reseaux_sociaux {
    top: 400px;
  }


  .texte_reseaux_sociaux {
    font-family: 'barlow', sans-serif;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    color: rgba(9, 14, 53, 1);
    letter-spacing: 0px;
  }

  .tab_reseaux_sociaux {
    width: 90%;
    margin: 0 auto;
  }

  .picto {
    width: 40px;
    opacity: 0.2;
  }

  .picto:hover {
    width: 40px;
    opacity: 1;
  }




  .actus {
    width: 100%;
    margin: 0 auto;
  }

  .colonne_actus01 {
    width: 60%;
    display: block;
    margin: 0 auto;
  }

  .colonne_actus02 {
    width: 60%;
    display: block;
    margin: 0 auto;
  }


  #saut {
    display: block;
    width: 100%;
    height: 10px;
  }


  .colonne_lueur01 {
    width: 60%;
    display: block;
    margin: 0 auto;
  }

  .colonne_lueur02 {
    display: none;
  }



  .news {
    width: 100%;
    padding: 30px 0px 30px;
    0px;
  }


  #separateur_degrade {
    top: 400px;
  }

  #separateur_degrade02 {
    top: 370px;
  }

  #separateur_degrade03 {
    top: 370px;
  }

  #separateur_degrade04 {
    top: 370px;
  }


  #actus {
    top: 400px;
  }

  .vignette {
    height: 50px;
  }

  .text_vignette {
    height: 20px;
  }


  #reseaux {
    display: block;
    top: 45px;
  }

  #gammes {
    display: block;
    top: 40px;
  }

  .texte_blanc02 {
    display: none;
  }


  /** GAMMES  **/

  .gammes {
    width: 80%;
    margin: 0 auto;
  }

  .colonne_gamme01 {
    width: 100%;
    display: block;
  }

  .colonne_gamme02 {
    width: 100%;
    display: block;
  }

  .colonne_gamme03 {
    width: 100%;
    display: block;

  }

  .colonne_gamme04 {
    width: 100%;
    display: block;
  }

  .img_gammes {
    height: 50px;
  }


  .taille_logo {
    height: 25px;
  }

  .taille_logo02 {
    height: 20px;
  }


  .tab_reseaux {
    margin: 0 auto !important;
  }


  .reseaux {
    width: 100%;
    margin: 0 auto;
  }


  .texte_blanc {
    font-family: 'Saira', sans-serif;
    font-size: 8px;
    text-decoration: none;
    font-weight: 200;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    top: -3px;
  }


  .lien_reseau {
    font-family: 'Saira', sans-serif;
    font-size: 8px;
    text-decoration: none;
    font-weight: 200;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    top: -3px;
  }

  .lien_reseau:hover {
    font-family: 'Saira', sans-serif;
    font-size: 8px;
    text-decoration: none;
    font-weight: 600;
    color: rgba(13, 206, 191, 1);
    letter-spacing: 0px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    top: -3px;

  }


  .colonne_gauche {
    width: 100%;
    text-align: center;
    display: block;
  }

  .colonne_millieu {
    width: 100%;
    text-align: center;
    display: block;
  }

  .colonne_droite {
    width: 100%;
    text-align: center;
    display: block;
    padding-bottom: 10px;
  }


  .back-to-top {
    width: 39px;
    height: 39px;
    position: fixed;
    border-radius: 20px;
    bottom: 0px;
    right: 0px;
    z-index: 100000;
    display: none;
  }





  .back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.30);
  }



  #menu {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
  }



  #logo {
    width: 85%;
  }

  .logo {
    float: none;
    position: absolute;
    top: 5px;
    width: 220px;
    left: 10px
  }



  nav {
    width: 100%;
  }

  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    display: none;
    width: 100%;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #999999;
  }

  #cssmenu ul li:hover {
    background: rgba(13, 72, 129, 0.8);
  }

  #cssmenu ul ul li,
  #cssmenu li:hover>ul>li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }

  #cssmenu>ul>li {
    float: none;
  }

  #cssmenu>ul>li>a {
    padding: 17px;
    text-align: left;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }

  #cssmenu ul ul li {
    background: rgba(255, 255, 255, 1) !important;
  }

  #cssmenu ul ul li:hover {
    background: rgba(13, 72, 129, 0.8) !important;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #072F42;
    background: none;
  }

  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li.active>a {
    color: #fff;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #cssmenu>ul>li.has-sub>a:after,
  #cssmenu>ul>li.has-sub>a:before,
  #cssmenu ul ul>li.has-sub>a:after,
  #cssmenu ul ul>li.has-sub>a:before {
    display: none;
  }

  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    font-size: 12px;
    font-weight: 700;
    color: #ddd;
  }

  .button {
    z-index: 12399994;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 46px;
    cursor: pointer;
  }

  .button:after {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    right: 20px;
    width: 20px;
    height: 4px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
  }

  .button:before {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    width: 20px;
    height: 2px;
    background: #ddd;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }

  .button.menu-opened:after {
    top: 23px;
    width: 19px;
    height: 2px;
    border: 0;
    background: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .button.menu-opened:before {
    top: 23px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    display: block;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    border-left: 1px solid #999999;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: rgba(2, 18, 30, 0.7);
  }

  #cssmenu ul ul .submenu-button {
    width: 34px;
    height: 34px;
  }

  #cssmenu .submenu-button:after {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    background: #ddd;
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }

  #cssmenu .submenu-button:before {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    right: 22px;
    width: 2px;
    height: 8px;
    background: #ddd;
  }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }

  #cssmenu ul ul ul li.active a {
    border-left: none;
  }

  #cssmenu>ul>li.has-sub>ul>li.active>a,
  #cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: none;
  }

  #baseline {
    display: none;
  }


}


@media (max-width:700px) {

  .baseline {
    letter-spacing: 3px;
  }

  .picto {
    width: 80%;
    opacity: 1;
  }

  .picto:hover {
    width: 80%;
    opacity: 0.5;
  }

  .display_reseau {
    display: none;
  }

  .tab_espace {
    height: 0px;
  }

  .ensemble {
    position: absolute;
    transition: none;
  }

  .logo_smart {
    width: 50% !important;
  }

  .logo_ergowall {
    width: 70% !important;
  }

  .logo_ecooljet {
    width: 60% !important;
  }

  .modal-dialog .modal-content {
    width: 80%;
  }

  .tab_footer {
    background-image: url("../images/lamberet.png");
    background-repeat: no-repeat;
    background-size: 2500px;
  }