/**
* Template Name: SoftLand - v4.1.0
* Template URL: https://bootstrapmade.com/softland-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: #9fa1a4;
  line-height: 1.5;
}

a {
  color: #777;
  text-decoration: none;
  transition: .3s all ease;
}

a:hover {
  color: #000;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: "Poppins", sans-serif;
  color: #000;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #2d71a1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 2px solid #6e6c6c !important;
}

figure figcaption {
  margin-top: .5rem;
  font-style: italic;
  font-size: .8rem;
}

section {
  overflow: hidden;
}

.section {
  padding: 7rem 0;
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2d71a1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3687c1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  /*padding: 15px 30px !important;*/
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}

.btn.btn-primary {
  background: #2d71a1;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #3b87bd, #005eb8);
}

.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #fff;
}

.feature-1 h3 {
  font-size: 20px;
}

.feature-1 p {
  color: #b1b1b1;
}

/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: .2rem;
  margin-bottom: 10px;
  display: block;
}

.step p:last-child {
  margin-bottom: 0px;
}

/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars span {
  color: #FF8803;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2d71a1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2d71a1;
}

/* Pricing */
.pricing {
  padding: 50px;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing h3 {
  color: #2d71a1;
}

.pricing .price-cta {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}

.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing ul {
  margin-bottom: 50px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing .btn-white {
  background: #fff;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn-white:hover {
  color: #2d71a1;
}

.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: none;
}

.pricing.popular .popularity {
  color: #b3b3b3;
}

.pricing.popular h3 {
  color: #fff;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #2d71a1;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(to right, #274685 0%, #3db3c5 100%);
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}
/* cta section 2 */
.cta-section2 {
    background: linear-gradient(to right, #274685 0%, #3db3c5 100%);
    color: #fff;
}

.cta-section2 h2 {
    color: #fff;

}

@media screen and (max-width: 768px) {
    .cta-section2 h2 {
        font-size: 2rem;
    }
}

.cta-section2 .btn {
    background: #000000;
    color: #fff;
}

.cta-section2 .btn i {
    margin-right: 5px;
    font-size: 24px;
    line-height: 0;
}


/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 6px;
  border: 1px solid #dae0e5;
}

.form-control:active, .form-control:focus {
  outline : #00b862;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  text-decoration: none;
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #2d71a1;
}

.post-entry .post-text .readmore {
  color: #2d71a1;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child, .sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a, .sidelink li a {
  text-decoration: none;
  display: block;
}

.categories li a span, .sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a, .sidelink li.active a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}

#header.header-scrolled {
  background: rgba(39, 70, 133, 0.8);
  height: 60px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #2d71a1;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #2d71a1;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #2d71a1;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/hero-bg.jpg);
  position: relative;
}

.logo_accueil{
  width: 60% !important;
}

.logohomepage{
   width: 400px !important;
    margin-bottom: 40px;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section, .hero-section > .container > .row {
  height: 100vh;
  min-height: 880px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }

}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
}

.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -15%;
  overflow: hidden;
  left: 0;
