/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto+Slab:wght@400;700&family=Roboto:ital,wght@0,500;1,400&display=swap');
 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Raleway:wght@400;600&family=Roboto&family=Roboto+Slab:wght@400;500;600&display=swap');
@font-face {
    font-family: "bebasneue";
    src: url("fonts/bebasneue_bold.woff2") format('woff');
}

html,
body {
    overflow-x: hidden
}

body {
    font-family: 'Roboto Slab', serif;
    margin: 0;
    font-size: 16px;
    scroll-behavior: smooth;
}

h1,
h2,
.beb {
    /*   font-family: "bebasneue"; */
    /*    font-family: 'Open Sans'; */
    /*  letter-spacing: 1px; */
    font-family: 'Roboto', sans-serif;
}

.fo_h {
    font-family: 'Roboto Slab', serif;
}

header {
    background: var(--dark);
    color: var(--dark-color);
   
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    z-index: 100000;
    left: 0;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: height 500ms, padding 500ms, background-color 500ms;
}

header.fixed {
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%)
}

a:focus,
a:hover {
    color: var(--orange);
    text-decoration: none;
}

img.logo_color {
    display: none;
}

.fixed img.logo_w {
    display: none;
}

.fixed img.logo_color {
    display: block;
}
 

.center {
    margin-top: 20px;
    text-align: center;
}

.bg-gris {
    background-color: #eee;
}

.bg-blanc {
    background-color: #fff;
}

.bg-dotted {
    /*  border-bottom: dotted 2px #ccc; */
}

.ora-box {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.pt-0 {
    padding-top: 0 !important;
}

#logiciels .ora-box {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    position: relative;
    /*     border-radius: 10px; */
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 29px 0 #ddd;
    width: 100%;
}

.ora-date {
    background: #39b449;
    bottom: 0;
    color: #292929;
    height: 50px;
    left: auto;
    padding: 9px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50px;
    z-index: 2;
}

.ora-ref {
    background: var(--orange);
    bottom: 0;
    right: 0;
    color: #fff;
    left: auto;
    padding: 0px 0px !important;
    position: absolute;
    right: 50px;
    text-align: center;
    z-index: 2;
    width: 50px;
    height: 50px;
}

.ora-ref span {
    font-size: 21px;
    display: block;
}

.ora-date-j {
    font-size: 21px;
    display: block;
}

.ora-date-m {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    line-height: 12px;
}

.ora-box img {
    max-width: 100%;
    transition: all 0.5s;
}

.ora-box * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ora-box:hover img {
    transform: scale(1.06);
}

.ora-box:hover .ora-box-title {
    /*    color: var(--orange); */
}

.ora-box-title {
    position: absolute;
    top: 10%;
    z-index: 100;
    width: 100%;
    font-size: 24px;
    padding: 10px;
    color: #000;
    text-align: right;
    padding-right: 30px;
    transition: all 0.5s;
}

#logiciels .ora-box-title span {
    display: block;
    width: 100%;
}

#logiciels .ora-box-title {
    width: 50%;
    font-size: 21px;
    right: 0;
    font-weight: bold
}

.ora-box img {
    max-width: 100%;
}

#logiciels .ora-box img {
    max-width: 50%;
    float: left;
}

#logiciels .ora-box:hover {
    color: #fff;
    transition: all 500ms;
}

#logiciels .ora-box:hover .ora-box-title {
    color: #fff;
}
.lb-number{ display: none !important;}
.lien-plus, .lb-caption a {

    color: var(--lire-btn) !important;
    background: url("../img/right-arrow-2.png" ) no-repeat;
    background-position: 95% 95%;
    padding: 5px 0px ; 
    padding-bottom: 2px;

    padding-right: 35px;
    
    display: inline-block;
 /*    border: 1px solid  var(--background-btn); */
    
    font-size: 13px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    text-transform: initial;
    transition: all 0.5s;
}

a.lien-plus:hover ,.lb-caption a:hover  {
    background-color: transparent; 
}

.full_page  {
    height: 100vh;
}

#slide {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

#slide .slide_desc {
    position: absolute;
    top: 32%;
    left: 20%;
    color: #fff;
    text-align: center;
    width: 60%;
}

#slide .slide_desc h2 {
    font-size: 54px;
    text-transform: uppercase;
    color: var(--orange);
}

