@charset "utf-8";

/* ////////////////////////////GENERAL////////////////////////////*/

body {
  margin: 0;
  background-color: #e5e5e5;
}

.contact-banner {
  display: none;
}

footer {
  margin-bottom: 0;
}

.brands { 
  padding-top: 0;
  width: 100%;
  max-width: 100%;
  padding-bottom: 10px;
  background: url(images/background.jpg) no-repeat center bottom 80%;
  background-size: 120%;
  background-attachment: fixed;
}

.brands .breadcrumb {
  margin: 0 auto;
  background-color: #e5e5e5;
  padding-top: 10px;
  padding-bottom: 12px;
}

.brands .breadcrumb ul {
  max-width: 1210px;
  margin: 0 auto;
  width: 100%;
}

.brands .breadcrumb ul li {
  display: inline-block;
}

.brand* {
  margin: 0;
  padding: 0;
  border :0;
}

.brand {
  color: #0b1c4a;
  padding-top: 0;
  font-family: "Atkinson Hyperlegible Next", sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0px !important;
}

.brand article {
  padding-bottom: 60px;
}

.brand article div.content {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
}

.brand article h2 {
    font-family: "Atkinson Hyperlegible Next", sans-serif;
    font-size: 50px;
    max-width: 920px;
    margin: 0 auto 30px auto;
    line-height: 55px;
    color: #0b204a;
    font-weight: 600;
    text-transform: initial;
}

/* ////////////////////////////BRAND//////////////////////////// */

.brand-resume {
  background-color: #e5e5e5;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-bottom: 50px;
  padding-top: 0px;
}

.brand-resume p {  
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 21px;
  font-size: 13px;
}

.brand-resume strong {
  font-weight: 600;
}

.brand-resume .logo {
  padding-top: 22px;
}

.brand-resume div {
  background-color: #ffffff;
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
     
  color: #505050;
  font-size: 13px;
 text-align: justify;
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 33px;
}


/* ////////////////////////////ONDULEUR 3P//////////////////////////// */

.brand article.onduleur-3P {
  background-color: #e5e5e5;
}

.brand article.onduleur-3P div.content {
  background: url(images/background-bloc.jpg) no-repeat center center;
  background-size: 100%;
  width: 100%;
  border-radius: 12px;
  position: relative;
  max-height: 400px;
}

.brand article.onduleur-3P div.content a {
  display: inline-block;
  width: 50%;
  height: auto;
  max-height: 400px;
}

.brand article.onduleur-3P div.content a img {
  position: relative;
  top: -10px;
  transition: all 0.5s ease;
  width: 90%;
  max-width: 560px;
}

.brand article.onduleur-3P div.content a:hover img {
  transform: scale(0.98);
}

.brand article.onduleur-3P div.content div.float {
  float: right;
  margin-top: 30px;
  width: 50%;
}

.brand article.onduleur-3P div.content div.float img {
  width: 90%;
  max-width: 580px;
}

.brand article.onduleur-3P div.content div.float a {
  display: block;
  background-color: #ffffff;
  border-radius: 50px;
  color: #0b204a;
  max-width: 160px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 12px 20px 10px 20px;
  text-decoration: none;
  margin: 5px auto 0 auto;
  margin-top: 20px;
  transition: all 0.5s ease;
}

.brand article.onduleur-3P div.content div.float a:hover {
  background-color: rgba(4, 139, 220, 1);
  color: #ffffff;
}


/* ////////////////////////////ONDULEUR NEW GEN//////////////////////////// */

.brand article.onduleur-new-gen {
  background-color: #e5e5e5;
}

