/*---------------*\
  $RESET
\*---------------*/
#center {
  width: 100% !important;
}
#center_part_2_full {
  float: none !important;
  width: 100% !important;
}
#contenuhome {
  margin: 0 !important;
}
#bottomfooter {
  margin-top: 0 !important;
}
#ftr {
  margin-top: 0 !important;
}



/*---------------*\
  $EMS
\*---------------*/
.comparer-robots-cuiseurs,
.comparer-robots-cuiseurs h1,
.comparer-robots-cuiseurs h2,
.comparer-robots-cuiseurs h3,
.comparer-robots-cuiseurs h4,
.comparer-robots-cuiseurs h5,
.comparer-robots-cuiseurs h6 {
  font-family: 'Open Sans', sans-serif;
}
.comparer-robots-cuiseurs *,
.comparer-robots-cuiseurs *::before,
.comparer-robots-cuiseurs *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.comparer-robots-cuiseurs .clearfix::before,
.comparer-robots-cuiseurs .clearfix::after {
  display: table;
  content: " ";
}
.comparer-robots-cuiseurs .clearfix::after {
  clear: both;
}
.comparer-robots-cuiseurs .container {
  margin: auto;
  max-width: 1000px;
  position: relative;
}
.comparer-robots-cuiseurs strong {
  font-weight: 700;
}
.comparer-robots-cuiseurs .text-left {
  text-align: left;
}
.comparer-robots-cuiseurs .text-center {
  text-align: center;
}
.comparer-robots-cuiseurs .text-right {
  text-align: right;
}
.comparer-robots-cuiseurs img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  display: block;
}
.comparer-robots-cuiseurs,
.comparer-robots-cuiseurs .btn,
.comparer-robots-cuiseurs .btn:focus,
.comparer-robots-cuiseurs .btn:hover,
.comparer-robots-cuiseurs .title {
  font-family: 'Open Sans', sans-serif;
}
.comparer-robots-cuiseurs .hiddenK {display: none;}

@media only screen and (max-width: 767px){
  body {
    background: url('../images/bg-body-sim.jpg') no-repeat 100% 48px;
  }
  .comparer-robots-cuiseurs .hidden-phone {
    display: none !important;
  }
}
@media only screen and (min-width: 768px){
  .comparer-robots-cuiseurs {
    background: url('../images/bg-body.jpg') no-repeat 50% 0;
  }
  .comparer-robots-cuiseurs .visible-phone {
    display: none !important;
  }
}



/* Button */
.comparer-robots-cuiseurs .btn,
.comparer-robots-cuiseurs .btn:focus,
.comparer-robots-cuiseurs .btn:hover {
  background: none;
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: 32px;
  padding: 2px 14px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
}
.comparer-robots-cuiseurs .btn-white,
.comparer-robots-cuiseurs .btn-white:focus,
.comparer-robots-cuiseurs .btn-white:hover {
  border-color: #fff;
  color: #fff;
}
.comparer-robots-cuiseurs .btn-white:hover {
  background-color: #fff;
  color: #000;
}
.comparer-robots-cuiseurs .btn-black,
.comparer-robots-cuiseurs .btn-black:focus,
.comparer-robots-cuiseurs .btn-black:hover {
  border-color: #000;
  color: #000;
}
.comparer-robots-cuiseurs .btn-black:hover {
  background-color: #000;
  color: #fff;
}
.comparer-robots-cuiseurs .btn-next,
.comparer-robots-cuiseurs .btn-next:focus,
.comparer-robots-cuiseurs .btn-next:hover,
.comparer-robots-cuiseurs .btn-up,
.comparer-robots-cuiseurs .btn-up:focus,
.comparer-robots-cuiseurs .btn-up:hover {
  background: none;
  border: 0 none;
  color: #bababa;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin: 50px 0;
  text-decoration: none;
}
.comparer-robots-cuiseurs .btn-next::before,
.comparer-robots-cuiseurs .btn-up::before {
  background: url('../images/sprite-arrow.gif');
  content: "";
  display: block;
  height: 11px;
  margin: 5px auto;
  width: 17px;
}
.comparer-robots-cuiseurs .btn-next::before {background-position: 0 100%;}