.ora-cover {
    background: #000;
    width: 100%;
    height: 100vh;
    opacity: 0.8;
}

#slide .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    min-width: 100%;
    opacity: 0.6;
}

#slide .item {
    height: 100vh;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 100
}

.owl-nav button {
    outline: none;
}

.owl-nav .owl-prev {
    float: left;
    margin-left: 50px
}

.owl-nav .owl-next {
    float: right;
    margin-right: 50px
}

a.logo {}

a.logo img {
    max-width: 100%;
    height: 55px;
}

.s_title {
    margin-bottom: 50px;
}

.h2_title {
    font-size: 42px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.h2_title::before,
.h2_title::after {
    content: '';
    width: 50px;
    height: 3px;
    background: var(--orange);
    display: inline-block;
    margin: 0px 25px 12px 25px;
}

.sub_h2 {
    margin: 15px 0 0 0;
    color: #444444;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 15px;
}


/* services */

#services a {
    color: #000;
}

.b-icon-box H3 {
    font-family: "bebasneue";
    letter-spacing: 1px;
    font-size: 25px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 15px;
}

.b-icon-box {
    content-visibility: auto;
    text-align: left;
    padding: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(2, 5, 15, 0.15);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    height: 370px;
    font-size: 16px;
}

.b-icon-box::before {
    content: '';
    position: absolute;
    background: var(--orangeOpa);
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}

div.b-icon-box>i {
    display: block;
    border-radius: 100%;
    background: var(--orange);
    width: 60px;
    height: 60px;
    transition: background-color 333ms;
    margin-bottom: 24px;
    color: #FFF;
    font-size: 44px;
}

div.b-icon-box>i::before {
    position: relative;
    text-align: center;
    line-height: 60px;
    width: 60px;
    color: #FFF;
    font-size: 35px;
    transition: background-color 333ms, color 333ms;
    display: block;
}

.b-icon-box:hover::before {
    background: var(--orange);
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.b-icon-box:hover {
    color: #fff;
}

#en-chifre {
    text-align: center;
    padding: 150px 0px;
    background: var(--dark);
    color: #fff;
}

.ora-dark .h2_title {
    color: var(--orange);
    margin-top: 0px;
}

.ora-dark .h2_title::before,
.ora-dark .h2_title::after {}

#en-chifre h3 {
    font-size: 40px;
}

#en-chifre h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--orange);
}

#contact {
    background-attachment: fixed;
    min-height: 600px;
}

.ora-info-contact {
    text-align: center;
    padding: 0px 40px;
    padding-top: 25px;
}

.ora-info-contact p {
    padding: 10px 40px;
    font-size: 19px;
}

.ora-info-contact i {
    font-size: 48px;
    color: var(--orange);
}

.ora-info-contact li {
    margin-bottom: 40px;
}

.ora-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #a1abcb;
    margin-bottom: 10px;
}

.ora-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #a1abcb;
    margin-bottom: 10px;
}

textarea.ora-input {
    height: 200px;
}

.ora-input:focus {
    outline: none;
    border: 1px solid var(--orange);
}

#contact .btn {
    padding: 10px;
    background: var(--orange);
    color: #fff;
}

#newsletter {}

.ora-form-nws {
    box-shadow: 0px 0px 20px #1a32818c;
    padding: 10px;
}

.ora-form-nws input {
    margin: 5px 0px;
}


/* page interne */

.ora-fill {
    min-height: 300px;
    background-color: #1a3281;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.ora-fill.bg-image {
    min-height: 70vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 80%;
}

.ora-bg-cover {
    background-color: #000000cc;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.ora-fill-title {
    position: absolute;
    bottom: 0px;
    width: 70%;
    height: 50%;
    left: 15%;
    z-index: 2;
    text-align: center;
}

.ora-fill-title {
    color: #fff;
    text-transform: uppercase;
}

.ora-fill-title ul {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    display: table;
}

.ora-fill-title ul li {
    float: left;
    padding: 5px 20px;
    border-right: 1px solid #ccc;
}

.ora-fill-title ul li a {
    color: #fff;
}

.ora-fill-title ul li a:hover {
    color: var(--orange);
}

.ora-fill-title ul li:last-child {
    border-right: none
}

.ora-content {
    min-height: 80vh;
    padding: 50px 0px;
    padding-bottom: 0;
}

.ora-content-blog {
    padding: 100px 0px;
    min-height: 50vh;
}