.brand article.onduleur-new-gen div.content {
  background: url(images/background-bloc-invert.jpg) no-repeat center center;
  background-size: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.brand article.onduleur-new-gen div.content h3 {
  font-size: 35px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin: 10px auto 0 auto;
  max-width: 420px;
}

.brand article.onduleur-new-gen div.content div.float {
  overflow: hidden;
  float: left;
  max-width: 605px;
  width: 48%;
}

.brand article.onduleur-new-gen div.content div div:nth-child(2) {
  float: left;
  width: 50%;
}

.brand article.onduleur-new-gen div.content div div:nth-child(3) {
  float: right;
  width: 50%;
}

.brand article.onduleur-new-gen div.content div a:nth-child(1)  {
  display: block;
}

.brand article.onduleur-new-gen div.content div a img:last-child  {
  width: 100%;
}

.brand article.onduleur-new-gen div.content div a:nth-child(1) img {
  transition: all 0.5s ease;
}

.brand article.onduleur-new-gen div.content div a:nth-child(1):hover img {
  transform: scale(0.98);
} 

.brand article.onduleur-new-gen div.content div a:nth-child(1) img {
 float: none; 
}

.brand article.onduleur-new-gen div.content div a:nth-child(2) {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50px;
  color: #0b204a;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 12px 30px 8px 30px;
  text-decoration: none;
  transition: all 0.5s ease;
  line-height: 15px;
}

.brand article.onduleur-new-gen div.content div a:nth-child(2) span {
  font-weight: 500;
  font-size: 12px;
}

.brand article.onduleur-new-gen div.content div a:nth-child(2):hover {
  background-color: rgba(4, 139, 220, 1);
    color: #ffffff;
}


.brand article.onduleur-new-gen div.content img:last-child {
  float: right;
  width: 50%;
  max-width: 605px;
}

/* ////////////////////////////SOLUTIONS//////////////////////////// */


.brand article.solutions {
  background-color: #e5e5e5;
}


.brand article.solutions div.content div.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 10px 10px;
  justify-content: center;
  align-items: stretch;
}

.brand article.solutions div.content div.flex div {
  position: relative;
  border-radius: 12px;
  flex: 1 1 300px;
  height: 460px;
  padding: 15px;
}