/*  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;*/
}
.hero-section .iphone-wrap .phone-2 {
  position: absolute;
  top: -15%;
  overflow: hidden;
  left: 0;
  /*  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;*/
}
.phone-3 {
  position: absolute;
  top: -5%;
  overflow: hidden;
  left: 0;
 /* box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;*/
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
.hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
  .hero-section .iphone-wrap .phone-2 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
  .hero-section .iphone-wrap .phone-3{
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-1 {
  width: 250px;
}
.hero-section .iphone-wrap .phone-2{
  width: 150px;
}
.hero-section .iphone-wrap .phone-3{
  width: 250px;
}
.hero-section .iphone-wrap .phone-1 {
  margin-left: 100px;
}
.hero-section .iphone-wrap .phone-2 {
  margin-top: 200px;
  margin-left: -200px;
  width: 300px;
}
.hero-section .iphone-wrap .phone-3 {
  margin-top: 150px;
  margin-left: 150px;
  width: 450px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
  .hero-section .iphone-wrap .phone-3 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 400px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 0rem;
  }
  .hero-section .iphone-wrap .phone-1 {
    width: 30%;
    margin-left: 0px;
  }
  .hero-section .iphone-wrap .phone-2 {
    width: 35%;
    position: absolute;
    margin-top: 150px;
    margin-left: 0px;
  }
  .hero-section .iphone-wrap .phone-3 {
    width: 50%;
    position: absolute;
    margin-top: 100px;
    margin-left: 450px;
  }
}
@media only screen and (min-width: 10px) and (max-width: 480px) {
  .section-heading {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(-125deg, #3db3c5, #262626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero-section .hero-text-image {
    margin-top: 3rem;
  }
  .hero-section .iphone-wrap .phone-1 {
      width: 30%;
    margin-left: 0px;
  }
  .hero-section .iphone-wrap .phone-2 {
    width: 35%;
    position: absolute;
    margin-top: 100px;
    margin-left: 20px;
  }
  .hero-section .iphone-wrap .phone-3 {
    width: 50%;
    position: absolute;
    margin-top: 80px;
    margin-left: 170px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 5rem 0 2.5rem 0;
    background-image: linear-gradient(160deg, rgba(40, 65, 128, 0.73), rgba(52, 161, 191, 0.70)),
    url("/img/hero-bg.jpg") ;
    background-repeat: no-repeat;
    width: 100%;
    color: whitesmoke;
    background-size: cover;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
    color: whitesmoke;
}

.footer ul li {
  margin-bottom: 10px;
    color: whitesmoke;
}

.footer a {
  color: #efe1e1;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright, .footer .credits {
  font-size: 14px;
}
.footer-a2im{
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
}
.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: .3s background ease;
  color: #0d1e2d;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #2d71a1;
}

.social a i {
  line-height: 0;
}

.link-footer{
    color: whitesmoke;
}
.link-footer:hover{
    color: rgba(250, 199, 90, 0.94);
    border-bottom: rgba(250, 199, 90, 0.94) 2px solid;
    border-top: rgba(250, 199, 90, 0.94) 2px solid;
}



/*--------------------------------------------------------------
# card
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Baloo+2&display=swap");


.dark {
    background: #110f16;
}

.light {
    background: #f3f5f7;
}

a, a:hover {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
    margin: 2rem 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
}

/* Cards */
.card-cate{
    font-size: 16px;
    font-family: Nunito;
    text-transform: uppercase;
    color: #ffffff;
    margin: 25px;
    text-align: center;
}
.card-titre{
    height: 230px;
    font-size: 20px;
    font-family: Nunito;
    color: #0e1842;
}
.postcard {
    flex-wrap: wrap;
    display: flex;
    /*  background-color: rgba(150, 150, 150, 0.83);*/
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #2c6296;
    /*border: 1px solid #a5a5a5;*/
}
.postcard:hover{
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
}
.postcard.dark {
    background-color: #18151f;
}
.postcard.light {
    background-color: #e1e5ea;
}
.postcard .t-dark {
    color: #18151f;
}
.postcard a {
    color: inherit;
}
.postcard h1, .postcard .h1 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.postcard .small {
    font-size: 80%;
}
.postcard .postcard__title {
    font-size: 1.75rem;
}
.postcard .postcard__img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    position: relative;
}
.postcard .postcard__img_link {
    display: contents;
}
.postcard .postcard__bar {
    width: 50px;
    height: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}
.postcard .postcard__text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}
.postcard .postcard__preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
}
.postcard .postcard__tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin: 20px 0 0 0;
    padding: 0;
    justify-content: center;
}
.postcard .postcard__tagbox .tag__item {
    display: inline-block;
    background: rgba(83, 83, 83, 0.4);
    border-radius: 3px;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    cursor: default;
    user-select: none;
    transition: background-color 0.3s;
}
.postcard .postcard__tagbox .tag__item:hover {
    background: rgba(83, 83, 83, 0.8);
}
.postcard:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    border-radius: 10px;
}
.postcard:hover .postcard__bar {
    width: 100px;
}

