:root {
  --text: #2B3044;
  --line: #BBC1E1;
  --blue: #155b94;
  --hsize: 32px;
  --psize: 16px;
}

* {
  font-family: Montserrat, sans-serif;
}

.sp-loading {
  text-align: center;
  max-width: 270px;
  padding: 15px;
  border: 5px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #888;
}

.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  background: #eee;
  border: 5px solid #eee;
  border-radius: 3px;
  position: relative;
  margin: 0 25px 15px 0;
  float: left;
  max-width: 300px;
}

.sp-thumbs {
  text-align: left;
  display: inline-block;
}

.sp-thumbs img {
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
  width: 50px;
  height: 50px;
  overflow: hidden;
  opacity: 0.3;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sp-thumbs a:hover {
  opacity: 1;
}

.sp-thumbs a:active, .sp-current {
  opacity: 1 !important;
  position: relative;
}

.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}

.sp-large a img {
  max-width: 100%;
  height: auto;
}

.sp-large a {
  display: block;
}

.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: none;
}

.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.9);
  z-index: 1031;
  display: none;
  cursor: pointer;
}

.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}

#sp-prev, #sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: 0.2s;
}

#sp-prev {
  left: 10px;
}

#sp-prev:before {
  content: "";
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px;
}

#sp-next {
  right: 10px;
}

#sp-next:before {
  content: "";
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 16px;
  left: 18px;
}

#sp-prev:hover, #sp-next:hover {
  background: #444;
}

@media screen and (max-width: 575px) {
  .border-left-desktop-only {
    border-left: none !important;
  }
}
@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 15px 0;
  }
}
#carousel-1 {
  width: 500px;
}

@media screen and (max-width: 490px) {
  #carousel-1 {
    width: 300px;
  }
}
@media screen and (max-width: 320px) {
  #carousel-1 {
    width: 250px;
  }
}
@media screen and (max-width: 400px) {
  #sp-prev, #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}
.clean-block.clean-hero h2 {
  padding-top: 10px;
}

.feature-box p:hover {
  font-size: 16.5px;
  color: #000000;
  transition: 0.5s all;
}

.feature-box p {
  font-size: 16.5px;
  transition: 0.5s all;
  color: #595858;
}

.clean-block.clean-post .post-body h3 {
  padding-bottom: 20px;
}

img, svg {
  text-align: center;
  padding-bottom: 20px;
}

div {
  text-align: center;
}

.rounded.img-fluid.figure-img {
  padding-top: 10px;
}

.clean-block.clean-post .post-body h4 {
  padding-top: 50px;
  color: var(--blue) !important;
}

#row-text-align {
  padding-top: 50px;
}

.faq-page:hover {
  transition: 0.5s;
  color: #2b2b2b;
}

.faq-page {
  color: #7f7d7d;
  transition: 0.5s;
}

.clean-block.clean-faq .faq-item:not(:first-child) .question {
  color: #2b2b2b;
}

.clean-block.clean-faq .faq-item .question {
  color: #000;
}

.clean-block.clean-form form {
  border-top: 2px solid var(--blue);
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand {
  color: var(--blue) !important;
  font-weight: bold;
}

.button-plus {
  transition: all 0.5s;
  text-align: center;
  color: var(--blue);
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 0.3em 0.3em 0;
  border: 0.1em solid var(--blue);
  padding: 0.35em 1.2em;
  display: inline-block;
}

.button-plus:hover {
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  border-color: var(--blue);
  background-color: var(--blue);
  transition: 0.5s;
}

.button-devis:hover {
  border-radius: 15px;
  text-decoration: none;
  color: var(--blue);
  border-color: var(--blue);
  background-color: #fff;
  transition: 1s all;
}

.button-devis {
  background-color: var(--blue);
  transition: 1s all;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 0.3em 0.3em 0;
  border: 0.1em solid var(--blue);
  padding: 0.35em 1.2em;
  display: inline-block;
}

.demande-de-devis {
  padding-top: 50px;
}

p.ntext {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  background-color: #fff;
  padding-top: 15px;
}

#nouveau {
  color: #7289DA;
}

@media screen and (max-width: 400px) {
  .bg-xs {
    box-shadow: none !important;
    border-color: transparent !important;
    background-color: transparent !important;
    padding: 40px;
  }
}
.new-card {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  border: 0px;
}

