.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block; }

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0); }

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0; }

.twentytwenty-container * {
  box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }

.twentytwenty-before-label:before {
  content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }

.twentytwenty-after-label:before {
  content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5); }

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1; }

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/*

COLORS

*/
#tab_about-us {
  background: #fff; }

.wrapper-top {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 20px 20px 0 20px;
  box-sizing: border-box; }
  @media only screen and (max-width: 860px) {
    .wrapper-top {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .wrapper-top .top-img {
    display: -ms-flexbox;
    display: flex;
    width: 50%; }
    .wrapper-top .top-img img {
      width: 380px;
      height: 250px; }
  .wrapper-top .top-txt {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -ms-flex-direction: column;
        flex-direction: column;
    font-weight: 400; }
    @media only screen and (max-width: 860px) {
      .wrapper-top .top-txt {
        margin-top: 20px;
        width: 100%; } }
    .wrapper-top .top-txt h2 {
      font-size: 22px;
      font-weight: 700;
      margin-top: 0; }
    .wrapper-top .top-txt p {
      font-size: 16px;
      line-height: 24px;
      margin: 5px 0; }

.wrapper-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 20px 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 860px) {
    .wrapper-bottom {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .wrapper-bottom .single-link {
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px;
    background: #f6f6f6;
    box-sizing: border-box;
    text-decoration: none;
    color: #494949;
    position: relative;
    height: 230px;
    margin-top: 0 !important;
    margin-bottom: 20px;
    border: none !important; }
    @media only screen and (max-width: 860px) {
      .wrapper-bottom .single-link {
        width: 100%;
        margin-bottom: 20px; } }
    .wrapper-bottom .single-link .link-infos {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px; }
      .wrapper-bottom .single-link .link-infos .link-infos-logo {
        width: 64px;
        height: 64px;
        margin-right: 15px; }
        .wrapper-bottom .single-link .link-infos .link-infos-logo img {
          width: 100%; }
      .wrapper-bottom .single-link .link-infos .link-infos-txt {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center; }
        .wrapper-bottom .single-link .link-infos .link-infos-txt h3 {
          color: #40B1D0;
          margin-bottom: 0;
          margin-top: 0;
          font-size: 18px;
          line-height: 18px;
          font-weight: 700; }
        .wrapper-bottom .single-link .link-infos .link-infos-txt p {
          margin-top: 0;
          margin-bottom: 0; }
    .wrapper-bottom .single-link .link-content {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px;
      font-weight: 400; }
    .wrapper-bottom .single-link .link-btn {
      padding: 10px 20px;
      background: #494949;
      color: #fff;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      text-transform: uppercase;
      font-size: 15px;
      border-radius: 5px;
      margin-left: 0;
      position: absolute;
      bottom: 20px;
      margin-bottom: 0; }
      .wrapper-bottom .single-link .link-btn:hover {
        background: #23282d; }
    .wrapper-bottom .single-link .wrapper-infos-active {
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      bottom: 20px;
      height: 40px;
      -ms-flex-align: center;
          align-items: center; }
      .wrapper-bottom .single-link .wrapper-infos-active .dashicons-yes {
        width: 18px;
        height: 18px;
        background: #494949;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        margin-right: 5px; }
      .wrapper-bottom .single-link .wrapper-infos-active .info-active {
        font-size: 15px;
        color: #494949;
        text-transform: uppercase;
        font-weight: 700; }
  .wrapper-bottom .single-link.imagify .link-infos .link-infos-logo {
    background: url(../img/mini-imagify.svg); }
  .wrapper-bottom .single-link.imagify .link-infos .link-infos-txt h3 {
    color: #00B3D4; }
  .wrapper-bottom .single-link.wp-rocket .link-infos .link-infos-txt h3 {
    color: #f56640; }
  .wrapper-bottom .single-link.lazyload .link-infos .link-infos-txt h3 {
    color: #f56640; }
  .wrapper-bottom .single-link.heartbeat .link-infos .link-infos-txt h3 {
    color: #f56640; }

.imagify-welcome .button-primary.button-primary {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .imagify-welcome .button-primary.button-primary:hover {
    background: #338ea6 !important; }

/* .tab {
    position: absolute;
    left: -9999px;
}
.tab-active {
    position: relative;
    left: 0;
}
 */
.wrapper-settings {
  width: 860px;
  overflow: hidden;
  margin-top: 20px; }
  @media only screen and (max-width: 860px) {
    .wrapper-settings {
      width: 100%; } }

.wrapper-nav {
  background: #fff; }

.nav-tab-wrapper {
  background: #fff;
  padding-top: 0 !important;
  margin-top: 9px !important;
  margin-left: 20px !important;
  margin-right: 20px !important; }
  .nav-tab-wrapper:first-child {
    padding-left: 0; }
  .nav-tab-wrapper:before {
    content: ""; }
  .nav-tab-wrapper:after {
    content: ""; }
  .nav-tab-wrapper .nav-tab {
    background: #fff;
    border: none;
    color: #494949;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 10px;
    margin-left: 0;
    margin-right: 2px; }
    .nav-tab-wrapper .nav-tab:first-child {
      padding-left: 0; }
    .nav-tab-wrapper .nav-tab:hover {
      cursor: pointer;
      color: #40B1D0; }
  .nav-tab-wrapper .nav-tab-active {
    color: #40B1D0;
    border-bottom: 2px solid #40B1D0; }

body {
  color: #1F2332; }

strong {
  font-weight: 700; }

b {
  font-weight: 700; }

.btn {
  padding: 10px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600; }

.header {
  background: #1F2332;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 20px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 860px) {
    .header {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .header .header-right {
    text-align: right; }
    @media only screen and (max-width: 860px) {
      .header .header-right {
        text-align: center; } }
  @media only screen and (max-width: 860px) {
    .header .visuel {
      margin-bottom: 20px; } }
  .header .txt-1 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600; }
  .header .txt-2 {
    font-size: 15px;
    line-height: 24px; }
    .header .txt-2 a {
      color: #40B1D0; }
      .header .txt-2 a:hover {
        text-decoration: none; }
  .header .txt-3 {
    margin-top: 5px; }
    .header .txt-3 a {
      color: #40B1D0;
      text-decoration: none; }
    .header .txt-3 span {
      margin-left: 5px; }

.wrapper-intro {
  display: -ms-flexbox;
  display: flex;
  margin-top: -26px;
  background: #fff;
  width: 100%;
  padding-top: 25px; }
  .wrapper-intro .wrapper-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 335px;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 40px;
    margin-top: 30px; }
    @media only screen and (max-width: 860px) {
      .wrapper-intro .wrapper-left {
        width: 100%;
        margin-bottom: 30px; } }
    .wrapper-intro .wrapper-left .wrapper-img {
      margin-bottom: 35px; }
    .wrapper-intro .wrapper-left .wrapper-txt p {
      font-size: 16px !important;
      margin: 0; }
      .wrapper-intro .wrapper-left .wrapper-txt p:first-child {
        margin-bottom: 5px; }
    .wrapper-intro .wrapper-left .btn {
      background: #40B1D0;
      color: #fff;
      transition: all .275s;
      margin-top: 20px; }
      .wrapper-intro .wrapper-left .btn:hover {
        background: #1f2332;
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }
  .wrapper-intro .wrapper-right {
    display: -ms-flexbox;
    display: flex;
    width: 485px;
    height: 370px;
    position: relative; }
    @media only screen and (max-width: 860px) {
      .wrapper-intro .wrapper-right {
        display: none; } }
    .wrapper-intro .wrapper-right .wrapper-right-img {
      background-image: url(../img/ordi.png);
      background-repeat: no-repeat;
      height: 100%;
      width: 517px;
      position: absolute;
      right: -30px;
      top: 0; }

.wrapper-numbers {
  background: #338EA6;
  color: #fff;
  padding-top: 60px;
  margin-top: -26px; }
  .wrapper-numbers .top-part {
    font-size: 20px;
    padding: 0 260px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 860px) {
      .wrapper-numbers .top-part {
        padding: 0 20px; } }
  .wrapper-numbers .bottom-part {
    padding: 0 50px 40px; }
    .wrapper-numbers .bottom-part ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media only screen and (max-width: 860px) {
        .wrapper-numbers .bottom-part ul {
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; } }
      .wrapper-numbers .bottom-part ul li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 180px; }
        @media only screen and (max-width: 860px) {
          .wrapper-numbers .bottom-part ul li {
            width: 50%;
            margin-bottom: 20px; } }
        .wrapper-numbers .bottom-part ul li .visuel {
          text-align: center;
          margin-bottom: 15px;
          height: 60px;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          display: -ms-flexbox;
          display: flex; }
        .wrapper-numbers .bottom-part ul li .visuel-chiffre {
          background-image: url(../img/80.svg);
          background-repeat: no-repeat;
          background-position: center; }
        .wrapper-numbers .bottom-part ul li .txt-title {
          font-size: 16px;
          line-height: 18px;
          text-align: center;
          margin-bottom: 15px; }
          .wrapper-numbers .bottom-part ul li .txt-title strong {
            font-size: 16px;
            line-height: 18px;
            font-weight: 600; }
        .wrapper-numbers .bottom-part ul li .txt {
          font-size: 14px;
          line-height: 18px;
          text-align: center;
          padding: 0 8px; }
        .wrapper-numbers .bottom-part ul li:first-child .visuel {
          font-size: 50px;
          font-weight: 700;
          line-height: 33px; }

.wrapper-compare-imgs {
  padding: 50px 40px 40px 40px;
  background: #343A49; }
  .wrapper-compare-imgs .twentytwenty-container {
    /* height: 360px!important; */ }
    .wrapper-compare-imgs .twentytwenty-container img {
      clip: inherit; }
  .wrapper-compare-imgs .txt-title {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px; }
  .wrapper-compare-imgs .twentytwenty-before-label {
    opacity: 1; }
    .wrapper-compare-imgs .twentytwenty-before-label:before {
      background: #1F2332;
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      border-radius: 4px;
      top: auto;
      bottom: 20px;
      left: 20px;
      padding: 0 12px; }
  .wrapper-compare-imgs .twentytwenty-after-label {
    opacity: 1; }
    .wrapper-compare-imgs .twentytwenty-after-label:before {
      background: #40B1D0;
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      border-radius: 4px;
      top: auto;
      bottom: 20px;
      right: 20px;
      padding: 0 12px; }
  .wrapper-compare-imgs .twentytwenty-handle {
    z-index: 40;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    margin-left: -32px;
    margin-top: -32px;
    border-radius: 50%;
    box-shadow: 0 3px 0 #338EA6;
    background: #40B1D0;
    cursor: pointer;
    border: none; }
    .wrapper-compare-imgs .twentytwenty-handle:before {
      content: "";
      position: absolute;
      z-index: 30;
      display: block;
      background: #F2F5F7;
      box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
      bottom: 50%;
      margin-bottom: 20px;
      left: 50%;
      width: 2px;
      height: 9999px;
      margin-left: -1px; }
    .wrapper-compare-imgs .twentytwenty-handle:after {
      content: "";
      position: absolute;
      z-index: 30;
      display: block;
      background: #F2F5F7;
      box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
      top: 50%;
      margin-top: 23px;
      left: 50%;
      width: 2px;
      height: 9999px;
      margin-left: -1px; }
    .wrapper-compare-imgs .twentytwenty-handle .twentytwenty-left-arrow {
      left: 50%;
      margin-left: -19px;
      border-right: 8px solid #fff; }
    .wrapper-compare-imgs .twentytwenty-handle .twentytwenty-right-arrow {
      right: 50%;
      margin-right: -19px;
      border-left: 8px solid #fff; }
  .wrapper-compare-imgs .compare-imgs-txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    color: #fff;
    font-size: 14px;
    line-height: 18px; }
    .wrapper-compare-imgs .compare-imgs-txt .compare-imgs-txt-left {
      margin-top: 17px; }
    .wrapper-compare-imgs .compare-imgs-txt .compare-imgs-txt-right {
      text-align: right;
      margin-top: 17px; }
      .wrapper-compare-imgs .compare-imgs-txt .compare-imgs-txt-right p strong {
        color: #8AC34A; }
    .wrapper-compare-imgs .compare-imgs-txt p {
      margin: 0;
      font-size: 14px;
      line-height: 18px; }
      .wrapper-compare-imgs .compare-imgs-txt p strong {
        color: #40B1D0; }

.wrapper-install {
  background-color: #1F2332;
  background-image: url(../img/fond-CTA.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 310px 39px;
  padding: 50px 70px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 220px;
  box-sizing: border-box;
  text-align: center; }
  @media only screen and (max-width: 860px) {
    .wrapper-install {
      padding: 50px 40px; } }
  .wrapper-install .txt {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 860px) {
      .wrapper-install .txt br {
        display: none; } }
  .wrapper-install .install-btn {
    display: -ms-flexbox;
    display: flex; }
    .wrapper-install .install-btn a {
      width: 30%;
      background: #40B1D0;
      color: #fff;
      transition: all .275s;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      .wrapper-install .install-btn a:hover {
        background: #1f2332;
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }

.wrap-content-inner .gray-box {
  margin: 0px 20px 0 20px;
  padding: 20px 20px 20px 20px;
  font-size: 14px;
  line-height: 24px;
  background: #F7F7F7; }

.wrap-content-inner .wrapper-form-content {
  background: #fff;
  padding-top: 17px; }

.wrap-content-inner .txt {
  margin: 20px 0 0 40px; }

.wrap-content-inner p {
  font-size: 14px !important;
  line-height: 24px;
  font-size: 14px;
  line-height: 24px; }

.wrap-content-inner .submit {
  margin-top: 20px;
  padding-top: 0; }

.wrap-content-inner form .form-table {
  padding: 0 0 23px 40px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0; }
  .wrap-content-inner form .form-table th {
    width: 260px; }
  .wrap-content-inner form .form-table label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700; }

.wrapper-settings .button-primary {
  background: #40B1D0;
  border: none;
  text-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  margin-bottom: 20px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: all .275s; }
  .wrapper-settings .button-primary:hover {
    background: #1f2332 !important;
    -ms-transform: translateY(-2px);
        transform: translateY(-2px); }
