/*!
 Theme Name: IPCube
 Theme URI: https://underscores.me/
 Author: Globule Rouge
 Author URI: https://www.globule-rouge.com
 Description: Globule Rouge
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: ipcube
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 IPCube is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
.h-show-more {
  width: 300px;
  text-align: center;
}
.h-show-more a {
  text-decoration: none;
  background-color: #24a9dc;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 16px;
}
.h-show-more a:hover {
  color: #ffed00;
}
.h-show-more a:visited {
  color: #ffed00;
}
.h-show-more a:active {
  color: #ffed00;
}
.h-show-more a::after {
  content: '';
  background-image: url('https://51a790.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/arrow.png');
  width: 31px;
  height: 31px;
  background-color: #ffed00;
  display: inline-block;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(31%);
  margin-left: 11px;
  margin-right: -10px;
}
.h-show-more-blue a, .h-show-more-yellow a {
  background-color: #3c3c3c;
}
.h-show-more-blue a::after {
  background-color: #24a9dc;
}
.h-show-more-blue a:hover {
  color: #24a9dc;
}
.h-show-more-yellow a:hover {
  color: #ffed00;
}
.h-show-more-blue a:visited {
  color: #24a9dc;
}
.h-show-more-yellow a:visited {
  color: #ffed00;
}
.h-show-more-blue a:active {
  color: #24a9dc;
}
.h-show-more-yellow a:active {
  color: #ffed00;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/* ------- HEADER + FOOTER + MENU --------- */