zoom-card:hover {
  transform: scale(1.05);
}

.carousel-mobile {
  display: none;
}

.carousel-text {
  color: #fff;
}

@media screen and (max-width: 777px) {
  .carousel-pc {
    display: none;
  }
}
@media screen and (max-width: 777px) {
  .carousel-mobile {
    display: flex;
  }
}
.fit-cover {
  object-fit: cover;
}

#new-button {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  transition: 0.3s;
}

#new-button:hover {
  color: #2b2b2b;
  background-color: rgb(235, 234, 234);
  border-color: rgb(235, 234, 234);
  transition: 0.3;
}

.title-caracteristique {
  color: #2b2b2b;
}

.btn {
  background: #ffffff;
  color: #2b2b2b;
  border-color: linear-gradient(90.08deg, #34A1F0 48.43%, #97C7EF 55.91%);
  border-radius: 20px;
  transition: 0.3s;
}

.btn:hover {
  background: linear-gradient(90.01deg, #34A1F0 0%, #97C7EF 101%);
  border-color: transparent;
  transition: 0.3s;
}

.cta-btn {
  display: inline-block;
  position: relative;
  color: #155b94;
}

.cta-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #155b94;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.bhh {
  z-index: 5;
  position: absolute;
  right: 10px;
  top: 75px;
  width: 50px;
  opacity: 80%;
  transition: 0.3s;
}

.bhh:hover {
  opacity: 100%;
}

.searchBarPetrinD {
  margin-bottom: 25px;
  height: 50px;
  border-radius: 25px;
  background: #f1f1f1;
  border-width: 1px;
  border-color: var(--blue);
}

.searchBarPetrinM {
  margin-bottom: 25px;
  height: 100%;
  width: 100%;
  border: solid 1px;
  background: #f1f1f1;
  border-width: 1px;
  border-color: var(--blue);
}

.sbhh {
  z-index: 5;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  opacity: 80%;
  transition: 0.3s;
}

.sbhh:hover {
  opacity: 100%;
}

.flag {
  z-index: 5;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  opacity: 70%;
  transition: 0.3s;
}

.flag:hover {
  opacity: 100%;
}

.card-div:hover {
  transform: scale(1.03);
  transition: 0.5s;
}
.card-div:hover .flag_fr {
  opacity: 100%;
}
.card-div:hover .flag_it {
  opacity: 100%;
}
.card-div:hover .cta-btn:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.card-div {
  transition: 0.5s;
}

.card-shadow:hover {
  box-shadow: 0px 0px 5px rgba(161, 165, 170, 0.7);
  transition: 0.5s;
}

.card-shadow {
  transition: 0.5s;
}

.underline-blue {
  position: relative;
  display: inline-block;
  padding-bottom: 0.15rem;
  background-image: url(/assets/img/./images-svg/underline.svg?h=f33e775a8ea1cc0695335680fa7abcc4);
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flag_fr {
  z-index: 5;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  opacity: 0%;
  transition: 0.3s;
}

.flag_fr:hover {
  z-index: 5;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  opacity: 100%;
  transition: 0.3s;
}

.flag_it {
  z-index: 5;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  opacity: 0%;
  transition: 0.3s;
}

.flag_it:hover {
  z-index: 5;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  opacity: 100%;
  transition: 0.3s;
}

.underline-blue-big {
  position: relative;
  display: inline-block;
  padding-bottom: 0.15rem;
  background-image: url(/assets/img/./images-svg/underline-bigsize.svg?h=25ef2f1ad6ad1b8c0dadb4c08de1c575);
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.underline-blue-thin {
  position: relative;
  display: inline-block;
  padding-bottom: 0.15rem;
  background-image: url(/assets/img/./images-svg/underline-thinsize.svg?h=b5b1379699a1833803505077baac908e);
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.underline-blue-thin-2 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.45rem;
  background-image: url(/assets/img/./images-svg/underline-thinsize.svg?h=b5b1379699a1833803505077baac908e);
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.blue-hover {
  transition: 0.3s;
}

.blue-hover:hover {
  color: var(--blue);
  transition: 0.3s;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: var(--hsize);
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.blc {
  font-size: var(--hsize);
}

.cd-words-wrapper b.is-visible {
  position: relative;
  color: #155b94;
}

.cd-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

.is-visible, .blc {
  color: gery;
}

.animated-text {
  transform: scale(0.5);
}

@media (min-width: 768px) {
  .animated-text {
    transform: scale(1.2);
  }
}
@media (max-width: 888px) {
  .flag_fr {
    opacity: 100%;
  }
  .flag_it {
    opacity: 100%;
  }
}
@media (max-width: 576px) {
  .animated-text {
    transform: scale(0.3);
    white-space: nowrap;
  }
}
.noSelect {
  pointer-events: none;
}

.central-body {
  padding: 17% 5% 10% 5%;
  text-align: center;
}

.btn-go-home {
  position: relative;
  z-index: 200;
  margin: 15px auto;
  width: 150px;
  padding: 20px 5px;
  border: 1px solid #ebb210;
  border-radius: 100px;
  font-weight: 400;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.btn-go-home:hover {
  background-color: #ebb210;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
}

.objects img {
  z-index: 90;
  pointer-events: none;
}

.object_rocket {
  z-index: 95;
  position: absolute;
  transform: translateX(-50px);
  top: 75%;
  pointer-events: none;
  animation: rocket-movement 200s linear infinite both running;
}

.object_earth {
  position: absolute;
  top: 20%;
  left: 15%;
  z-index: 90;
}

.object_moon {
  position: absolute;
  top: 12%;
  left: 25%;
}

.object_astronaut {
  animation: rotate-astronaut 200s infinite linear both alternate;
}

.box_astronaut {
  z-index: 110 !important;
  position: absolute;
  top: 60%;
  right: 20%;
  will-change: transform;
  animation: move-astronaut 50s infinite linear both alternate;
}

.image-404 {
  position: relative;
  z-index: 100;
  pointer-events: none;
}

.stars {
  background: url(http://salehriaz.com/404Page/img/overlay_stars.svg);
  background-repeat: repeat;
  background-size: contain;
  background-position: left top;
}

.glowing_stars .star {
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  width: 3px;
  height: 3px;
  opacity: 0.3;
  will-change: opacity;
}

.glowing_stars .star:nth-child(1) {
  top: 80%;
  left: 25%;
  animation: glow-star 2s infinite ease-in-out alternate 1s;
}

.glowing_stars .star:nth-child(2) {
  top: 20%;
  left: 40%;
  animation: glow-star 2s infinite ease-in-out alternate 3s;
}

.glowing_stars .star:nth-child(3) {
  top: 25%;
  left: 25%;
  animation: glow-star 2s infinite ease-in-out alternate 5s;
}

.glowing_stars .star:nth-child(4) {
  top: 75%;
  left: 80%;
  animation: glow-star 2s infinite ease-in-out alternate 7s;
}

.glowing_stars .star:nth-child(5) {
  top: 90%;
  left: 50%;
  animation: glow-star 2s infinite ease-in-out alternate 9s;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, canvas, img, video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

img {
  border-style: none;
  border-radius: 5px;
}

.button:hover {
  color: var(--blue);
  background-color: #ffffff;
}

.fundo {
  animation: scales 3s alternate infinite;
  transform-origin: center;
}

.pao-baixo {
  animation: rotatepao 14s cubic-bezier(0.1, 0.49, 0.41, 0.97) infinite;
  transform-origin: center;
}

.pao-cima {
  animation: rotatepao 7s 1s cubic-bezier(0.1, 0.49, 0.41, 0.97) infinite;
  transform-origin: center;
}

.olhos {
  animation: olhos 2s alternate infinite;
  transform-origin: center;
}

.left-sparks {
  animation: left-sparks 4s alternate infinite;
  transform-origin: 150px 156px;
}

.right-sparks {
  animation: left-sparks 4s alternate infinite;
  transform-origin: 310px 150px;
}

.olhos {
  animation: olhos 2s alternate infinite;
  transform-origin: center;
}

@keyframes scales {
  from {
    transform: scale(0.98);
  }
  to {
    transform: scale(1);
  }
}
@keyframes rotatepao {
  0% {
    transform: rotate(0deg);
  }
  50%, 60% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes olhos {}
@keyframes left-sparks {
  0% {
    opacity: 0;
  }
}
#main-404 {
  min-height: 600px;
  margin: 0px auto;
  width: auto;
  max-width: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: dash 4s alternate infinite;
}

@keyframes dash {
  0%, 30% {
    fill: 4B4B62;
    stroke-dashoffset: 0;
  }
  80%, 100% {
    fill: transparent;
    stroke-dashoffset: -200;
  }
}
a {
  text-decoration: none;
}

#new {
  position: relative;
  z-index: 2;
  padding: 2px 8px;
  color: #fff;
  background-color: #c61118;
  border-radius: 10em;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  font-size: 11px;
  margin-left: 15px;
}

.OriginalColorPicker {
  background-color: #cf916a !important;
  border-color: #cf916a !important;
}

.a-animation-contact {
  font-size: var(--hsize);
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: inherit;
  margin: 0 var(--spacing, 0px);
  transition: margin 0.25s;
}
.a-animation-contact .svg-animation-contact {
  width: 160px;
  height: 110px;
  position: absolute;
  left: 50%;
  bottom: -50%;
  transform: translate(-50%, 7px) translateZ(0);
  fill: none;
  stroke: var(--stroke, var(--line));
  stroke-linecap: round;
  stroke-width: 2px;
  stroke-dasharray: var(--offset, 69px) 278px;
  stroke-dashoffset: 361px;
  transition: stroke 0.25s ease var(--stroke-delay, 0s), stroke-dasharray 0.35s;
}
.a-animation-contact:hover {
  color: var(--blue);
  --spacing: 4px;
  --stroke: var(--blue);
  --stroke-delay: .1s;
  --offset: 180px;
}

.img-accueil-3:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.img-accueil-3 {
  border-radius: 1000px;
  transition: 0.3s;
}

.mobile-only-h {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-only-h {
    display: contents;
  }
  .mobile-only-v {
    display: none;
  }
  .fsize {
    margin-top: 180px;
    margin-bottom: -125px;
  }
}
@media screen and (min-width: 767px) {
  .searchBarPetrinM {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .desktop-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .desktop-only-767 {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .info-card {
    max-width: 95% !important;
  }
}
.info-card {
  position: relative;
  background-color: #0A5B94;
  margin-top: 50px;
  border-radius: 8px;
  padding:25px;
  width: 1070px;
  max-width: 100%;
  margin-bottom: 50px;
  z-index: -1;
  overflow: hidden;
}

.link-blue-bg {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  transition: 0.3s;
}

.link-blue-bg:hover {
  color: #FFD700;
  text-decoration: none;
}

.bg-circle {
  background-color: #1E81D2;
  width: 414px;
  height: 286px;
  filter: blur(99px);
  position: absolute;
  z-index: -1;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.btn-cta-bottom-card {
  margin-top: 30px;
}

.btn-cta-bottom-card, .btn-cta-hero {
  padding: 15px 25px;
}

.btn-cta {
  padding: 6px 12px;
}

.btn-cta-bottom-card, .btn-cta, .btn-cta-hero {
    border-radius: 50px;
    border: none;
    color: #fff;
    background-color: #155b94;
    transition: 0.3s;
    -webkit-box-shadow: inset 0px -5px 5px 0px #00000025; 
    box-shadow: inset 0px -5px 5px 0px #00000025;
}

.btn-cta-bottom-card:hover, .btn-cta:hover, .btn-cta-hero:hover {
  background-color: #1E81D2;
  color: #fff;
  border-color: #1E81D2;
  transform: translateY(2px);
  -webkit-box-shadow: inset 0px 5px 5px 0px #00000025; 
  box-shadow: inset 0px 5px 5px 0px #00000025;
}

.nav-link-p {
  transition: 0.3s;
}

.nav-link-p:hover {
  color: var(--blue) !important;
  transition: 0.3s;
}

.target {
  background-color: #41a0ec;
  color: white;
}

.searchIcon {
  display: flex;
  justify-content: right;
  text-align: right;
}

.price-color {
  color: #155b94;
  font-weight: bold;
}

.quote-button {
  border: none;
  background-color: transparent;
  color: var(--blue);
  font-weight: bold;
}