/* Titles */
.comparer-robots-cuiseurs .page-title {
  background: url('../images/bg-title-sim.png') no-repeat 50% 50%;
  color: #000;
  font-family: 'Bree Serif', serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  margin: 25px 0 15px;
  padding: 5px 15px 30px;
  text-align: center;
}
.comparer-robots-cuiseurs .section-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 25px;
  text-align: center;
}
.comparer-robots-cuiseurs .title {
  border: 0 none;
  color: #555;
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 35px;
  text-align: center;
  text-transform: uppercase;
}
.comparer-robots-cuiseurs .subtitle {
  color: #555;
  font-family: 'Bree Serif', serif;
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 25px;
  text-align: center;
}
.comparer-robots-cuiseurs .subtitle strong {
  font-family: 'Bree Serif', serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .comparer-robots-cuiseurs .page-title {
    background-image: url('../images/bg-title.png');
    font-size: 48px;
    line-height: 55px;
    margin: 15px 0;
    padding: 30px 15px;
  }
}



/* Share */
.comparer-robots-cuiseurs .share {
  position: absolute;
  right: 0;
  top: 17px;
  z-index: 3;
}
.comparer-robots-cuiseurs .share label {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  vertical-align: bottom;
}
.comparer-robots-cuiseurs .share a,
.comparer-robots-cuiseurs .share a:focus,
.comparer-robots-cuiseurs .share a:hover {
  display: inline-block;
  font-size: 0;
  text-decoration: none;
  vertical-align: bottom;
}
.comparer-robots-cuiseurs .btn-share {display: none;}
.comparer-robots-cuiseurs .share .btn-close {display: none;}
@media only screen and (max-width: 767px) {
  .comparer-robots-cuiseurs .btn-share {
    background: url('../images/icon-share.png') transparent;
    border: 0 none;
    display: inline-block;
    height: 42px;
    position: absolute;
    right: 10px;
    top: -10px;
    width: 42px;
    z-index: 3;
  }
  .comparer-robots-cuiseurs .page-comparative .btn-share,
  .comparer-robots-cuiseurs .page-comparative .share {
    top: 70px;
  }
  .comparer-robots-cuiseurs .share {
    background-color: #fff;
    display: none;
    left: 3%;
    right: 3%;
    padding: 2% 10%;
    text-align: left;
    top: -10px;
    -webkit-box-shadow: 0px 0px 15px 0px #656565;
       -moz-box-shadow: 0px 0px 15px 0px #656565;
         -o-box-shadow: 0px 0px 15px 0px #656565;
            box-shadow: 0px 0px 15px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=15);
  }
  .comparer-robots-cuiseurs .share .btn-close {
    background-image: url('../images/icon-close.png');
    background-size: 100%;
    display: block;
    height: 15px;
    position: absolute;
    right: 3%;
    top: 5%;
    width: 15px;
    z-index: 1;
  }
  .comparer-robots-cuiseurs .page-comparative .share label {
    color: #000;
  }
  .comparer-robots-cuiseurs .share label {
    border-bottom: 1px solid #000;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .comparer-robots-cuiseurs .share a,
  .comparer-robots-cuiseurs .share a:focus,
  .comparer-robots-cuiseurs .share a:hover {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 25px;
  }
  .comparer-robots-cuiseurs .share a + a {
    margin-top: 15px;
  }
}



/* Section discover */
.comparer-robots-cuiseurs .section-discover {
  padding: 20px 0 30px;
}
.comparer-robots-cuiseurs .section-discover ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comparer-robots-cuiseurs .section-discover ul li {
  float: left;
  text-align: center;
  width: 50%;
}
.comparer-robots-cuiseurs .section-discover ul li.clearfix {
  float: none;
  width: 100%;
}
.comparer-robots-cuiseurs .section-discover a,
.comparer-robots-cuiseurs .section-discover a:focus,
.comparer-robots-cuiseurs .section-discover a:hover {
  color: #000;
  display: block;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  text-align: center;
}
.comparer-robots-cuiseurs .section-discover a:hover {
  text-decoration: underline;
}
.comparer-robots-cuiseurs .section-discover span {
  display: block;
  margin: auto;
  max-width: 100px;
}
.comparer-robots-cuiseurs .section-discover .btn {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .comparer-robots-cuiseurs .section-discover {
    padding: 0 0 55px;
  }
  .comparer-robots-cuiseurs .section-discover ul li {
    width: 16.666%;
  }
}
@media only screen and (max-width: 768px) {
  .comparer-robots-cuiseurs .section-discover .swiper-wrapper {
    width: 90%;
  }
  .comparer-robots-cuiseurs .section-discover .swiper-wrapper img {
    width: 85%;
    margin:  0 auto;
  }
  .comparer-robots-cuiseurs .section-discover .swiper-button-next, .comparer-robots-cuiseurs .section-discover .swiper-button-prev{
  	-webkit-filter: grayscale(1);
  	filter: grayscale(1);
  	width: 12px;
  	height: 24px;
  	background-size: 12px 24px;
  }
}