.ora-content-gris .ora-card {
    background: #fff;
    font-family: "bebasneue";
}

.ora-content-gris .ora-card a {
    color: #000;
}

.ora-content-gris .ora-card .ora-box {
    margin-bottom: 0px;
}

.ora-box-desc {
    padding: 15px;
}

.ora-card {
    margin-bottom: 30px;
}

.ora-card img {
    max-height: 250px;
    min-height: 250px;
}

.ora-card H3 {
    color: #000;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    height: 50px;
}

.ora-card .ora-card-excerpt {
    color: #7f8c8d;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
}

.ora-card .lien-plus {
    display: inline-block;
    text-transform: uppercase;
}

/* .card-blog .lien-plus {
    color: gray;
    background-color: #fff;
    padding: 2px 10px;
    display: inline-block;
    border: 1px solid gray;
    border-radius: 20px;
    font-size: 12px;
    font-family: 'Roboto Slab', serif;
    text-transform: initial;
}
 */
/* .card-blog .lien-plus:hover {
    color: #fff;
    background-color: #000;
} */

.card-blog a {
    color: #000;
}

#ora-info .ora-body {
    margin: 15px 0 0 0;
    color: #444444;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 15px;
}

.ora-item-logiciel {
    /*  border-bottom: 1px solid #cfcfcf; */
    /*  padding: 50px 0px; */
}

.ora-items-col {
    height: 400px;
}

.ora-items-img {
    background-size: contain;
    background-color: #e7e7e7;
    background-position: center;
    background-repeat: no-repeat;
}

.ora-item-pair {
    /*     background-color: #eee; */
}

.ora-item-pair .ora-items-img {
    float: right;
}

.ora-des {
    position: relative;
    display: table;
    height: 400px;
}

.ora-exerpt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 400px;
    padding: 60px;
}

.ora-ex {
    margin: 15px 0 0 0;
    color: #444444;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 15px;
}

.ora-ti-logiciel {
    color: var(--orange);
}

.ora-item-logiciel .lien-plus {
   /*  color: var(--orange) !important;
    border: 1px solid var(--orange); */
}

main {
    background: #FFF;
    z-index: 100;
    position: relative;
    margin-bottom: 60px;
    box-shadow: 2px 1px 4px #ccc;
}

footer {
    background: var(--dark);
    color: var(--dark-color);
    position: fixed;
    bottom: 0;
    width: 100%;
    background-size: 100%;
    font-family: 'Raleway', sans-serif;
    padding-top: 50px;
    padding-bottom: 20px;
}

footer h3 {
    color: var(--dark-color);
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
}

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

footer ul li {
    float: left;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 14px;
}

footer ul li:last-child {
    border: none;
}

footer ul li i {
    float: left;
    margin-bottom: 15px;
    font-size: 20px !important;
    margin-right: 10px;
}

footer ul li a {
     color: var(--dark-color); 
    text-decoration: none;
    display: block;
}
 
footer .ora-footer-social {
    margin-top: 20px;
}

footer .ora-footer-social ul li {
    float: left;
    width: auto;
    border: none;
}

footer .ora-footer-social ul li a {
    width: 50px;
    background: red;
}

