/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
@import url("msg.css");
:root {
  color-scheme: light dark;
  --background-image-light: url('../images/banner/body_bg.jpg');
  --background-image-dark: url('../images/banner/body_bg.jpg');
}

@media (prefers-color-scheme: light) {
  body {
   background: var(--background-image-light) no-repeat scroll 0 0 / 100% 100%;
   background-color: #F2F5F9; /* Couleur de fond de secours pour le mode clair*/
  }
}

@media (prefers-color-scheme: dark) {
  body {
  background: var(--background-image-dark) no-repeat scroll 0 0 / 100% 100%;
    background-color: #3d3d3d; /* Couleur de fond de secours pour le mode sombre*/
  }
}

body {
  margin: 0;
  padding: 0;
  top: 0 !important;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #000000;

}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h5 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none !important;
  text-decoration: none !important;
}

input {
  outline: none !important;
}

button {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.small_button a {
  font-family: Muli;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  background-color: #00c1d5;
  padding: 8px 27px;
  border-color: #00c1d5;
  margin-top: 15px !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

#page-top {
  overflow-x: hidden !important;
}

.container {
  max-width: 1111px;
}

/* Header Css  */
.header_area {
  padding-top: 19px;
  padding-bottom: 10px;
  background: #FFF;
}

.hader_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu ul li a {
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  line-height: 14px;
  display: inline-block;
  margin-left: 34px;
  font-weight: 400;
  color: #006FE5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menu ul li a:hover {
  color: #000000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.hero_section_area {
  padding-top: 108px;
  padding-bottom: 110px;
}

.hero_title h1 {
  font: normal normal 600 50px/60px Readex Pro, sans-serif;
  letter-spacing: 0px;
  text-align: center;
  color: #000089;
	
}

.hero_title {
  padding-bottom: 80px;
}

.technical_specifications_area {
  background-color: rgba(0, 0, 137, 0.13);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  padding: 52px 106px 34px 106px;
}

.technical_content h5 {
  font: normal normal 24px/41px Readex Pro, sans-serif;
  letter-spacing: 0px;
  color: #000089;
  font-weight: 500;
  padding-bottom: 5px;
}

.technical_content p {
  color: #000000;
  line-height: 34px;
}

.row.overlay_left_image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.server_image img {
  width: 125%;
  max-width: 125%;
  position: relative;
  z-index: 2;
}

.brand_logo_area {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand_logo {
  margin-right: 20px;
}

h4 {
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #000089;
}

p {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 34px;
  color: #000000;
  font-weight: 400;
}

.use_cases_title {
  padding-top: 60px;
  padding-bottom: 34px;
}

.use_cases_details {
  max-width: 388px;
  width: 100%;
}

.use_cases_icon {
  text-align: center;
}

.use_cases_details.use_cases_right {
  max-width: 388px;
  width: 100%;
  float: right;
  text-align: right;
}

.use_cases_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile {
  display: none;
}

/* Reserve your dedicated servers Area Css  */
.reserve_server_area {
  padding-bottom: 100px;
}

.title h2 {
  padding-bottom: 45px;
  font-family: "Readex Pro", sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #000089;
  max-width: 734px;
  width: 100%;
  margin: auto;
}

.serveur_mono_gpu_area {
  background-color: rgba(0, 111, 229, 0.04);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 10px;
}

.serveur_mono_gpu_box {
  padding: 50px 53px 53px 53px;
}

.serveur_mono_gpu_box h4 {
  text-align: center;
  font-weight: 600;
  padding-bottom: 40px;
}

.serveur_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.serveur_title {
  width: 120px;
  text-align: right;
  margin-right: 45px;
}

.serveur_title h5 {
  color: #1A1A64;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}

.serveur_mono_price_box {
  background-color: rgba(0, 111, 229, 0.04);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 22px 30px 30px 30px;
  text-align: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.serveur_mono_price_box h5 {
  font: normal normal 600 24px/31px Barlow;
  letter-spacing: 0px;
  color: #006FE5;
  padding-bottom: 11px;
}

.serveur_mono_price_box a {
  background: transparent -o-linear-gradient(332deg, #20DCE5 0%, #057FE5 100%, #006FE5 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(118deg, #20DCE5 0%, #057FE5 100%, #006FE5 100%) 0% 0% no-repeat padding-box;
  border-radius: 38px;
  padding: 10px 80px;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.serveur_double_gpu_area {
  background-color: rgba(0, 0, 137, 0.04);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 10px;
}

.serveur_item_area {
  max-width: 400px;
  width: 100%;
  margin: auto;
}

/* Footer Css  */
.footer_area {
  padding-bottom: 33px;
}

.footer_content p,
.footer_content a {
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.footer_content a {
  margin: 0px 5px;
}

.active {
  color: #000000 !important;
}

/* Mono GPU Page Css  */
.confirm_request_area {
  padding-top: 58px;
  padding-bottom: 58px;
}

.title h2 span {
  color: #006FE5;
}

.title p {
  max-width: 896px;
  width: 100%;
  margin: auto;
  line-height: 25px;
  padding-bottom: 15px;
}

input[type="text"],
input[type="email"],
textarea,
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 0px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
  color: #000000;
  /* background: #FFF; */
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 6px;
  box-shadow: 0 0 0 rgb(0 0 0 / 16%);
}

.contat_form_area_content {
  background-color: rgba(0, 0, 137, 0.04);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  padding: 40px 63px;
}

.contat_form_area {
  margin-top: 40px;
}

.mono_gpu_single_box .serveur_mono_gpu_box {
  padding: 40px 0px 0px 0px;
}

.required {
  color: #ff0000 !important;
}

.mono_gpu_single_box .brand_logo_area {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

textarea {
  outline: none !important;
}

textarea#remarques {
  height: 152px;
}

.chaps_obigatoires {
  font-weight: 300;
  font-style: italic;
  padding-bottom: 32px;
  display: inline-block;
}

input[type="submit"] {
  background: transparent -o-linear-gradient(332deg, #20DCE5 0%, #057FE5 100%, #006FE5 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(118deg, #20DCE5 0%, #057FE5 100%, #006FE5 100%) 0% 0% no-repeat padding-box;
  border-radius: 38px;
  padding: 10px 80px;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}

.contat_form_area_content label {
  font-family: "Readex Pro", sans-serif;
  color: #1A1A64;
  font-size: 18px;
  font-weight: 500;
  padding-top: 7px;
  display: inline-block;
}

.offers a {
  color: #006FE5;
  padding-top: 30px;
  display: inline-block;
  text-decoration: underline !important;
}


/* Legal Notice Area Css  */

.legal_notice_area {
  padding-top: 57px;
  padding-bottom: 57px;
}

.legal_details_content p {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 20px;
  font-weight: 300;
}

.legal_details_content h6 {
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #000000;
  padding-top: 7px;
}

.legal_details_content h3 {
  font-family: "Readex Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #000089;
}