/*---------------*\
  $PAGE SELECT
\*---------------*/
.comparer-robots-cuiseurs .page-select {}



/* Header */
.comparer-robots-cuiseurs .page-select header {
  background: none !important;
  position: relative;
}
.comparer-robots-cuiseurs .page-select header p {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}
.comparer-robots-cuiseurs .page-select header p + p {
  margin-top: 14px;
}
.comparer-robots-cuiseurs .page-select header span {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
@media only screen and (max-width: 767px) {
  .comparer-robots-cuiseurs .page-select header {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .comparer-robots-cuiseurs .page-select header {
    display: table;
    min-height: 145px;
    width: 100%;
  }
  .comparer-robots-cuiseurs .page-select header .col {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .comparer-robots-cuiseurs .page-select header .col:nth-child(1),
  .comparer-robots-cuiseurs .page-select header .col:nth-child(3) {width: 25%;}
  .comparer-robots-cuiseurs .page-select header .col:nth-child(2) {width: 50%;}
}



/* Section select */
.comparer-robots-cuiseurs .section-select .btn,
.comparer-robots-cuiseurs .section-select .btn:focus,
.comparer-robots-cuiseurs .section-select .btn:hover {
  border-color: #000;
  color: #000;
  cursor: pointer;
  font-weight: 400;
  height: 38px;
  line-height: 32px;
  width: 128px;
}
.comparer-robots-cuiseurs .section-select .btn:hover {
  background-color: #000;
  color: #fff;
}
.comparer-robots-cuiseurs .section-select .btn.disabled,
.comparer-robots-cuiseurs .section-select .btn.disabled:focus,
.comparer-robots-cuiseurs .section-select .btn.disabled:hover {
  cursor: default;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media only screen and (max-width: 767px) {
  .comparer-robots-cuiseurs .section-select ul {
  	margin: 0 auto 10px;
  	padding: 0px 10px;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-flow: row wrap;
  	flex-flow: row wrap;
  	-webkit-box-pack: justify;
  	-ms-flex-pack: justify;
  	justify-content: space-between;
  }
  .comparer-robots-cuiseurs .section-select ul li.product{
  	width: 48%;
 	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .comparer-robots-cuiseurs .clearfix::before, .comparer-robots-cuiseurs .clearfix::after{display: none;}
  .comparer-robots-cuiseurs .section-select ul li label {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 25px;
    position: relative;
    order: 2;
    text-align: center;
  }
  .comparer-robots-cuiseurs .section-select ul li.active label {
    font-weight: 700;
  }
  .comparer-robots-cuiseurs .section-select ul li.active img {
    border: 2px solid #000;
  }
  .comparer-robots-cuiseurs .section-select img {display: block;}
}
@media only screen and (min-width: 768px) {
  .comparer-robots-cuiseurs .section-select {
    padding: 10px 0 47px;
  }
  .comparer-robots-cuiseurs .section-select ul {
    list-style: none;
    margin: 0 -2.5%;
    padding: 0;
  }
  .comparer-robots-cuiseurs .section-select ul li {
    border: 2px solid transparent;
    cursor: pointer;
    float: left; 
    margin: 0 2.5% 57px;
    overflow: hidden;
    position: relative;
    width: 28.333%;
  }
  .comparer-robots-cuiseurs .section-select ul li::after {
    background-color: rgba(0,0,0,.51);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease .3s;
            transition: all ease .3s;
  }
  .comparer-robots-cuiseurs .section-select ul li.active {
    border-color: #000;
  }
  .comparer-robots-cuiseurs .section-select ul li label {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
    padding: 0 30px 25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease .3s;
            transition: all ease .3s;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
  }
  .comparer-robots-cuiseurs .section-select ul li label::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    width: 90px;
  }
  .comparer-robots-cuiseurs .section-select ul li:hover::after,
  .comparer-robots-cuiseurs .section-select ul li:hover label {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .comparer-robots-cuiseurs .section-select .btn,
  .comparer-robots-cuiseurs .section-select .btn:focus,
  .comparer-robots-cuiseurs .section-select .btn:hover {
    font-weight: 700;
    height: 49px;
    line-height: 43px;
    width: 193px;
  }
}



/*---------------*\
  $PAGE COMPARATIVE
\*---------------*/
.comparer-robots-cuiseurs .page-comparative {
  background-color: #fff;
  display: none;
}
.comparer-robots-cuiseurs .page-comparative p {
  color: #000;
  font-size: 16px;
  margin: 0 0 15px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .comparer-robots-cuiseurs .page-comparative .col {
    padding: 0 15px;
  }
  .comparer-robots-cuiseurs .page-comparative .col.left {
    border-left: 10px solid;
  }
  .comparer-robots-cuiseurs .page-comparative .col.right {
    border-right: 10px solid;
  }
}
@media only screen and (min-width: 768px) {
  .comparer-robots-cuiseurs .page-comparative .col {
    float: left;
    padding: 0 25px;
    width: 50%;
  }
  .comparer-robots-cuiseurs .page-comparative p {
    margin-bottom: 0;
  }
}



/* Section header */
.comparer-robots-cuiseurs .section-header {
  position: relative;
}
.comparer-robots-cuiseurs .section-header .header-container {
  display: table;
  height: 320px;
  margin: auto;
  max-width: 1000px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.comparer-robots-cuiseurs .section-header .header-content {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
.comparer-robots-cuiseurs .section-header .polygon-left,
.comparer-robots-cuiseurs .section-header .polygon-right {
  float: left;
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 53.888%;
}
.comparer-robots-cuiseurs .section-header .polygon-left img,
.comparer-robots-cuiseurs .section-header .polygon-right img {
  position: absolute;
  top: 20px;
}
.comparer-robots-cuiseurs .section-header .polygon-left {
  background-color: #555;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  margin-right: -3.888%;
}
.comparer-robots-cuiseurs .section-header .polygon-left img {
  right: 7.776%;
  -webkit-transform: translate(50%,0);
      -ms-transform: translate(50%,0);
          transform: translate(50%,0);
}
.comparer-robots-cuiseurs .section-header .polygon-right {
  background-color: #dfc202;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  margin-left: -3.888%;
}
.comparer-robots-cuiseurs .section-header .polygon-right img {
  left: 7.776%;
  -webkit-transform: translate(-50%,0);
      -ms-transform: translate(-50%,0);
          transform: translate(-50%,0);
}
.comparer-robots-cuiseurs .section-header .title {
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-family: 'Bree Serif', serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
  margin: 0;
  max-width: 250px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .comparer-robots-cuiseurs .section-header .btn {
    margin: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .comparer-robots-cuiseurs .section-header .btn {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .comparer-robots-cuiseurs .section-header .polygon {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .comparer-robots-cuiseurs .section-header .polygon-left,
  .comparer-robots-cuiseurs .section-header .polygon-right {
    height: 320px;
  }
}



/* Section description */
.comparer-robots-cuiseurs .section-description {
  background-color: #efeeee;
}
.comparer-robots-cuiseurs .section-description .title {
  border: 0 none;
  color: #ff5a00;
  font-family: 'Bree Serif', serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: none;
}
.comparer-robots-cuiseurs .section-description .subtitle {
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  text-align: center;
}
.comparer-robots-cuiseurs .section-description p {
  margin: auto;
  max-width: 710px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .comparer-robots-cuiseurs .section-description {
    padding: 20px 0 0;
  }
  .comparer-robots-cuiseurs .section-description .title {
    font-size: 39px;
    margin: 0 0 25px;
  }
  .comparer-robots-cuiseurs .section-description .subtitle {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .comparer-robots-cuiseurs .section-description p {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .comparer-robots-cuiseurs .section-description {
    padding: 30px 0;
  }
  .comparer-robots-cuiseurs .section-description .title {
    font-size: 55px;
    margin: 0 0 20px;
  }
  .comparer-robots-cuiseurs .section-description .subtitle {
    font-size: 30px;
    margin: 0 0 30px;
  }
}



/* Menu */
.comparer-robots-cuiseurs .menu {
  position: fixed;
  z-index: 3;
}
.comparer-robots-cuiseurs .menu .btn-burger-mobile {
  background: url('../images/icon-burger.png');
  border: 0 none;
  cursor: pointer;
  height: 60px;
  padding: 0;
  position: fixed;
  width: 60px;
}
.comparer-robots-cuiseurs .menu .btn-close {
  background: url('../images/icon-close-white.png') #ff5c00;
  background-size: cover;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 25px;
  left: 15px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 25px;
}
.comparer-robots-cuiseurs .menu nav {
  background-color: #ff5c00;
  display: none;
  padding: 15px 20px 15px 65px;
  z-index: 2;
}
.comparer-robots-cuiseurs .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comparer-robots-cuiseurs .menu ul li {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.comparer-robots-cuiseurs .menu ul li:hover {
  text-decoration: underline;
}
.comparer-robots-cuiseurs .menu ul li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .comparer-robots-cuiseurs .menu {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .comparer-robots-cuiseurs .menu .btn-burger-mobile {
    right: 2%;
    bottom: 2%;
  }
  .comparer-robots-cuiseurs .menu nav {
    bottom: 0;
    left: inherit;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .comparer-robots-cuiseurs .menu,
  .comparer-robots-cuiseurs .menu .btn-burger-mobile {
    left: 20%;
    top: 10%;
  }
  .comparer-robots-cuiseurs .menu nav {
    position: relative;
  }
}



/* Section characteristics */
.comparer-robots-cuiseurs .section-characteristics dl {
  margin-bottom: 40px;
}
.comparer-robots-cuiseurs .section-characteristics dt {
  color: #555;
  font-size: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .comparer-robots-cuiseurs .section-characteristics {
    padding: 90px 0 50px;
  }
  .comparer-robots-cuiseurs .section-characteristics dt {
    margin-bottom: 10px;
    text-align: center;
  }
  .comparer-robots-cuiseurs .section-characteristics dd.left {
    border-left: 10px solid;
    margin-bottom: 10px;
    padding-left: 12px;
  }
  .comparer-robots-cuiseurs .section-characteristics dd.right {
    border-right: 10px solid;
    padding-right: 12px;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .comparer-robots-cuiseurs .section-characteristics {
    margin: auto;
    max-width: 1000px;
    padding: 50px 25px;
  }
  .comparer-robots-cuiseurs .section-characteristics dl {
    display: table;
    width: 100%;
  }
  .comparer-robots-cuiseurs .section-characteristics dt {
    display: table-cell;
    font-size: 20px;
    vertical-align: middle;
    width: 30%;
  }
  .comparer-robots-cuiseurs .section-characteristics dd {
    color: #555;
    display: table-cell;
    font-size: 16px;
    line-height: 19px;
    padding: 4px 0;
    vertical-align: middle;
    width: 35%;
  }
  .comparer-robots-cuiseurs .section-characteristics dd.left {
    padding-right: 25px;
    text-align: right;
  }
  .comparer-robots-cuiseurs .section-characteristics dd.right {
    padding-left: 25px;
    position: relative;
  }
  .comparer-robots-cuiseurs .section-characteristics dd.right::before {
    color: #000;
    content: "VS";
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    left: -25px;
    line-height: 28px;
    margin-top: -14px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
  }
}



/* Section background left */
@media only screen and (min-width: 768px) {
  .comparer-robots-cuiseurs .section-background-left {
    background: url('../images/bg-left.jpg') no-repeat left center fixed;
    min-height: 400px;
  }
  .comparer-robots-cuiseurs .section-background-left .container {background-color: rgba(255,255,255,.85);}
}



/* Section background center */
@media only screen and (min-width: 768px) {
  .comparer-robots-cuiseurs .section-background-center {
    background: url('../images/bg-center.jpg') no-repeat center center fixed;
    margin-bottom: 50px;
    min-height: 400px;
  }
}



/* Section products */
.comparer-robots-cuiseurs .section-products {
  margin-top: 30px;
  position: relative;
}
.comparer-robots-cuiseurs .section-products .products-container {
  display: table;
  height: 390px;
  margin: auto;
  max-width: 1000px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.comparer-robots-cuiseurs .section-products .products-content {
  display: table-cell;
  padding: 20px 0 15px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
.comparer-robots-cuiseurs .section-products img {
  display: block;
  margin: 0 auto 15px;
}
.comparer-robots-cuiseurs .section-products .polygon {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.comparer-robots-cuiseurs .section-products .polygon-left,
.comparer-robots-cuiseurs .section-products .polygon-right {
  float: left;
  height: 390px;
  overflow: hidden;
  position: relative;
  width: 53.888%;
}
.comparer-robots-cuiseurs .section-products .polygon-left {
  background-color: #555;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  margin-right: -3.888%;
}
.comparer-robots-cuiseurs .section-products .polygon-right {
  background-color: #dfc202;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  margin-left: -3.888%;
}
@media only screen and (min-width: 768px) {
  .comparer-robots-cuiseurs .section-products .btn,
  .comparer-robots-cuiseurs .section-products .btn:focus,
  .comparer-robots-cuiseurs .section-products .btn:hover {
    font-size: 18px;
    height: 49px;
    line-height: 43px;
  }
}