@media screen and (min-width: 769px) {
    .postcard {
        flex-wrap: inherit;
    }
    .postcard .postcard__title {
        font-size: 2rem;
    }
    .postcard .postcard__tagbox {
        justify-content: start;
    }
    .postcard .postcard__img {
        max-width: 300px;
        max-height: 100%;
        transition: transform 0.3s ease;
    }
    .postcard .postcard__text {
        padding: 3rem;
        width: 100%;
    }
    .postcard .media.postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        background: #18151f;
        top: -20%;
        height: 130%;
        width: 55px;
    }
    .postcard:hover .postcard__img {
        transform: scale(1.1);
    }
    .postcard:nth-child(2n+1) {
        flex-direction: row;
    }
    .postcard:nth-child(2n+0) {
        flex-direction: row-reverse;
    }
    .postcard:nth-child(2n+1) .postcard__text::before {
        left: -12px !important;
        transform: rotate(4deg);
    }
    .postcard:nth-child(2n+0) .postcard__text::before {
        right: -12px !important;
        transform: rotate(-4deg);
    }
}
@media screen and (min-width: 1024px) {
    .postcard__text {
        padding: 2rem 3.5rem;
    }

    .postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        top: -20%;
        height: 130%;
        width: 55px;
    }

    .postcard.dark .postcard__text:before {
        background: #18151f;
    }

    .postcard.light .postcard__text:before {
        background: #e1e5ea;
    }
}
/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
    background: #79dd09;
    color: black;
}

.green .postcard__title:hover {
    color: #79dd09;
}

.green .postcard__bar {
    background-color: #79dd09;
}

.green::before {
    background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
    background: #0076bd;
}

.blue .postcard__title:hover {
    color: #0076bd;
}

.blue .postcard__bar {
    background-color: #0076bd;
}

.blue::before {
    background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
    background: #bd150b;
}

.red .postcard__title:hover {
    color: #bd150b;
}

.red .postcard__bar {
    background-color: #bd150b;
}

.red::before {
   /* background-image: linear-gradient(-30deg, rgba(255, 95, 1, 0.51), transparent 77%);*/
}

.red:nth-child(2n)::before {
 /*   background-image: linear-gradient(30deg, rgba(255, 95, 1, 0.51), transparent 77%);*/
}

.postcard .postcard__tagbox .yellow.play:hover {
    background: #bdbb49;
    color: black;
}

.yellow .postcard__title:hover {
    color: #bdbb49;
}

.yellow .postcard__bar {
    background-color: #bdbb49;
}

.yellow::before {
    background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

@media screen and (min-width: 769px) {
    .green::before {
        background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }

    .green:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }

    .blue::before {
        background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .blue:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }


    .yellow::before {
        background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
    }

    .yellow:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
    }
    .scroll {
        max-height: 100px;
        overflow-y: auto;
    }
}
/*** Modal ***/

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}


.modal-open {
    overflow: hidden; }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0; }
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none; }
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
.modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0; }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
.modal-backdrop.fade {
    opacity: 0; }
.modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
    background-color: rgb(114, 187, 245) !important;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-family: 'Goldman', cursive;
    padding: 5px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem; }

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef; }
.modal-footer > :not(:first-child) {
    margin-left: .25rem; }
.modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto; }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2)); }
    .modal-sm {
        max-width: 300px; } }

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px; } }

.entete{
    background-color: #b0bed0;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #d75a4a;
}

/******************** MAP **************/
#map {
    width: 100%;
    height: 100%;
}
/*** cadrage apropos ***/
.titreapropos1{
    text-transform: uppercase;
    font-size: 38px !important;
    font-family: Nunito;
}

.titreapropos{
    text-transform: uppercase;
}
.blueligne{
    background-color: #002bff;
    width: 200px;
    margin: auto;
    margin-bottom: 35px;
    height: 2px !important;
}
.decor{
    background-color: #ced2d4;
    text-align: center;
    border-radius: 20px;
}

.cadreimage-gauche::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 20%;
    width:20px;
    height: 450px;
    background-color: #2c6a9c;
    z-index: 2;
}
.cadreimage-droite::before {
    content: "";
    display: block;
    position: absolute;
    left: 638px;
    top: 20%;
    width:20px;
    height: 300px;
    background-color: #2c6a9c;
    z-index: 2;
}

.textalign{
    text-align: justify;
    color: #343b3e;
}