.c-header__logo a {
  background-image: url('https://60cacd.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/logo.png');
  width: 220px;
  height: 69px;
  display: block;
  position: relative;
  transform: translateY(20%);
  margin-left: 70px;
  background-size: cover;
}
.c-menu {
  transform: translateY(-50%);
}
.c-menu .menu-main-menu-container ul, .c-menu .menu-main-menu-anglais-container ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  list-style: none;
}
.c-menu .menu-main-menu-container ul li a, .c-menu .menu-main-menu-anglais-container ul li a {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  color: #00afea;
  font-weight: 600;
  padding: 0 20px;
  font-size: 15px;
}
.c-footer {
  margin: 40px 0px 20px 0px;
}
.c-footer__logo {
  max-width: 160px;
  display: inline-block;
  margin-right: 20px;
}
.c-footer__logo a {
  background-image: url('https://60cacd.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: 50px;
  position: relative;
  display: block;
  transform: translateY(20%);
}
.c-footer__baseline {
  display: inline-block;
}
.c-footer__filet {
  width: 60%;
  height: 1px;
  background-color: #000;
  margin: 20px 0;
}
.c-footer__gr {
  color: #c6c6c6;
  margin-top: 20px;
}
.c-footer__gr a {
  color: #c6c6c6;
}
.c-burger {
  position: absolute;
  display: none;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transform: translateY(-50%);
}
.c-burger__line {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  top: 50%;
  left: 0;
  background-color: #00afeb;
}
.c-burger__line::after, .c-burger__line::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00afeb;
  left: 0;
}
.c-burger__line::after {
  top: 10px;
}
.c-burger__line::before {
  top: -10px;
}
.c-cross {
  display: none;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
}
.c-cross::after, .c-cross::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  background-color: #00afeb;
  cursor: pointer;
}
.c-cross::after {
  transform: rotate(45deg);
}
.c-cross::before {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1450px) {
  /* */
  header .l-eighty {
    width: 100%;
  }
  header .l-eighty .c-menu {
    transform: none;
  }
  header .l-eighty .c-menu .menu-main-menu-container ul {
    margin: 0;
    padding: 0;
    height: 70px;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1100px) {
  /* */
  h2 {
    font-size: 25px;
    line-height: 1.5;
  }
  .c-header__logo a {
    transform: none;
    margin-left: 10px;
  }
  header {
    position: relative;
  }
  header .c-burger {
    display: block;
  }
  header .l-eighty {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 100;
  }
  header .l-eighty .c-cross {
    display: block;
  }
  header .l-eighty .c-menu {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  header .l-eighty .c-menu .menu-main-menu-container ul, header .l-eighty .c-menu .menu-main-menu-anglais-container ul {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    margin: 0;
    padding: 0;
  }
  header .l-eighty .c-menu .menu-main-menu-container ul li, header .l-eighty .c-menu .menu-main-menu-anglais-container ul li {
    margin: 10px 0px;
  }
}
@media only screen and (max-width: 800px) {
  /* */
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 # Layouts
 --------------------------------------------------------------*/
/* -------------------------------- Containers -------------------------------------- */
.l-full {
  display: block;
  position: relative;
}
.l-contain {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
}
.l-half {
  position: relative;
  display: inline-block;
  width: 50%;
  font-size: 0px;
}
.l-half.l-half--right {
  text-align: left;
}
.l-half.l-half--left {
  text-align: right;
}
.l-twenty {
  width: 19%;
  display: inline-block;
  position: relative;
}
.l-twenty-five {
  width: 24%;
  display: inline-block;
  position: relative;
}
.l-thirty {
  width: 29%;
  display: inline-block;
  position: relative;
}
.l-thirty-three {
  width: 33%;
  display: inline-block;
  position: relative;
}
.l-fifty {
  width: 49%;
  display: inline-block;
  position: relative;
}
.l-sixty-six {
  width: 66%;
  display: inline-block;
  position: relative;
}
.l-seventy {
  width: 69%;
  display: inline-block;
  position: relative;
}
.l-eighty {
  width: 79%;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .container-contain, .l-contain {
    width: 90%;
  }
}
@media only screen and (max-width: 1100px) {
  .l-thirty-three, .l-fifty, .l-sixty-six, .l-thirty, .l-seventy {
    width: 100%;
    display: block;
  }
  .l-half {
    display: block;
    position: relative;
    width: 100%;
  }
  .l-half.l-half--right, .l-half.l-half--left {
    text-align: center;
  }
}
/*--------------------------------------------------------------
 # Pages
 --------------------------------------------------------------*/
#nks-tab-1, #nks-tab-2 {
  margin: 0 !important;
}
#nks_cc_sidebar h2 {
  color: #24a9dc;
}
.h-align-top {
  vertical-align: top;
}
.c-baseline {
  background-color: #24a9dc;
  padding: 10px;
}
.c-baseline__title {
  text-align: center;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
}	
.l-visual {
  background-image: url('https://ba2171.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/fond-slide.jpg');
  background-position: 50% 50%;
}
.c-visual {
  height: 900px;
}
.c-visual__title p {
  font-family: 'Montserrat', sans-serif;
  font-size: 65px;
  font-weight: 800;
  color: #fff;
  line-height: 70px;
  text-align: right;
  width: 500px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-visual__title p span {
  display: inline-block;
  position: relative;
}
.c-visual__title p strong {
  color: #ffed00;
  font-weight: 800;
}
.c-visual__lila {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.c-carton {
  margin: 40px 0;
}
.c-carton .l-thirty-three, .c-carton .l-fifty {
  vertical-align: middle;
}
.c-carton__title {
  text-align: center;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  line-height: 48px;
  color: #28aae2;
  margin: 40px 0;
}
.c-carton__title h1 {
  text-align: center;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  line-height: 48px;
  color: #3c3c3c;
}
.c-carton__title h1 strong {
  color: #28aae2;
}
.c-carton__title h1 i {
  font-weight: 400;
  font-style: normal;
  color: #000;
}
.c-carton__logo img {
  width: 240px;
  display: inline-block;
  position: relative;
  transform: translateY(30%);
  margin-bottom: 20px;
}
.c-carton__ballon img {
  display: block;
  margin: 0 auto;
}
.c-carton__jumbo::after, .c-carton__machine::before {
  content: '';
  background-image: url('https://3c1e3b.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/plus.png');
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 60%;
}
.c-carton__machine::before {
  content: '';
  background-image: url('https://3c1e3b.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/plus.png');
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 60%;
}
.c-carton .h-show-more {
  display: block;
  margin: 0 auto;
  width: 195px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.c-carton__list ul {
  margin: 0;
}
.c-carton__list ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 50px;
  list-style: none;
  margin-bottom: 30px;
}
.c-carton__list ul li::before {
  content: '';
  background-image: url('https://8188f1.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/puce.png');
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin: 0px 15px 0px 0px;
}
.c-carton__list ul li span {
  font-weight: 300 !important;
}
.l-blue-bg {
  background-color: #24a9dc;
  color: #fff;
  height: 600px;
  padding-right: 30px;
  position: relative;
}
.l-yellow-bg {
  background-color: #ffed00;
  color: #3c3c3c;
  height: 600px;
  padding-left: 12px;
  position: relative;
}
.c-ipcube-buy, .c-ipcube-make {
  width: 100%;
  padding: 0 140px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
  height: inherit;
}
.c-ipcube-buy .h-show-more, .c-ipcube-make .h-show-more {
  bottom: 4px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
.c-ipcube-buy h3, .c-ipcube-make h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 26px;
  position: relative;
  z-index: 10000;
}
.c-ipcube-buy h3 {
  color: #24a9dc;
}
.c-ipcube-make h3 {
  color: #ffed00;
}
.c-ipcube-buy-title, .c-ipcube-make-title {
  position: relative;
  margin-top: -26px;
  margin-bottom: 40px;
}
.c-ipcube-buy-title::after, .c-ipcube-make-title::after {
  content: '';
  display: block;
  height: 60px;
  width: 120px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
}
.c-ipcube-buy-title::after {
  background: #ffed00;
}
.c-ipcube-make-title::after {
  background: #29aae2;
}
.c-make-img {
  padding: 0px 2px;
}
.c-buy-logo, .c-make-logo {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-ipcube-buy p, .c-ipcube-make p {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  line-height: 30px;
  text-align: center;
}
.c-video {
  text-align: center;
  margin: 60px 0;
}
.c-video h2 {
  font-size: 35px;
  line-height: 42px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.c-video h2 strong {
  color: #24a9dc;
}
.l-grey-bg {
  background-color: #3d3d3d;
  position: relative;
  height: auto;
  text-align: center;
  padding: 40px 0;
}
.c-for h2 {
  color: #ffed00;
  font-size: 35px;
  line-height: 42px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.c-for p {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.c-for a {
  width: 60px;
  height: 60px;
  background-image: url('https://74d69d.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/yellow-arrow.png');
  display: block;
  margin: 0 auto;
  margin-bottom: -65px;
  background-repeat: no-repeat;
}
.c-secteurs {
  text-align: center;
  position: relative;
  height: auto;
  padding: 40px 0;
}
.c-secteurs h2 {
  color: #464d54;
  font-size: 35px;
  line-height: 42px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.c-secteurs ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  text-decoration: none;
}
.c-secteurs ul li {
  text-decoration: none;
  width: 25%;
  height: 144px;
  position: relative;
}
.c-secteurs ul li:first-child {
  background-image: url('https://87498f.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/secteurs-sprite.jpg');
  background-position: 270px 144px;
}
.c-secteurs ul li:nth-child(2) {
  background-image: url('https://87498f.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/secteurs-sprite.jpg');
  background-position: 0px 144px;
}
.c-secteurs ul li:nth-child(3) {
  background-image: url('https://87498f.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/secteurs-sprite.jpg');
  background-position: 270px 0px;
}
.c-secteurs ul li:nth-child(4) {
  background-image: url('https://87498f.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/secteurs-sprite.jpg');
  background-position: 0px 0px;
}
.c-secteurs ul li a {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-secteurs p {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.blue-dot {
  color: #24a9dc;
}
.c-news h2 {
  font-size: 32px;
  line-height: 38px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.c-news_title {
  color: #464d54;
}
.c-medias_title {
  color: #24a9dc;
}
.c-news_date {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  position: absolute;
  left: 0;
  text-align: center;
  padding: 35px 10px 10px 10px;
  background-color: #24a9dc;
  bottom: 0;
  font-weight: 400;
  margin-bottom: 6px;
}
.c-news_thumb {
  position: relative;
}
.c-news_subtitle {
  font-weight: 600;
  max-width: 320px;
  font-size: 20px;
  line-height: 26px;
  padding: 10px 0;
}
.c-news_solid {
  background-color: #000;
  width: 130px;
  height: 1px;
  display: block;
  margin-bottom: 10px;
}
.c-news_link a {
  font-weight: 600;
  text-decoration: none;
  color: #24a9dc;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1300px) {
  /* */
  .c-ipcube-buy, .c-ipcube-make {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 1100px) {
  /* */
  .c-ipcube-buy, .c-ipcube-make {
    padding: 0 120px;
  }
  .c-carton__jumbo img {
    display: block;
    margin: 0px auto;
  }
  .c-carton__jumbo::after {
    right: 15%;
  }
  .c-carton__list {
    text-align: center;
  }
  .c-carton__list ul {
    padding-left: 0px;
    display: inline-block;
    text-align: left;
  }
  .l-yellow-bg, .l-blue-bg {
    height: auto;
  }
  .c-ipcube-buy .h-show-more, .c-ipcube-make .h-show-more {
    position: relative;
    bottom: auto;
    right: auto;
    transform: none;
  }
  .c-ipcube-buy, .c-ipcube-make {
    width: 100%;
  }
  .c-ipcube-buy .h-show-more, .c-ipcube-make .h-show-more {
    bottom: 25px;
  }
  .c-for a {
    margin: 0 auto;
  }
  .c-secteurs ul {
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .c-secteurs ul li {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 201px;
    height: 144px;
  }
  .c-news_title .l-fifty {
    width: 320px;
    display: block;
    margin: 0px auto;
  }
  .c-news h2 {
    text-align: center;
  }
  .c-medias_title a {
    display: block;
    margin: 0px auto;
    text-align: center;
  }
  .c-medias_title a img {
    display: inline-block;
  }
  .c-video h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 800px) {
  /* */
  .l-visual {
    background-position: 30% 50%;
  }
  .c-visual {
    height: 550px;
  }
  .c-visual__title h1 {
    top: 0;
    transform: none;
    font-size: 45px;
    line-height: 55px;
  }
  .c-video h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 600px) {
  /* */
  .c-visual__title p {
    font-size: 55px;
    line-height: 60px;
    width: 400px;
  }
  .c-carton__title h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .c-carton__list ul li {
    font-size: 20px;
    line-height: 24px;
  }
  .c-ipcube-buy p, .c-ipcube-make p {
    font-size: 22px;
    line-height: 26px;
  }
  .c-video iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 1300px) {
  /* */
  .c-ipcube-buy, .c-ipcube-make {
    padding: 0 2px;
  }
}
@media only screen and (max-width: 400px) {
  /* */
  .c-visual__title p {
    font-size: 45px;
    line-height: 50px;
    width: 300px;
  }
  .c-carton__title h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .c-ipcube-buy p, .c-ipcube-make p {
    font-size: 20px;
    line-height: 24px;
  }
}
.c-buy__adjust ul {
  margin: 0px 0px 30px 0px;
}
.c-buy__adjust ul li {
  line-height: 24px;
}
.c-buy h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #3c3c3c;
  line-height: 50px;
  margin-bottom: 30px;
}
.c-buy p, .c-buy ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.c-buy ul li {
  list-style: none;
}
.c-buy .blue-dot {
  font-size: 26px;
  padding-right: 5px;
}
.c-buy .c-buy__logo img {
  max-width: 150px;
  margin: -12px 10px 0px 40px;
  display: inline-block;
  float: left;
}
.c-buy-schem-bg {
  background-color: #24a9dc;
  padding: 60px 0;
  text-align: center;
  margin-top: 20px;
}
.c-buy h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #3c3c3c;
  margin: 50px 0;
  text-align: center;
}
.c-buy h2 strong {
  color: #24a9dc;
}
.c-gamme img {
  display: block;
}
.c-gamme h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.c-gamme p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
}
.c-gamme br {
  margin-bottom: 10px;
}
.c-gamme .p-strong strong {
  margin-bottom: 10px;
  display: block;
}
.c-gamme ul {
  margin: 0px 0px 0px -20px;
}
.c-gamme li {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 7px;
  list-style: none;
}
.c-gamme li::before {
  content: '•';
  font-size: 30px;
  display: inline-block;
  color: #24a9dc;
  margin: -2px 5px 0px -14px;
  float: left;
}
.c-big-button-img {
  margin-top: -70px;
}
.h-align-left {
  text-align: left !important;
  vertical-align: top;
  padding: 0px 15px 0px 0px;
}
.h-align-center {
  text-align: center;
}
.c-filet {
  background-color: #000;
  height: 1px;
  width: 100%;
  display: block;
  margin: 35px 0;
}
@media only screen and (max-width: 1100px) {
  /* */
  .page-template-buy .c-big-button-img {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 800px) {
  /* */
  .c-buy h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 400px) {
  /* */
  .c-buy h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
.h-jumbo-jump {
  margin-top: 160px;
}
.c-big-jumbo {
  margin-bottom: -200px;
  z-index: 99;
  position: relative;
}
.c-flying-ballon {
  margin-bottom: -160px !important;
  max-width: 400px;
  transform: translateX(20%);
}
.c-why h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #3c3c3c;
  line-height: 50px;
  margin-bottom: 30px;
}
.c-why-jumbo-bg {
  background-color: #24a9dc;
  padding: 60px 0;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
.c-round-jusqua {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 20%;
}
.c-why ul {
  margin: 0px 0px 0px -20px;
}
.c-why ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 7px;
  list-style: none;
}
.c-why li::before {
  content: '•';
  font-size: 30px;
  display: inline-block;
  color: #fff;
  margin: -2px 5px 0px -14px;
  float: left;
}
.c-why .p-strong strong {
  margin-bottom: 10px;
  display: block;
}
.c-why p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}
.c-why .l-twenty {
  vertical-align: top;
  margin-bottom: 60px;
}
.c-why .l-twenty img {
  transform: translateY(50%);
}
.c-why .l-eighty {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1100px) {
  /* */
  .c-flying-ballon {
    display: none;
  }
  .c-why-jumbo-bg {
    padding: 60px 0 0 0;
  }
  .c-round-jusqua {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media only screen and (max-width: 800px) {
  /* */
  .c-why h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 400px) {
  /* */
  .c-why h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
.c-make__adjust ul {
  margin: 0px 0px 30px 0px;
}
.c-make__adjust ul li {
  line-height: 24px;
}
.c-make h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #3c3c3c;
  line-height: 50px;
  margin-bottom: 30px;
}
.c-make .c-make__logo {
  max-width: 240px;
  margin: -12px 10px 0px 40px;
  display: inline-block;
  float: left;
}
.c-make p, .c-make ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.c-make ul li {
  list-style: none;
}
.c-make .blue-dot {
  font-size: 26px;
  padding-right: 5px;
}
.c-make-schem-bg {
  background-color: #24a9dc;
  padding: 60px 0;
  text-align: center;
  margin-top: 20px;
}
.c-make h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #3c3c3c;
  margin: 50px 0;
  text-align: center;
}
.c-make h2 strong {
  color: #24a9dc;
}
.c-make-trio {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  text-align: center;
  align-items: baseline;
  justify-content: center;
  color: #fff;
}
.c-make-trio {
  margin-top: 40px;
}
.c-make-trio div {
  padding: 0 40px;
}
.c-make-trio__write span {
  content: '';
  width: 100%;
  height: 100px;
  display: block;
  float: left;
  background-image: url('https://c25295.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/maker-write.png');
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
}
.c-make-trio__house span {
  content: '';
  width: 100%;
  height: 100px;
  display: block;
  float: left;
  background-image: url('https://791862.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/maker-house.png');
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
}
.c-make-trio__transport span {
  content: '';
  width: 100%;
  height: 100px;
  display: block;
  float: left;
  background-image: url('https://5f78ce.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/maker-transport.png');
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1100px) {
  /* */
  .c-make-trio {
    flex-direction: column;
  }
  .c-make-trio__house, .c-make-trio__write, .c-make-trio__transport {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  /* */
  .c-make h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 400px) {
  /* */
  .c-make h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
.h-top {
  vertical-align: top;
}
.h-middle {
  margin: auto;
}
.h-center {
  text-align: center;
}
.flag-fr::before {
  content: '';
  width: 5px;
  height: 80px;
  background-image: url('https://7ceb25.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/french-flag.png');
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  margin: 4px 12px 0px 0px;
}
.c-more-filet {
  text-align: right;
  border-top: 1px solid #000;
}
.c-qui {
  position: relative;
  height: auto;
  display: flex;
}
.h-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-qui h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #3c3c3c;
  line-height: 50px;
  margin-bottom: 30px;
}
.c-qui .c-qui__logo {
  max-width: 240px;
  margin: -12px 10px 0px 0px;
  display: inline-block;
  float: left;
}
.c-qui p, .c-qui ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 19px;
}
.c-qui ul li {
  list-style: none;
}
.c-qui .blue-dot {
  font-size: 26px;
  padding-right: 5px;
}
.c-qui-schem-bg {
  background-color: #24a9dc;
  padding: 60px 0;
  text-align: center;
  margin-top: 20px;
}
.c-qui h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #3c3c3c;
  margin: 0px;
  text-align: center;
}
.c-qui h2 strong {
  color: #24a9dc;
  margin: 0 !important;
}
.c-pallet__baseline {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
  text-align: center;
}
.c-pallet__eco {
  max-width: 220px;
  margin-top: 20px;
}
.c-qui h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #3c3c3c;
  margin: 0px;
}
.c-qui h3 strong {
  color: #24a9dc;
  margin: 0 !important;
}
.c-pallet-bg {
  width: 295px;
  height: 100%;
  display: block;
  margin: 0 auto;
  background-color: #28aae2;
  margin-top: 40px;
  background-image: url('https://b7ec1b.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/fille-bg-blue.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  background-blend-mode: multiply;
  text-align: center;
}
.c-pallet-bg::before {
  content: '';
  width: 450px;
  height: 300px;
  background-image: url('https://ff76e1.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/pallet.png');
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px 0px 0px -90px;
}
.c-rounds {
  display: flex;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
.c-rounds a {
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-31%);
}
.c-rounds__why {
  width: 33%;
  height: 370px;
  display: block;
  background-image: url('https://f7841b.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/circle-box.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.c-rounds__buy {
  width: 33%;
  height: 370px;
  background-image: url('https://10fdd1.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/circle-buy.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.c-rounds__make {
  width: 33%;
  height: 370px;
  background-image: url('https://f18e3e.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/circle-make.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.c-qui ul {
  margin: 20px 0px 0px -10px;
}
.c-qui li {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 7px;
  list-style: none;
}
.c-qui li::before {
  content: '•';
  font-size: 30px;
  display: inline-block;
  color: #24a9dc;
  margin: -2px 5px 0px -14px;
  float: left;
}
@media only screen and (max-width: 1100px) {
  /* */
  .c-qui {
    display: block;
  }
  .c-pallet-bg {
    height: 250px;
  }
  .c-rounds {
    flex-direction: column;
  }
  .c-rounds__why, .c-rounds__buy, .c-rounds__make {
    width: 100%;
    display: block;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 800px) {
  /* */
  .c-buy ul, .c-make ul {
    margin: 0;
    padding: 0;
  }
  .c-qui h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 400px) {
  /* */
  .c-qui h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
.c-contact h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #3c3c3c;
  margin: 0px;
  text-align: center;
}
.c-contact h2 strong {
  color: #24a9dc;
  margin: 0 !important;
}
.c-contact__form {
  margin-top: 100px;
}
.powered-by {
  display: none !important;
}
.c-contact-bg p {
  color: #fff;
}
.c-contact-bg {
  width: 295px;
  height: 550px;
  display: block;
  margin: 0 auto;
  background-color: #28aae2;
  margin-top: 40px;
}
.c-contact-bg::before {
  content: '';
  width: 450px;
  height: 300px;
  background-image: url('https://ff76e1.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/pallet.png');
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px 0px 0px -90px;
}
html body .formcraft-css .fc-form.frame-hidden .form-page-content {
  margin-right: 0;
}
body.page-template-espace-medias .c-footer {
  margin-top: -20px;
}
body.page-template-espace-medias h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #3c3c3c;
  line-height: 50px;
  margin-bottom: 30px;
}
.l-medias {
  display: flex;
}
.l-medias h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #3c3c3c;
  margin: 50px 0;
  text-align: center;
}
.l-medias .l-fifty.l-half--left {
  text-align: right;
  vertical-align: top;
  width: 50%;
}
.l-medias .l-fifty.l-half--left .l-fifty {
  width: 600px;
}
.l-medias .l-fifty.l-half--right {
  text-align: left;
  vertical-align: top;
  background-color: #24a9dc;
  width: 50%;
}
.l-medias .l-fifty.l-half--right .l-fifty {
  width: 600px;
}
.l-medias .l-fifty.l-half--right h2 {
  color: #fff;
}
.c-medias__media {
  display: block;
  position: relative;
  width: 80%;
  height: auto;
  margin: 20px auto;
}
.c-medias--articles .c-medias__media {
  display: inline-block;
  width: 40%;
  margin: 0px 5%;
  text-decoration: none;
}
.c-medias--articles .c-medias__media .media__title {
  text-align: center;
  text-decoration: none;
  color: #24a9dc;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.c-medias--articles .c-medias__media .media__title:focus, .c-medias--articles .c-medias__media .media__title:active {
  text-decoration: none;
  border: none;
}
@media only screen and (max-width: 1100px) {
  /* */
  .l-medias .l-fifty.l-half--right .l-fifty, .l-medias .l-fifty.l-half--left .l-fifty {
    width: 100%;
  }
  .c-medias--articles .c-medias__media {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.c-etude {
  position: relative;
  height: auto;
  display: flex;
}
.c-etude h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #3c3c3c;
  line-height: 50px;
  margin-bottom: 30px;
}
.c-etude .c-etude__logo {
  max-width: 240px;
  margin: -12px 10px 0px 0px;
  display: inline-block;
  float: left;
}
.c-etude p, .c-etude ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 19px;
}
.c-etude__content p {
  margin: 5px 0px 10px 0px;
}
.c-etude__content ul {
  margin: 0px 0px 15px -10px;
}
.c-etude__content li {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 17px !important;
  margin-bottom: 5px;
  list-style: none;
}
.c-etude__content li::before {
  content: '•';
  font-size: 30px;
  display: inline-block;
  color: #24a9dc;
  margin: -1px 5px 0px -14px;
  float: left;
}
.c-etude h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #3c3c3c;
  margin: 0px;
  text-align: center;
}
.c-etude h2 strong {
  color: #24a9dc;
  margin: 0 !important;
}
.c-etude h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  line-height: 29px;
  font-weight: 400;
  color: #3c3c3c;
  margin: 40px 0px 0px 0px;
}
.c-etude__content h3 {
  border-top: 1px solid #c6c6c6;
  padding-top: 30px;
}
.c-etude__content h3:first-child {
  border-top: none !important;
}
.c-etude h3 strong {
  color: #24a9dc;
  margin: 0 !important;
}
.c-etude-bg img {
  position: relative;
  z-index: 99;
  display: block;
  border: 1px solid #c6c6c6;
  margin-bottom: 8px;
  margin: 0px auto 8px auto;
  max-width: 330px;
}
.c-etude-bg {
  position: relative;
  height: 100%;
  margin-top: 40px;
  text-align: center;
}
.c-etude-bg::before {
  content: '';
  width: 295px;
  height: 100%;
  display: block;
  background-color: #28aae2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-height: 500px;
}
.c-rounds {
  display: flex;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
.c-rounds a {
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-31%);
}
.c-rounds__why {
  width: 33%;
  height: 370px;
  display: block;
  background-image: url('https://f7841b.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/circle-box.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.c-rounds__buy {
  width: 33%;
  height: 370px;
  background-image: url('https://10fdd1.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/circle-buy.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.c-rounds__make {
  width: 33%;
  height: 370px;
  background-image: url('https://f18e3e.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/circle-make.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.jsgrid-cell {
  font-size: 12px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.jsgrid-cell strong {
  font-weight: 800;
}
.jsgrid-grid-header, .jsgrid-grid-body {
  overflow: hidden;
}
.jsgrid-grid-header {
  margin-top: 20px;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1100px) {
  /* */
  .c-etude {
    display: block;
  }
  .c-etude-bg {
    height: auto;
  }
  .c-rounds {
    flex-direction: column;
  }
  .c-rounds__why, .c-rounds__buy, .c-rounds__make {
    width: 100%;
    display: block;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 800px) {
  /* */
  .c-buy ul, .c-make ul {
    margin: 0;
    padding: 0;
  }
}
.c-news-page h2 {
  font-size: 32px;
  line-height: 38px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.c-news-page-content {
  border-bottom: 1px solid #c6c6c6;
  padding: 20px 0px 0px 0px;
}
.c-news-page-content:last-child {
  border-bottom: none;
}
.c-news-page_title {
  color: #464d54;
}
.c-medias_title {
  color: #24a9dc;
}
.c-news-page_date {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  position: absolute;
  left: 0;
  text-align: center;
  padding: 35px 10px 10px 10px;
  background-color: #24a9dc;
  bottom: 0;
  font-weight: 400;
  margin-bottom: 6px;
}
.c-news-page_thumb {
  position: relative;
}
.c-news-page_subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  padding: 10px 0;
}
.c-news-page_solid {
  background-color: #000;
  width: 130px;
  height: 1px;
  display: block;
  margin-bottom: 10px;
}
.c-news-page_link a {
  font-weight: 600;
  text-decoration: none;
  color: #24a9dc;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
}
.c-news-page ul {
  margin: 0px 0px 0px -20px;
}
.c-news-page li {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 7px;
  list-style: none;
}
.c-news-page li::before {
  content: '•';
  font-size: 30px;
  display: inline-block;
  color: #24a9dc;
  margin: -2px 5px 0px -14px;
  float: left;
}
.c-news-page p strong {
  color: #24a9dc;
}
.c-solution__adjust ul {
  margin: 0px 0px 30px 0px;
}
.c-solution__adjust ul li {
  line-height: 24px;
}
.c-solution h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #3c3c3c;
  line-height: 50px;
  margin-bottom: 30px;
}
.c-solution .c-solution__logo {
  max-width: 240px;
  margin: 0px 10px 0px 15px;
  display: inline-block;
  transform: translateY(26%);
}
.c-solution p, .c-solution ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.c-solution ul li {
  list-style: none;
}
.c-solution .blue-dot {
  font-size: 26px;
  padding-right: 5px;
}
.c-solution-schem-bg {
  background-color: #24a9dc;
  padding: 60px 0;
  text-align: center;
  margin-top: 20px;
  background-image: url('https://9c6535.claudeassets.com/20221007161609im_/https://www.ipcube.com/wp-content/themes/ipcube/images/world-map.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}
.c-solution h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #3c3c3c;
  margin: 50px 0;
  text-align: center;
}
.c-solution h2 strong {
  color: #24a9dc;
}
.c-solution__france, .c-solution__tunisie, .c-solution__algerie, .c-solution__hollande {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.c-solution__france {
  position: absolute;
  top: 42.5%;
  transform: translateX(28%);
}
.c-solution__tunisie {
  position: absolute;
  top: 65.5%;
  transform: translateX(22%);
}
.c-solution__algerie {
  position: absolute;
  top: 60%;
  transform: translateX(68%);
}
.c-solution__hollande {
  position: absolute;
  top: 37%;
  transform: translateX(56%);
}
@media only screen and (max-width: 1100px) {
  /* */
  .c-solution-trio {
    flex-direction: column;
  }
  .c-solution-trio__house, .c-solution-trio__write, .c-solution-trio__transport {
    width: 100%;
    display: block;
  }
}

/*
     FILE ARCHIVED ON 16:16:12 Oct 07, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:08:02 Jun 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.055
  exclusion.robots: 0.129
  exclusion.robots.policy: 0.112
  esindex: 0.016
  cdx.remote: 21.748
  LoadShardBlock: 106.672 (3)
  PetaboxLoader3.datanode: 126.572 (4)
  load_resource: 68.015
  PetaboxLoader3.resolve: 40.265
*/