footer .ora-footer-social ul li a i {
    background-color: #494949;
    /* padding: 9px; */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.ora-menus {
    height: 540px;
    padding-top: 50px;
}

.ora-droits {
    background-color: #191919;
    padding: 20px 0px;
    color: #999;
    clear: both;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 400;
    bottom: 0;
}

.ora-droits p {
    margin-bottom: 0;
}

.btn {
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
}

.btn:hover,
.btn.active,
.btn:active,
.open>.dropdown-toggle.btn-success,
.btn.focus,
.btn:focus {
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
}

.ora-img-produit {
    border: 1px solid #ccc;
    /* border-radius: 5px; */
    padding: 10px;
    background-color: #f5f5f5;
}

.ora-web {}

.ora-web section {
    padding: 100px 20%;
}

.ora-web .ora-sec-body {
    background: #eee;
}

.ora-web h3 {
    font-family: "bebasneue";
    letter-spacing: 1px;
    font-size: 25px;
}

.ora-content-guide {
    /*    background: #ececec; */
    padding: 100px 0px;
}

.ora-content-guide .item-guide {
    background: #fff;
    box-shadow: 0 0 29px 0 #ddd;
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: auto;
    /*  border-radius: 10px; */
}

.ora-content-guide .item-guide:hover .ora-title {
    color: #fff;
}

.ora-content-guide .item-guide a {
    color: #111;
}

.ora-content-guide .item-guide .ora-title {
    position: absolute;
    top: 10%;
    z-index: 100;
    width: 100%;
    font-size: 20px;
    padding: 10px;
    color: #000;
    text-align: right;
    padding-right: 20px;
    transition: all 0.5s;
    font-weight: bold;
    transition: 500ms all;
}

.ora-content-guide .item-guide .ora-title span {
    display: block;
}

.ora-content-guide .item-guide img {
    max-width: 50%;
    float: left;
}

.ora-content-gris {
    background: #f8f8f8;
}

.loader {
    left: 0;
    position: fixed;
    z-index: 9999;
    cursor: wait;
    background-size: 80px;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); /* Fond semi-transparent pour l'arrière-plan */
  display: flex;
  justify-content: center;
  align-items: center;
}
.ora-imgloader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid var(--orange);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spinloader 2s linear infinite;
 top: 43%;
    position: fixed;
    left: 47%;
    padding: 10px;
    z-index: 100;
    box-sizing: content-box;
    background: #fff;
}

.loader img {
    height: 50px;
    width: 50px;
    animation: spinlogo 2s linear infinite;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--orange);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--orange);
    border-color: var(--orange);
}

#produit .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

#produit .owl-nav button.owl-prev {
    left: -50px;
}

#produit .owl-nav button.owl-next {
    right: -50px;
}

#produit .owl-dots {
    text-align: center;
    padding-top: 15px;
}

#produit .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

#produit .owl-dots button.owl-dot.active {
    background-color: #000;
}

#produit .owl-dots button.owl-dot:focus {
    outline: none;
}

#produit .owl-nav button {
    position: absolute;
    top: 50%;
    color: #ccc;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

#produit span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

#produit .owl-nav button:focus {
    outline: none;
}


/* Sweep To Bottom */

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--orange);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
    color: white;
}

.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


/* Sweep To Left */

.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--orange);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
    color: white;
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.scrollToTop {
    width: 40px;
    height: 40px;
    padding: 3px;
    text-align: center;
    background: transparent;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 12px;
    right: 15px;
    display: none;
    font-size: 25px;
    z-index: 401;
}

.scrollToTop:hover {
    text-decoration: none;
}

.owl-nav img {
    width: 25px;
}

 

#contact-tel , #contact-tel-footer{
    position: relative;
    width: 50px;
    height: 50px;
    background: #39b449;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    z-index: 5000;
    /*  left: 10px;
    bottom: 20%; */
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: rotate(90deg); */
    transform: rotate(-10deg);
    float: right;
}
#contact-tel {display : none;}
#contact-tel-footer{ display: none;}

#contact-tel .fa-2x , #contact-tel-footer .fa-2x {
    font-size: 25px;
}

#contact-tel:hover , #contact-tel-footer:hover {
    padding: 5px;
    font-size: 15px;
    border: 2px solid #fff;
    transform: rotate(-20deg);
    transition: 500ms font-size;
}


/* login */

.card {
    width: 60%;
    margin: 0 auto;
}

.mt {
    margin-top: 10px;
}

.invalid-feedback {
    color: #fe0000;
}

.b-right {
    text-align: right;
    margin-bottom: 20px;
}

.content-form {
    height: auto;
    margin-bottom: 580px;
    padding: 100px 0px;
    min-height: 400px;
}