.brand article.solutions div.content div.flex div:before {
  content: "";
  display: block;
  width: 100%; 
  height: 200px;
  border-radius: 12px;
  background: linear-gradient(180deg,rgba(26, 55, 72, 0.95) 0%, rgba(26, 55, 72, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.brand article.solutions div.content div.flex div:after {
  content: "";
  display: block;
  width: 100%; 
  height: 200px;
  border-radius: 12px;
  background: linear-gradient(0deg,rgba(26, 55, 72, 0.95) 0%, rgba(26, 55, 72, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.brand article.solutions div.content div.flex div:nth-child(1) {
  background: url(images/background-solutions-01.jpg) no-repeat -200px -150px;
  background-size: 270%;
}

.brand article.solutions div.content div.flex div:nth-child(2) {
  background: url(images/background-solutions-02.jpg) no-repeat -200px -40px;
  background-size: 200%;
}

.brand article.solutions div.content div.flex div:nth-child(3) {
  background: url(images/background-solutions-03.jpg) no-repeat center center;
  background-size: 230%;
}

.brand article.solutions div.content div.flex div h3 {
   color: #ffffff;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 25px;
   margin: 0;
   position: relative;
   z-index: 3;
}

.brand article.solutions div.content div.flex div ul {
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 3;
  bottom: 15px;
  width: calc(100% - 30px);
}

.brand article.solutions div.content div.flex div ul li {
  padding-bottom: 10px;
}

.brand article.solutions div.content div.flex div ul li:last-child {
  padding-bottom: 0px;
}

.brand article.solutions div.content div.flex div ul li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: rgba(4, 139, 220, 0.55);
  font-style: normal;
  line-height: 16px;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.5s ease;
}

.brand article.solutions div.content div.flex div ul li a:hover {
  background-color: rgba(4, 139, 220, 1);
}

/* ////////////////////////////PRODUITS//////////////////////////// */

.brand article.produits {
  background-color: #0b204b;
  /*background: linear-gradient(180deg,rgba(11, 32, 74, 1) 0%, rgba(11, 32, 74, 1) 60%, rgba(11, 32, 74, 0) 100%);*/
  padding-top: 30px;
}

.brand article.produits div.content h2 {
  color: #ffffff;
}

.brand article.produits div.content div.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 12px 10px;
  justify-content: center;
  align-items: stretch;
}

.brand article.produits div.content div.flex div {
  border-radius: 12px;
  flex: 1 1 300px;
}

.brand article.produits div.content div.flex div {
  border-radius: 12px;
  padding-top: 10px;
  flex: 1 1 300px;
}

.brand article.produits div.content div.flex div:nth-child(1) {
  background: #ffffff url('images/background-produits-01.jpg') no-repeat center top;
  background-size: 100%;
}

.brand article.produits div.content div.flex div:nth-child(2) {
  background: #ffffff url('images/background-produits-02.jpg') no-repeat center top;
  background-size: 100%;
}

.brand article.produits div.content div.flex div:nth-child(3) {
  background: #ffffff url('images/background-produits-03.jpg') no-repeat center top;
  background-size: 100%;
}

.brand article.produits div.content div.flex div:nth-child(4) {
  background: #ffffff url('images/background-produits-04.jpg') no-repeat center top;
  background-size: 100%;
}

.brand article.produits div.content div.flex div:nth-child(5) {
  background: #ffffff url('images/background-produits-05.jpg') no-repeat center top;
  background-size: 100%;
}

.brand article.produits div.content div.flex div:nth-child(6) {
  background: #ffffff url('images/background-produits-06.jpg') no-repeat center top;
    background-size: 100%;
}

.brand article.produits div.content div.flex div a img {
  transition: all 0.5s ease;
}

.brand article.produits div.content div.flex div a:hover img {
  transform: scale(0.98);
} 

.brand article.produits div.content div.flex div > div {
  background: #ffffff !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 12px;
  padding-bottom: 20px;
}

.brand article.produits div.content div.flex div > div h3 {
  max-width: 75%;
  color: #0b204a;;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0px auto 15px auto;
  padding-top: 20px;
  min-height: 64px;
}


.brand article.produits div.content div.flex div > div p {
  max-width: 75%;
  margin: 0 auto;
  min-height: 54px;
}

.brand article.produits div.content div.flex div > div a {
  display: inline-block;
  background-color: #0b204a;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-top: 20px;
  transition: all 0.5s ease;
}

.brand article.produits div.content div.flex div > div a:hover {
    background-color: rgba(4, 139, 220, 1);
}

/* ////////////////////////////EATON//////////////////////////// */

.brand article.eaton {
  padding-top: 30px;
}

.brand article.eaton div.content {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 40px 0;
}

.brand article.eaton div.content p {
  max-width: 960px;
  margin: 40px auto 0 auto;
  font-size: 22px;
  font-weight: 500;
}

/* ////////////////////////////RESPONSIVE//////////////////////////// */

@media screen and (max-width: 1270px) {
  .brand article.onduleur-3P {
    padding-top: 60px;
  }

    .sbloc {
        padding: 0 20px !important;
        background-color: rgba(255, 255, 255, 0); !important;
    }

    .sbloc div {
      background-color: #fff;
    }

    .brand-resume {
      background-color: #e5e5e5;
    }

    .brand-products h2 {
      background-color: #fff;
    }

    .brand-products ul {
      background-color: #fff;
    }
}

@media screen and (max-width: 1240px) {

  .main {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .brands .breadcrumb {
    padding-left: 20px !important;
  }

  .brand article.onduleur-3P {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand article.onduleur-3P div.content {
    overflow: hidden;
    max-height: none;
  }

  .brand article.onduleur-3P div.content div.float {
    margin-top: 40px;
  }

  .brand article.onduleur-3P div.content a {
    max-height: none;
  }

  .brand article.onduleur-3P div.content a img {
    display: block;
    margin: 0 auto;
    position: static;
    padding-top: 20px;
    width: 80%;
    top: 0;
    display: block;
  }

  .brand article.onduleur-new-gen {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand article.eaton {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand article div.content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .brand article.onduleur-new-gen div.content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}

@media screen and (max-width: 1160px) {
  .brand article.onduleur-new-gen div.content div a img:last-child  {
    width: 90%;
  }
}

@media screen and (max-width: 1140px) {
    .brand article.onduleur-3P div.content {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1030px) {

  .brand article.onduleur-new-gen div.content div.float {
    margin-left: 8%;
  }

  .brand article.onduleur-new-gen div.content {
    overflow: hidden;
  }

  .brand article.onduleur-new-gen div.content div a img:last-child  {
    width: 80%;
    position: static;
    margin-right: 0;
  }

  .brand article.onduleur-new-gen div.content img:last-child {
    position: relative;
    margin-right: -120px;
  }
}


@media screen and (max-width: 1023px) {
    body .main {
        padding-top: 110px;
    }

    .brands .breadcrumb {
      padding-left: 20px;
      padding-top: 15px;
      padding-bottom: 15px;
    }

    .brands .breadcrumb ul {
      display: flex;
      width: auto;
    }

    .brands .breadcrumb ul li {
        display: none;
    }

    .brands .breadcrumb ul li:last-child {
        display: inline-block;
    }
}


@media screen and (max-width: 920px) {
  .brands { 
    background-size: 180%;
    background-position: -110px bottom;
  }

.brand article.onduleur-new-gen div.content {
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-size: 150%;
  padding-top: 15px;
}

.brand article.onduleur-new-gen div.content div a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand article.onduleur-new-gen div.content div.float {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  float: none;
  padding-bottom: 30px;
}

  .brand article.onduleur-new-gen div.content div a img:last-child  { 
      display: block;
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
    }

  .brand article.onduleur-new-gen div.content img:last-child {
    display: none;
  }
}


@media screen and (max-width: 800px) {

  .brand article {
    padding-bottom: 40px;
  }

  .brand article h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .brand article.onduleur-3P {
    padding-top: 40px;
  }


  .brand article.solutions div.content div.flex div {
    flex: 1 1 380px;
    background-position: center center !important;
    background-size: 160% !important;
  }

  .brand article.solutions div.content div.flex div:nth-child(1) {
    background-position: -100px center !important;
  }

  .brand article.onduleur-3P div.content {
    max-height: none;
    height: auto;
    padding-bottom: 30px;
    background-size: 250%;
  }

  .brand article.onduleur-3P div.content a {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  .brand article.onduleur-3P div.content div.float {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  @media screen and (max-width: 768px) {
    .brand-resume div:nth-child(2) {
        padding-left: 40px;
        padding-right: 40px;
    }   
  }

@media screen and (max-width: 630px) {
  .brands {
      background-size: 300%;
      background-position: -110px bottom;
  }
}

  @media screen and (max-width: 550px) {
    .brand article.solutions div.content div.flex div {
      background-size: 250% !important;
    }
}

@media screen and (max-width: 480px) {
  .brand article.onduleur-new-gen div.content {
    background-size: 200% !important;
  }
}


@media screen and (max-width: 479px) {

  body .main {
          padding-top: 90px;
      }
  }

  .brands {
    padding-bottom: 0;
  }

  .brand {
    display: table;
  }

  .brand-resume div {
    color: #505050;
    font-size: 13px;
    text-align: justify;
}

  .brand-resume div:nth-child(2) {
    padding: 20px;
  }

  .brand article.onduleur-3P {
    padding-top: 0;
  }
}

@media screen and (max-width: 400px) {
  .brand article.onduleur-new-gen div.content div a:nth-child(2) {
    padding: 12px 20px 8px 20px;
  }
}


@media screen and (max-width: 360px) {
  .brand article.produits div.content div.flex div {
    background-size: 120% !important;
  }
}