/******* mention legale ****/
.box-number{
    text-align: center ;
    color: rgba(12, 109, 193, 0.24);
    font-size: 45px;
    font-family: Nunito;
    border-right: 5px solid rgba(12, 109, 193, 0.12);
    height: 100%;
    position: relative;
    right: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-titre{
    font-family: Nunito;
    font-size: 40px;
    color: whitesmoke;
}
.gradient {
    display: inline-block;
    background: white;
    color: black;
    position: relative;
}

.gradient::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(left, rgba(13, 56, 202, 0.83), rgba(28, 136, 179, 0.87));
    background: linear-gradient(to right, rgba(13, 56, 202, 0.83), rgba(28, 136, 179, 0.87));
    content: '';
    display: block;
    mix-blend-mode: screen;
}
/*** rating star ***/
.stargold{
    color: #ffca2c !important;
}
.stargray{
    color: #3c3c3c !important;
}
/********************** deco accueil *****************/
.descriptif{
    text-align: left;
}
.ul-acc{
    list-style-type: none;
    text-align: left;
    font-size: 14px;
}
.li-acc{
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    top: 0.2rem;
    margin-right: 0.4rem;
    content: "";
    background-image: url("/img/icone/roudentee_1.png");
    background-size: contain;

}
.competences-card{
    background: rgba(208, 211, 214, 0.49);
    border-radius: 12px;
    margin: 8px;
    width: 310px;
}
.competences-card:hover{
    background: rgba(133, 190, 245, 0.49);

}
.competences-heading {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(-45deg, #898fc6, #c3e7ec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fond_competences{
    content: ' ';
    background: #2f2f2f url(/img/fond/robot-bg.jpg) no-repeat;
    padding: 0px 0 10px 0;
    color: #fff;
    background-size: cover;
    width: 100%;
    height: 1000px;
}

.fond_competences::before {
    position: absolute;
    background: linear-gradient(-45deg, rgba(169, 172, 208, 0.88), rgba(5, 27, 110, 0.73));
    content: ' ';
    opacity: 0.6;
    width: 100%;
    height: 1000px;
}

.competences-step {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background: rgba(31, 136, 177, 0.5);
    padding: 20px;
    height: 350px;
    border-radius: 20px;

}
.competences-step h3{
    color : #ffffff !important;
 }
.competences-step:hover{
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background: rgba(207, 215, 227, 0.5);
    color : #64c7f3 !important;
}
.competences-step:hover h3{
    color : #010b0e !important;
}
.competences-step .number {
    background: linear-gradient(-45deg, #c3d8e9, #0be5f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: .2rem;
    margin-bottom: 10px;
    display: block;
}

.factory-size{
    width: 350px;
}
.competences-size{
    width: 250px;
}
.cablages-size{
    width: 190px;
}
.competences-step-title{
    font-size: 23px;
    font-weight : bold;
    font-family: Nunito;
    color : #030e3b;
    text-align: center;
}
.titre-comp{
    color: #000000;
    font-family: Nunito;
}
.titre-comp-cta{
    color: whitesmoke;
    font-family: Nunito;
}
.codesys{
    color: gray ;
}
.codesys:hover{
    color: whitesmoke;
    text-shadow: 1px 1px 2px #000000;
}

.imgcodesys{
    width: 10%;
}
.services{
    border: 1px solid rgba(15, 151, 255, 0.32);
    border-radius: 8px;
    height: 500px;
    padding: 15px;
}
.services:hover{
     background: rgba(2, 20, 72, 0.5);
 }
.services:hover p,.services:hover h3{
    color : white;
}
.titre-acc:hover{
    color : whitesmoke;
}
.border-serv{
    -webkit-border-bottom-right-radius: 80px !important;
    -moz-border-radius-bottomright: 80px !important;
    border-bottom-right-radius: 80px !important;
}

.fond_services{
    margin-bottom: 20px;
}
/************ Appropos **************/
.lettrine{
    Color: #0e1842;
}
.jmsize{
    width : 90%
}
.jmsig{
    font-family: "Segoe Script";
}
.a2im{
    color: #061748;
    text-shadow: 1px 1px 2px #3e99d6;
}
.apropos{
    margin-top: 50px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
    .image-article {
        position: relative;
        top: -60px !important;
        Z-index: 3;
        border-radius: 20px;
        background-color: transparent !important;
    }
    .services{
        border: 1px solid rgba(15, 151, 255, 0.32);
        border-radius: 8px;
        width: 300px;
        height: 500px;
        margin-bottom: 25px;

    }
    .competences{
        margin-bottom: 25px;

    }
    .competences-heading {
        font-size: 24px;
        font-weight: 700;
        background: linear-gradient(-45deg, #898fc6, #c3e7ec);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .fond_competences{
        content: ' ';
        background: url(/img/fond/vertical-bg.jpeg) no-repeat;
        color: #fff;
        background-size: cover;
        width: 100%;
        height: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .fond_competences::before {
        background: none !important;
        position: absolute;
        content: ' ';
        opacity: 0.6;
        width: 100%;
        height: 100%;
    }
    .decor{
        background-color: #ced2d4;
        text-align: center;
        border-radius: 20px;
    }

    .cadreimage-gauche::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 20%;
        width:20px;
        height: 400px;
        background-color: #2c6a9c;
        z-index: 2;
    }
    .cadreimage-droite::before {
        content: "";
        display: block;
        position: absolute;
        left: 335px;
        top: 20%;
        width:20px;
        height: 150px;
        background-color: #2c6a9c;
        z-index: 2;
    }
    .auteur{
        background: linear-gradient(-45deg, rgba(222, 52, 10, 0.93), #a56509);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .post-header{
        font-size: 55px;
        font-weight: 700;
        background: linear-gradient(-45deg, rgba(16, 25, 198, 0.65), #de460a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .postcard-header{
        color: #0e1842;
        font-family: Nunito;
        font-size: 18px;
        font-weight: bold;
    }

    .post-soustitre{
        color: #002bff;
    }

    .post-name{
        color: #0e1842;
    }

    .post-titre{
        font-size: 22px;
    }

    .post-content{
        color: #0e1842;
    }


}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    .services{
        border: 1px solid rgba(15, 151, 255, 0.32);
        border-radius: 8px;
        width: 400px;
        height: 550px;
        margin-bottom: 25px;

    }
    .services:hover{
        background: rgba(2, 20, 72, 0.5);
    }
        .competences{
        margin-bottom: 25px;
    }
    .factory-size{
        width: 350px;
    }
    .competences-size{
        width: 250px;
    }
    .cablages-size{
        width: 190px;
    }
    .competences-heading {
        font-size: 50px;
        font-weight: 700;
        background: linear-gradient(-45deg, #898fc6, #c3e7ec);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .fond_competences{
        content: ' ';
        background: url(/img/fond/vertical-bg.jpeg) no-repeat;
        color: #fff;
        background-size: cover;
        width: 100%;
        height: 100%;
        margin-bottom: 15px;
        margin-top: 25px;
    }
    .fond_competences::before {
        background: none !important;
        position: absolute;
        content: ' ';
        opacity: 0.6;
        width: 100%;
        height: 100%;
    }
    .decor{
        background-color: #ced2d4;
        text-align: center;
        border-radius: 20px;
    }
    .jmsize{
        width : 200%
    }
    .cadreimage-gauche::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 20%;
        width:20px;
        height: 270px;
        background-color: #2c6a9c;
        z-index: 2;
    }
    .cadreimage-droite::before {
        content: "";
        display: block;
        position: absolute;
        left: 335px;
        top: 20%;
        width:20px;
        height: 150px;
        background-color: #2c6a9c;
        z-index: 2;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .cadreimage-gauche::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 20%;
        width:20px;
        height: 330px;
        background-color: #2c6a9c;
        z-index: 2;
    }
    .cadreimage-droite::before {
        content: "";
        display: block;
        position: absolute;
        left: 460px;
        top: 20%;
        width:20px;
        height: 190px;
        background-color: #2c6a9c;
        z-index: 2;
    }
    .services{
        border: 1px solid rgba(15, 151, 255, 0.32);
        border-radius: 8px;
        margin-bottom: 25px;
    }

}
/**************** Actualités *******************/
.auteur{
    background: linear-gradient(-45deg, rgba(222, 52, 10, 0.93), #a56509);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.post-header{
    font-size: 55px;
    font-weight: 700;
    background: linear-gradient(-45deg, rgba(253, 250, 250, 0.65), #de460a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.post-soustitre{
    color: #002bff;
}

.post-name{
    color: #0e1842;
}

.post-titre{
    font-size: 22px;
}

.post-content{
    color: #0e1842;
}
.post-img{
    background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
    url("/img/fond/roue-bg2.png");
    width: 100%;
}
.btn-post {
    background-color: #01012d;
    color:white;
    border-radius: 8px;
}
.btn-post:hover {
    background: linear-gradient(-45deg, #1391a5, #274685);
    color: #f8f8f8;
}
.link-services{
    border-bottom: 1px solid white;
    color: rgb(106, 184, 226);
}
.link-services:hover{
    border-top: 1px solid white;
    color: rgb(226, 206, 106);
}
.post-cover {
    height: 330px;
    -webkit-border-top-left-radius: 80px;
    -webkit-border-bottom-right-radius: 80px;
    -moz-border-radius-topleft: 80px;
    -moz-border-radius-bottomright: 80px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    border: none !important;
}
.post-cover2{
    height: 660px;
    border-radius: 20px;
    border: none !important;
    align-items: center;
}
.post-cardcover{
    height: 625px;
}
.informatique-size{
    width: 215px;
}
.motion-size{
    width: 200px;
}
.cablage-size{
    width: 160px;
}
/**************************************************************************/
/* competences :                                                          */
/**************************************************************************/
.Automatismes{
    background-image: linear-gradient(160deg, rgba(0, 1, 13,0.95), rgba(2, 62, 115,0.85)),
    url("/img/fond/cx2.jpg");
    background-repeat: no-repeat;
    width: 100%;
}
.Automatismes:hover{
    background-image: linear-gradient(160deg, rgba(0, 1, 13,0.95), rgba(2, 62, 115,0.85));
    background-repeat: no-repeat;
    width: 100%;
}
.Motions{
    background-image: linear-gradient(160deg, rgba(208, 62, 62, 0.85), rgba(179, 54, 54, 0.6)),
    url("/img/fond/roue-bg2.png");
    background-repeat: no-repeat;
    width: 100%;
}
.Motions:hover{
    background-image: linear-gradient(160deg, rgba(208, 62, 62, 0.89), rgba(179, 54, 54, 0.94));
    background-repeat: no-repeat;
    width: 100%;
}
.Informatiques{
    background-image: linear-gradient(160deg, rgba(7, 7, 7, 0.95), rgba(111, 112, 111, 0.8)),
    url("/img/fond/informatique.jpg");
    background-repeat: no-repeat;
    width: 100%;
}
.Informatiques:hover{
    background-image: linear-gradient(160deg, rgba(7, 7, 7, 0.95), rgba(111, 112, 111, 0.8));
    background-repeat: no-repeat;
    width: 100%;
}
.Câblage{
    background-image: linear-gradient(160deg, rgba(67, 148, 118, 0.9), rgba(26, 80, 60, 0.72)),
    url("/img/fond/cablage.jpg");
    background-repeat: no-repeat;
    width: 100%;
}
.Câblage:hover{
    background-image: linear-gradient(160deg, rgba(67, 148, 118, 0.9), rgba(26, 80, 60, 0.72));
    background-repeat: no-repeat;
    width: 100%;
}
.Automatismes2{
    background-image: linear-gradient(160deg, rgba(0, 1, 13,0.95), rgba(2, 62, 115,0.85)),
    url("/img/fond/cx2.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: none !important;
}
.Motions2{
    background-image: linear-gradient(160deg, rgba(208, 62, 62, 0.89), rgba(179, 54, 54, 0.94)),
    url("/img/fond/roue-bg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: none !important;
}
.Informatiques2{
    background-image: linear-gradient(160deg, rgba(7, 7, 7, 0.95), rgba(111, 112, 111, 0.8)),
    url("/img/fond/informatique.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: none !important;
}
.Câblage2{
    background-image: linear-gradient(160deg, rgba(67, 148, 118, 0.9), rgba(26, 80, 60, 0.72)),
    url("/img/fond/cablage.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: none !important;
}

.quote {                        /* le bloc "aside" qui contient la citation */
    margin-top:0;
    color: whitesmoke;
}
.quote.left{
    float:left;
    margin-right:0.5em;
}
.quote.right {
    float:right;
    margin-left:0.5em;
}
.quote p:before {
    content:'"';
}
.quote p:after {
    content:'"';
}
.quote p:before, .quote p:after {
    font-size:3.0em;
    line-height: 2px;
    vertical-align: bottom;
}
/**************************************************************************/
/* Services  :                                                            */
/**************************************************************************/
.userend{
    background-image: linear-gradient(160deg, rgba(0, 1, 13,0.95), rgba(2, 62, 115,0.85)),
    url("/img/fond/userend.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.userend:hover{
    background-image: linear-gradient(160deg, rgba(0, 1, 13,1), rgba(2, 62, 115,1));
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.userend2{
    background-image: linear-gradient(160deg, rgba(0, 1, 13,0.95), rgba(2, 62, 115,0.85)),
    url("/img/fond/userend.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: none !important;
    background-size: cover;
}
.constructeurs{
    background-image: linear-gradient(160deg, rgba(208, 62, 62, 0.89), rgba(179, 54, 54, 0.94)),
    url("/img/fond/constructor.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.constructeurs:hover{
    background-image: linear-gradient(160deg, rgba(208, 62, 62, 1), rgba(179, 54, 54, 1));
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.constructeurs2{
    background-image: linear-gradient(160deg, rgba(208, 62, 62, 0.89), rgba(179, 54, 54, 0.94)),
    url("/img/fond/constructor.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: none !important;
}
.formation{
    background-image: linear-gradient(160deg, rgba(7, 7, 7, 0.95), rgba(111, 112, 111, 0.8)),
    url("/img/fond/formation.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.formation:hover{
    background-image: linear-gradient(160deg, rgba(7, 7, 7, 1), rgba(111, 112, 111, 1));
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.formation2{
    background-image: linear-gradient(160deg, rgba(7, 7, 7, 0.95), rgba(111, 112, 111, 0.8)),
    url("/img/fond/formation.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: none !important;
}
.nego{
    background-image: linear-gradient(160deg, rgba(67, 148, 118, 0.9), rgba(26, 80, 60, 0.72)),
    url("/img/fond/negoce.jpg") ;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.nego:hover{
    background-image: linear-gradient(160deg, rgba(67, 148, 118, 1), rgba(26, 80, 60, 1));
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.nego2{
    background-image: linear-gradient(160deg, rgba(67, 148, 118, 0.9), rgba(26, 80, 60, 0.72)),
    url("/img/fond/negoce.jpg") ;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: none !important;
}
.userend-size{
    width: 240px;
}
.cons-size{
    width: 280px;
}
.formation-size{
    width: 265px;
}
.nego-size{
    width: 205px;
}
.ul-serv{
    list-style-type: none;
}
.li-serv::before{
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    top: 0.2rem;
    margin-right: 0.4rem;
    content: "";
    background-image: url("/img/icone/roudentee_1.png");
    background-size: contain;
}
/*********************/
/*    Actualités     */
/*********************/
.actu-cover {
    height: 450px;
    border-radius: 20px;
    border: none !important;
}
.actu-text{
    color : whitesmoke !important;
}
.actu-informatique-size{
    width: 215px;
}
.actu-motion-size{
    width: 180px;
}
.actu-cablage-size{
    width: 150px;
}
/*** ribbon ***/
.ribbon-right {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon-right span {
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#0984e3 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.ribbon-right span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}
.ribbon-right span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}

.ribbon-left {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon-left span {
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#1267C9 0%, #0C266E 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}
.ribbon-left span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #0C266E;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0C266E;
}
.ribbon-left span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #0C266E;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0C266E;
}
/*** Agenda ***/
.card-agenda {
    border-radius: 20px;
    border: none;
}
.card-agenda:hover{
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
}
.card-agenda-header{
    border-bottom: none;
    background: linear-gradient(-45deg, #1391a5, #274685);
    color: beige;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
/******* Article solo *****/

.image-article{
    position: relative;
    top:-135px;
    Z-index: 3;
    border-radius: 20px;
    background-color: transparent !important;
}