@media only screen and (max-width: 1200px) {
    .jmenu a {
        font-size: 17px !important; 
        padding: 15px 10px !important;
    }
    div.b-icon-box>i {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 992px) {
    .card {
        width: 80%;
    }
    a.logo img {
        margin-bottom: 10px;
        height: 60px;
    }
    .ora-info-contact p {
        padding: 10px 5px;
    }
    .ora-droits li a {
        margin: 0px 10px;
        font-size: 15px;
    }
    .ora-menu-footer li a {
        margin: 0 5px 10px 10px;
        font-size: 16px;
    }
    .ora-logo {
        text-align: center;
        padding-bottom: 5px;
    }
    #slide .slide_desc h2 {
        font-size: 42px;
    }
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
        border-width: 90px 1411px 23px 800px !important;
    }
 
    main {
    margin-bottom: 0 !important; 
   }
    footer {
        position: relative;
        padding-bottom:60px;
    }
    .ora-menus{height: auto }
    .ora-card img {
        max-height: none;
        min-height: auto;
        width: 100%;
    }
    .ora-web section {
        padding: 10% 10%;
    }
    .ora-fill-title {
        width: 90%;
        height: 50%;
        left: 5%;
    }
    .jmenu{ text-align: center !important;}
    header{ padding: 5px 0px !important;}
    .jmenu a { 
        padding: 6px 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    .ora-logo {
        text-align: left;
        padding-bottom: 0px;
    }
.scrollToTop {
    bottom: 10px;
    right: 10px;
}
.ora-droits {
   padding: 20px 30px;
  
}

.ora-droits p {
    font-size: 14px;
}    
 #slide .slide_desc {
  
    top: 30%;
   
}
    .content-form {
    margin-bottom: 0px;
 
}

.ora-imgloader {
 top: 40%;
    left: 44%;
 }
    .card {
        width: 100%;
    }
    .ora-fill-title {
        width: 90%;
        height: 60%;
        left: 5%;
    }
    .ora-content-guide .item-guide img {
        max-width: 40%;
        float: left;
    }
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
        border-width: 90px 1411px 23px 600px;
    }
    .owl-nav .owl-next {
        margin-right: 15px;
    }
    .owl-nav .owl-prev {
        margin-left: 15px;
    }
    #slide .slide_desc h2 {
        font-size: 40px;
    }
    #slide .slide_desc h3 {
        font-size: 21px;
    }
    .jmenu a {
        font-size: 25px !important;
    }
    #logiciels .ora-box-title {
        width: 60%;
    }
    .h2_title {
        font-size: 32px;
    }
    .b-icon-box {
        height: auto;
    }
    .jm-icon-menu::before {
        font-size: 30px;
    }
    header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    label.jm-menu-btn {
        color: #fff;
        cursor: pointer;
        display: block;
        position: fixed;
        top: 5px;
        right: 0;
        margin-bottom: 0;
    }
    #contact-tel{ display: none;   }
    #contact-tel-footer{
        display:flex ; 
        position: fixed;
        left: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
    } 
    
    #contact-tel .fa-2x {
        font-size: 20px;
    }
    a.logo img {
        margin-bottom: 0px;
    }
    #en-chifre h4 {
        font-size: 18px;
    }
    #logiciels .col-xs-12 {
        padding: 0;
    }
}

@media only screen and (max-width: 490px) {

    #ora-carousel{ display: none;}
    .fa-2x {
    font-size: 20px;
}

  .ora-imgloader {
    top: 38%;
    left: 39%;
} 
 
    .ora-content-guide .item-guide {
        margin-bottom: 15px;
    }
    .ora-content-guide {
        padding: 50px 0px;
    }
    .ora-menus {
        height: auto;
        padding-top: 50px;
        padding-bottom: 15px;
    }
    main {
        margin-bottom: 0 !important; 
    }
    .ora-content-guide .col-xs-12,
    #logiciels .ora-box {
        margin-top: 0;
    }
    .p_section {
        padding: 40px 0px;
    }
    .s_title {
        margin-bottom: 20px;
    }
    #slide .slide_desc h2{
        font-size: 35px;
    }
    .owl-nav img {
        width: 20px;
    }
    #slide .slide_desc {
        left: 15%;
        width: 70%;
    }
    #slide .slide_desc h3 {
        font-size: 18px;
        line-height: 23px;
    }
    .h2_title::before,
    .h2_title::after {
        content: '';
        width: 31px;
        height: 3px;
        background: var(--orange);
        display: inline-block;
        margin: 0px 10px 8px 10px;
    }
    .h2_title {
        font-size: 30px;
    }
    .ora-dark .h2_title {
        font-size: 30px;
    }
    .ora-dark .h2_title::before,
    .ora-dark .h2_title::after {
        display: none
    }
}
 
 @media only screen and (max-width: 400px) {
    .fa-2x {
    font-size: 20px;
}
.scrollToTop {
    bottom: 10px;
}
.ora-droits {
    padding: 10px 35px
}
#contact-tel-footer {
    bottom: 10px;
}

}
 
@keyframes spinloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinlogo {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}