@charset "utf-8";


/* Font Roboto */
/* Files woff2 downloaded using https://google-webfonts-helper.herokuapp.com/fonts */

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/medias/fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 26+, Opera 23+, Firefox 39+ */
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('/medias/fonts/roboto-v30-latin-300italic.woff2') format('woff2'); /* Chrome 26+, Opera 23+, Firefox 39+ */
}

:root {
    --primary: #4b4972;
    --secondary: #f0f0f8;
    --tertiary: #748d;
    --quartery: #663322;
}

* {
    scroll-behavior: smooth !important;
}

body#bodywebsite {
    font-size: 1.1em;
}

.bodywebsite .primary {
    color: var(--primary) !important;
}
.bodywebsite .secondary {
    color: var(--secondary) !important;
}
.bodywebsite .tertiary {
    color: var(--tertiary) !important;
}
.bodywebsite .quartery {
    color: var(--quartery) !important;
}

.bodywebsite .quatrevingtpercent {
    width: 80%;    
}

/* CSS content (all pages) */
body.bodywebsite { 
    margin: 0; font-family: 'Roboto', sans-serif; 
}


/* CSS for sticky effect of menubar */
.bodywebsite #rt-header {
    position: sticky;
    top: 0;
    z-index: 10;
}
.bodywebsite #rt-navigation {
    position: sticky;
    top: 83px;
    z-index: 10;
}


.bodywebsite h1 { 
    margin-top: 0; margin-bottom: 0; padding-top: 10px; padding-bottom: 10px; 
}

.bodywebsite .hidden {
    display: none;
}
.bodywebsite .centpercent {
    width: 100%;
}
.bodywebsite .wordbreak {
    white-space: break-all;
}
.bodywebsite img.imgforsmartphone.hidden {
    width: 200px;
    display: none;
}

.bodywebsite div.contentpaneopentext {
    width: 60%;
}
.bodywebsite img.contentpaneopenimage {
    min-width: 220px;
    max-width: 400px;
    min-height: 180px;    
    max-height: 184px;    
}
.bodywebsite img.contentpaneopenimage2 {
    width: 60px;
}
.bodywebsite img.logocompliant {
    margin-right: 40px;
    margin-left: 40px;
    filter: saturate(30%);
    opacity: 0.4;
    height: 2.6em;
}

.bodywebsite .hideoverflow {
    overflow: hidden;
}

.bodywebsite .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    flex-direction: row;
}
.primary.flexitem {
    padding-right: 10px;
    line-height: 1.4em;
}

.bodywebsite .vignette {
    display: flex;
}

.bodywebsite .vignette2, .bodywebsite .titlefeature {
    display: inline-block;
    line-height: 1.9em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.bodywebsite .vignette2 {
    width: 32px;
}

.bodywebsite .box-flex-container {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -8px 0 -8px;
    justify-content: space-between;
}

.bodywebsite .post-boxed-img-wrap img {
    border-radius: 3px;
    /* box-shadow: 1px 1px 10px #aaa; */
    filter: saturate(0.8);
}

.bodywebsite div.left {
    text-align: left;
}
.bodywebsite div.right {
    text-align: right;
}
.bodywebsite .paddingleft {
    padding-left: 4px;
}
.bodywebsite .plan-features ul li {
    line-height: 1.9em;
}

.bodywebsite .lineodd {
    background-color: #f8f8f8;    
}
.bodywebsite .lineeven, .bodywebsite .lineodd {
    padding-bottom: 25px;
}

.bodywebsite #features, .bodywebsite .containerhomefeatures {
    scroll-behavior: smooth;
}


.bodywebsite .button-test-now3 {
    background-color: var(--primary);
    color: #fff;
    padding: 15px !important;
    margin: auto;
    border-radius: 6px;
    max-width: 200px;
    text-align: center;
    white-space: nowrap;
}

.bodywebsite .divforimgcentpercent {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.bodywebsite .divforimgcentpercent img {
    box-shadow: 1px 1px 15px #ccc;
}
/* For video iframe */
.bodywebsite .divforimgcentpercent iframe {
    width: 560px;
    height: 315px;
}

.bodywebsite .boxshadow {
     box-shadow: 1px 1px 15px #ccc;
     border-radius: 5px;
}

.bodywebsite span.spanprice {
    font-weight: normal;
}

.bodywebsite .font13em {
    font-size: 1.3em;
}


.bodywebsite .corps h1 {
    margin-bottom: 0.5em;
    margin-top: 1.2em;
    text-align: start;
}
.bodywebsite h2 { 
    font-weight: normal; 
    font-size: 1.3em; 
}
.bodywebsite .corps h2 {
    color: #000080;
    font-size: 1.55em;
    margin-top: 1em;
    text-align: start;
}
.bodywebsite .corps h3 {
    font-size: 1.3em;
    font-weight: normal;
    text-align: start;
}


.bodywebsite .blog-box h2 {
    font-size: 0.8em;
}
.bodywebsite .blog-box span {
    font-size: 1em;
    opacity: 0.85;
    font-weight: 200;
}


.bodywebsite .moduletableboxfeature {
    /* width: calc(50% - 60px); */
    width: 380px;
    display: inline-block;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
    text-align: start;
}




.bodywebsite .valignmiddle {
  vertical-align: middle;
}
.bodywebsite .alignleft {
  text-align: left !important;
}
.bodywebsite .alignright {
  text-align: right !important;
}
.bodywebsite .nomargintopbottom {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.bodywebsite h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.bodywebsite div.warning {
    border-left: solid 5px #f2cf87;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 4px;
    padding-bottom: 8px;
    margin: 1em 0em 1em 0em;
    background: #fcf8e3;
}
.bodywebsite .warning {
    color: #887711 !important;
}

.bodywebsite .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /*margin-right: -15px;
    margin-left: -15px; */
}
.bodywebsite .row-flex-nowrap {
    flex-wrap: nowrap;
}

.bodywebsite .flex2column {
    /* flex: 2; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
}

.bodywebsite .flex-direction-reverse {
    flex-direction: row-reverse !important;
}


.bodywebsite #sectionnews .row {
    margin: 2em;
    max-width: 600px;
}
.bodywebsite #sectionjob .row {
    margin: 2em;
    width: 500px;
}    
.bodywebsite #sectionjob .blog-box.d-xl-inline-block {
    width: 100%;
}


.bodywebsite ul.itembadge {
  list-style: none; /* pour enlever les puces ou numéros */
  display: flex; /* pour utiliser la disposition flexible */
  justify-content: wrap; /* pour centrer les éléments horizontalement */
  flex-wrap: wrap; /* pour retour à la ligne */
  padding-left: 0;
}

.bodywebsite ul.itembadge li {
  margin: 5px 10px; /* pour ajouter un espace entre les éléments */
  border: 1px solid #f0f0f0;
  background: #f4f4f4;
  padding: 5px;
  border-radius: 5px;
}


.bodywebsite .box {
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.3);
    padding: 50px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bodywebsite .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.bodywebsite .divoflinks h4.footer-title {
    margin: 10px 0 5px 0;
    line-height: 1.25em;
}
.bodywebsite .divoflinks li {
    line-height: 1.8em;
}

@media (min-width: 576px) {
    .bodywebsite .col-sm-6 {
        flex: 0 0 50%;
        max-width: 40%;
    }
}
@media (min-width: 768px) {
    .bodywebsite .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 0;
        padding-right: 0;
    }
}

.bodywebsite .marginrightonly {
    margin-right: 6px;
}

.bodywebsite .pagination {
    width: 100%;
    margin: auto;
    margin-top: 15px;
    padding-top: 0;
    text-align: center;
    padding-bottom: 30px;
}
.bodywebsite .pagination {
  margin: 18px 0;
}
.bodywebsite .pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
}
.bodywebsite .pagination ul>li {
  display: inline;
}
.bodywebsite .pagination ul>li>a,
.bodywebsite .pagination ul>li>span {
  float: left;
  line-height: 18px;
  text-decoration: none;
  background-color: #fff;
}
.bodywebsite .pagination ul>li>a:hover,
.bodywebsite .pagination ul>li>a:focus,
.bodywebsite .pagination ul>.active>a,
.bodywebsite .pagination ul>.active>span {
  background-color: #f5f5f5;
}
.bodywebsite .pagination ul>.active>a,
.bodywebsite .pagination ul>.active>span {
  color: #999;
  cursor: default;
}
.bodywebsite .pagination ul>.disabled>span,
.bodywebsite .pagination ul>.disabled>a,
.bodywebsite .pagination ul>.disabled>a:hover,
.bodywebsite .pagination ul>.disabled>a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.bodywebsite .pagination ul>li:first-child>a,
.bodywebsite .pagination ul>li:first-child>span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.bodywebsite .pagination ul>li:last-child>a,
.bodywebsite .pagination ul>li:last-child>span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.bodywebsite .pagination li {
  display: inline-block;
}
.bodywebsite .pagination a,
.bodywebsite .pagination span,
.bodywebsite .pagination .counter {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  margin-right: 3px;
  padding: 4px;
}
.bodywebsite .pagination .counter {
  margin-top: 4px !important;
}
.bodywebsite .pagination-list {
  display: inline-block;
}
.bodywebsite .pagination li,
.bodywebsite .pagination li a,
.bodywebsite .pagination li span {
  text-align: center;
  text-decoration: none;
  color: #446;
  font-weight: 700;
}
.bodywebsite .pagination .active a,
.bodywebsite .pagination .active span {
  background-color: #aaa;
}



/* For plan prices */

.bodywebsite .plan-tile .plan-feat {
    display: block;
    font-size: 14px;
    color: #3C4858;
    text-align: center;
    padding: 22px 10px;
    min-height: 50px;
}
.bodywebsite .plan-tile .plan-pricer .plan-price {
    border-bottom: 1px solid #d5dadf;
    border-top: 1px solid #d5dadf;
    padding: 20px 0 20px;
    display: block;
}
.bodywebsite .plan-tile .plan-pricer .plan-price>span {
    color: #3C4858;
    font-size: 32px;
}
.bodywebsite .plan-price .amount {
    color: #4b4972 !important;
    font-weight: bold;
}

.bodywebsite .plan-tile .plan-pricer .plan-price>span>sup {
    font-size: 13px;
    top: -0.9em;
}
.bodywebsite .summaryplan {
    color: var(--tertiary);
}
.bodywebsite .plan-features {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}
.bodywebsite .plan-tile .plan-tag {
    color: #687484;
    text-align: center;
    font-size: 16px;
    padding: 0 5px 10px;
    font-weight: 300;
    min-height: 48px;
}
.bodywebsite .plan-tile .plan-title {
    padding: 20px 0 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.bodywebsite .plan-tile .plan-btn {
    text-align: center;
    padding: 0 15px 15px 15px;
}
.bodywebsite ul.list-unstyled {
    padding-top: 10px;
}
.bodywebsite .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.bodywebsite ul.list-marked-variant-2 {
    list-style-type: none;
    padding-left: 0;
}

.bodywebsite .plan-features li {
    font-size: 0.85em;
}
.bodywebsite .diffplan {
    color: #080;
}
.bodywebsite .saturate {
    filter: saturate(0.5);
}


/* For job page */

.post-boxed-title.font-weight-bold {
    margin-bottom: 20px;
    font-weight: bold;
    /* text-transform: uppercase; */
    font-size: 1.52em;
    height: 50px;
}
.bodywebsite .left {
    text-align: left;
}

.bodywebsite .paddingrightonly {
    padding-right: 8px;
}

.bodywebsite .opacitymedium {
    opacity: 0.5;
}
.bodywebsite div.mainlogo {
    text-align: center;
}

.bodywebsite .text-primary {
    color: #6c68c3;
}

.bodywebsite .customerdashboard {
    color: #eee !important;
    background: var(--tertiary);
    padding: 10px;
    border-radius: 10px;
}
.bodywebsite .customerdashboard {
    position: absolute;
    right: 20px;
    top: 20px;
}
.bodywebsite a div.customerdashboard {
    font-weight: normal;
}
.bodywebsite a div.customerdashboard:hover {
    box-shadow: 0px 0px 5px 2px #ccc;
}

.bodywebsite .blog-box {
    box-shadow: -1px -1px 12px 5px rgba(65, 65, 65, 0.1) !important;
}
.bodywebsite .margin-lr-30 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
@media (min-width: 1200px) {
.bodywebsite .container {
    max-width: 1170px;
}
}
@media (min-width: 992px) {
    .bodywebsite .container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .bodywebsite .container {
        max-width: 720px;
        width: 768px;
    }
}
@media (min-width: 576px) {
.bodywebsite .container {
    max-width: 540px;
}
}

.bodywebsite .text-uppercase {
    text-transform: uppercase !important;
}
.bodywebsite .list-inline {
    padding-left: 0;
    list-style: none;
}
.bodywebsite .row-40 > * {
    margin-bottom: 40px !important;
}
.bodywebsite .container.blog-box.d-xl-inline-block.margin-lr-30 {
    min-height: 150px;
}
.bodywebsite .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.bodywebsite .post-boxed-caption {
    padding: 20px;
    font-weight: normal;
}
.bodywebsite section#sectionnews, .bodywebsite section#sectionjob {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: stretch;
}
.bodywebsite .divblogpost {
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    box-shadow: 1px 1px 5px #ddd;
    min-height: 120px;
}
.bodywebsite .divblogpost {
    /* flex-shrink: 3; */
    flex-grow: 2;
    margin: 10px;
    max-width: calc(50% - 50px);
    min-width: 280px;
}
.bodywebsite .post-boxed-caption li {
    color: #898;
}


.bodywebsite h3 {
    font-size: 1.6em;
}
.bodywebsite .contentpaneopen h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.bodywebsite h3.dolibarrh2 {
    font-size: 1.1em;
}


.bodywebsite a.buttonlarge.buttoninstall {
    background-color: var(--tertiary) !important;
}

.bodywebsite .justify {
  text-align: justify;
}
.bodywebsite p {
  line-height: 1.4em;
}
.bodywebsite li.latestnews {
  line-height: 1.2em;
}
.bodywebsite li {
  line-height: 1.4em;
}
.bodywebsite .dolicloudmessage {
  padding: 10px;
  background: #FFF8E8;
  text-align: center;
}
.bodywebsite ul#socialmedialinks {
  margin: 0px;
  padding: 0px;
}
.bodywebsite ul#socialmedialinks li {
  float: left;
  margin: 3px;
  list-style: none;
}
.bodywebsite ul#socialmedialinks li a img {
  border: none;
}
.bodywebsite .clr {
  clear: both;
}

.bodywebsite .imgdoc {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 20px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 25px #aaa;
    max-width: calc(100% - 56px);
}


/* For component to select language */

.bodywebsite #jflanguageselection {
  float: right;
  margin: 15px 0px 10px 5px;
}
.bodywebsite #jflanguageselection img {
    filter: saturate(0.6);
}
.bodywebsite #jflanguageselection ul.jflanguageselection {
  list-style: none;
  padding: 0;
  margin-top: 3px;
  font-weight: normal;
}
.bodywebsite #jflanguageselection ul.jflanguageselection li {
  background-image: none;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  margin: 1px 1px 1px 1px;
  white-space: nowrap;
  border: none;
  font-size: 0.9em;
}
.bodywebsite #jflanguageselection ul.jflanguageselection li#active_language {
  font-weight: bold;
  font-size: 1.0em;
}
.bodywebsite #jflanguageselection ul.jflanguageselection li a {
  display: block;
}
.bodywebsite #jflanguageselection ul.jflanguageselection img {
  border: none;
}
.bodywebsite div#jflanguageselection img.langImg {
  float: left;
  border: none;
  margin-top: 3px;
}
.bodywebsite div#jflanguageselection li img.langImg {
  float: left;
  border: none;
  margin: 0px 1px 0px 1px;
}
.bodywebsite #jflanguageselection select.jflanguageselection {
  border: 1px solid #cccccc;
}
.bodywebsite #jflanguageselection label.jflanguageselection {
  position: absolute;
  left: -1000px;
}
.bodywebsite .rawimages {
  text-align: center;
  margin-top: 3px;
}
.bodywebsite .rawimages img {
  border: none;
  margin: 2px;
}
.bodywebsite .rawimages span#active_language img {
  margin: 2px;
  border: none;
}
.bodywebsite div#jflanguageselection img.langImg {
  float: left;
  border: none;
  margin-top: 3px;
}
.bodywebsite div#jflanguageselection li img.langImg {
  float: left;
  border: none;
  margin: 1px 3px 0px 0px;
}
.bodywebsite #jflanguageselection .opaque {
  filter: alpha(opacity=30);
}
.bodywebsite #jflanguageselection option.opaque {
  color: graytext;
}

/*
@media all body {
  .bodywebsite {
    overflow: auto;
  }
}
*/

.bodywebsite .body {
  color: #333333;
  margin: 0 0 0 0;
  padding: 0px;
  /* font-size: 14px; */
  font-family: Verdana, sans-serif;
}
.bodywebsite h1 {
  margin: 0;
  padding-top: 10px;
  font-size: 1.7em;
  line-height: 1.3em;
  color: #800080;
}
.bodywebsite .moduletablenone tbody tr td h1 {
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  padding: 6px;
  font-weight: 500;
}
.bodywebsite .toptitle {
  font-size: 28px;
  color: #000;
  text-shadow: 1px 1px 3px #eee;
}

.bodywebsite .toptitle2 {
    text-shadow: 0px 0px 3px #eee;
    color: #000;
}

.bodywebsite div#submenu {
  display: none;
  float: left;
  margin: 0;
  padding: 0px 0px 0px 0px;
  color: #fefefe;
  font-family: Tahoma, sans-serif;
  height: 2px;
  font-size: 2px;
  width: 1px;
  max-height: 2px;
}
.bodywebsite form {
  margin: 0;
  padding: 0;
}
.bodywebsite hr {
  color: #CCCCCC;
  height: 1px;
  width: 100%;
  background-color: #FFFFFF !important;
}
.bodywebsite .back_button {
  color: #999999;
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 3px;
  margin-right: 4px;
  float: right;
  line-height: 20px;
}
.bodywebsite .buttonlarge {
  font-weight: bold;
  border: 1px solid #D0D0D0;
  margin-top: 2px;
  margin-bottom: 4px;
  -moz-border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  border-radius: 5px 5px 5px 5px !important;
  box-shadow: 4px 4px 4px #EEE;
  -moz-box-shadow: 4px 4px 4px #EEE;
  -webkit-box-shadow: 4px 4px 4px #EEE;
}
.bodywebsite .inline-block {
  display: inline-block;
}
.bodywebsite .buttonmoreinfo,
.bodywebsite .buttoninstall {
  display: inline-block;
}
.bodywebsite .buttonlarge a {
  color: #666 !important;
  text-shadow: 1px 1px 0px #FFF;
}
.bodywebsite .withhover table:hover {
  opacity: 0.9 !important;
  box-shadow: 2px 2px 6px #EEE;
  -moz-box-shadow: 2px 2px 6px #EEE;
  -webkit-box-shadow: 2px 2px 6px #EEE;
}
.bodywebsite .buttonlarge2 {
  width: 220px;
  font-weight: bold;
  margin-bottom: 20px;
  background: #f4f4f4;
  -moz-border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  border-radius: 5px 5px 5px 5px !important;
  box-shadow: 1px 1px 15px #d0d0d0;
}
.bodywebsite .buttonlarge2 a {
  color: #666;
  text-shadow: 1px 1px 0px #FFF;
}
.bodywebsite .inputbox {
  color: #000000;
  background: #ffffff !important;
  border: 1px solid #cccccc;
  margin: 1px;
  font-size: 12px;
}
.bodywebsite table,
.bodywebsite td,
.bodywebsite div {
  color: #222222;
  margin: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
.bodywebsite p {
  /* color: #222222; */
  padding: 0px 0px 0px 0px;
  margin: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
.bodywebsite strong {
  color: #222222;
}
.bodywebsite .leftcol {
  width: 170px;
  padding: 10px 5px 10px 5px;
}
.bodywebsite .maincol {
  padding: 10px 8px 10px 5px;
}
.bodywebsite .rightcol {
  width: 190px;
  padding: 10px 12px 10px 5px;
}
.bodywebsite td.maincol div table.contentpaneopen {
  padding: 8px 24px 4px 0px !important;
}
.bodywebsite div.floatleft div table.contentpaneopen {
  padding: 8px 24px 4px 0px !important;
}
.bodywebsite .clear {
  clear: both;
}
.bodywebsite #container, .bodywebsite .containerhome {
  clear: both;
  height: 100%;
  margin: 0px auto;
  padding: 0;
  text-align: center;
  /* background: #fff; */
}
.bodywebsite #container table, .bodywebsite #containerhome table {
  width: 100% !important;
}

.bodywebsite .contentpane table.pollstableborder,
.bodywebsite table.moduletable {
  background: #F6F6F6;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 4px;
  color: #000000;
  font-size: 12px;
  font-family: sans-serif;
  margin: 0 0 10px 0;
  width: 100%;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  box-shadow: 3px 3px 3px #EEE;
  -moz-box-shadow: 3px 3px 3px #EEE;
  -webkit-box-shadow: 3px 3px 3px #EEE;
}
.bodywebsite table.pollstableborder th,
.bodywebsite table.moduletable th {
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  width: 138px;
  height: 20px;
  padding: 10px 5px 10px 15px;
  text-indent: 2px;
  color: #220050;
  text-shadow: 5px 5px 5px #DDD;
}
.bodywebsite table.moduletable td {
  text-align: left;
  padding-top: 2px;
  padding-left: 8px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-size: 13px;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  margin: 0 0 10px 0;
}
.bodywebsite table.moduletablelargebutton {
  margin-top: 10px;
  margin-bottom: 20px;
}
.bodywebsite div.modulesocial {
  margin-left: 30px;
}

.bodywebsite a:link,
.bodywebsite a:visited {
  color: #004488;
  text-decoration: none;
  font-weight: bold;
}
.bodywebsite a:hover {
  color: #5088a9;
  text-decoration: none;
  font-weight: bold;
}
.bodywebsite a.category:link,
.bodywebsite a.category:visited {
  font-weight: bold;
}
.bodywebsite ul {
  margin: 0px;
  padding-left: 12px;
}
.bodywebsite li {
  margin-left: 4px;
  padding-left: 0;
  padding-top: 0;
}
.bodywebsite table.contenttoc {
  border: 1px solid #dcdcdc;
  background: #F1F1F1;
  padding: 5px;
  margin-left: 2px;
  margin-bottom: 2px;
}
.bodywebsite .pagenavcounter {
  font-size: 10px;
  color: #0066CC;
}
.bodywebsite .pagenavbar {
  border-top: 1px solid #999999;
  padding: 2px;
}
.bodywebsite .pagenav {
  color: #888888;
  font-weight: bold;
  font-size: 12px;
}
.bodywebsite a.pagenav:link,
.bodywebsite a.pagenav:visited {
  color: #004488;
  text-decoration: none;
}
.bodywebsite a.pagenav:hover {
  color: #5088a9;
  text-decoration: none;
}
.bodywebsite .date {
  font-size: 10px;
  font-weight: bold;
  color: #707070;
  padding-right: 12px;
}
.bodywebsite .small {
  font-size: 0.8em;
}
.bodywebsite .smalldark {
  font-size: 10px !important;
  color: #333333;
}
.bodywebsite .createdate,
.bodywebsite .modifydate {
  float: right;
  font-size: 10px;
  color: #886666;
  font-weight: normal;
}
.bodywebsite .content_vote {
  font-size: 10px;
  height: 22px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.bodywebsite .content_rating {
  font-size: 10px;
  color: #999999;
}
.bodywebsite .pathway {
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 10px;
  color: #aec2cd;
  padding-left: 12px;
}
.bodywebsite a.pathway:link,
.bodywebsite a.pathway:visited {
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #57a0c9;
  font-size: 10px;
  padding-left: 0;
}
.bodywebsite a.pathway:hover {
  color: #efefef;
  font-size: 10px;
  padding-left: 0;
}
.bodywebsite a.blogsection {
  color: #004488;
}
.bodywebsite a.contentpagetitle {
  color: #220050;
  font-size: 1.4em;
  line-height: 1.4em;
}
.bodywebsite table.content {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
}
.bodywebsite table.contentpane {
  width: 100%;
  border-spacing: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}
.bodywebsite table.contentpaneopen {
  width: 100%;
  border-spacing: 0;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 2px;
}
.bodywebsite .blog tr td table.contentpaneopen {
  background-position: left bottom;
  background-repeat: repeat-x;
}
.bodywebsite .poll {
  color: #333333;
  line-height: 12px;
  font-weight: normal !important;
  padding-top: 2px;
}
.bodywebsite .pollstableborder {
  border-color: #999999;
  width: 100%;
}
.bodywebsite .contentheading {
  padding: 10px 0 4px 0px !important;
  border-bottom: 1px solid #BBBBBB;
  margin-bottom: 20px;
  text-shadow: 5px 5px 5px #DDD;
}
.bodywebsite .contentheading,
.bodywebsite .componentheading {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-align: left;
  text-indent: 0;
  color: #220050;
  padding: 1px;
  margin-bottom: 4px;
}
.bodywebsite .componentheading {
  border-bottom: 1px solid #BBBBBB;
  font-size: 14px;
  text-shadow: 5px 5px 5px #DDD;
  padding-bottom: 2px;
  margin-bottom: 20px;
}
.bodywebsite .ontab {
  border-left: 1px solid #666666;
  text-align: center;
  font-weight: bold;
  color: #333333;
  padding: 5px;
  cursor: pointer;
  line-height: 30px;
}
.bodywebsite .offtab {
  border-left: 1px solid #666666;
  text-align: center;
  color: #999999;
  font-weight: normal;
  padding: 5px;
  cursor: pointer;
  line-height: 30px;
}
.bodywebsite .tabpadding {
  border-left: 1px solid #666666;
}
.bodywebsite .col {
  vertical-align: top;
  background: #ffffff;
  padding-top: 5px;
}
.bodywebsite .contentdescription {
  width: auto !important;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  text-align: left;
}
.bodywebsite .searchbox {
  margin: 0;
  padding: 0;
  margin-top: 13px;
  margin-left: 10px;
  width: 130px;
  font-size: 12px;
  color: #707070;
  border: 1px solid #cccccc;
  padding: 2px !important;
  padding: 1px;
  background: none;
}
.bodywebsite .sublevel {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #999999;
  margin-top: 10px;
}
.bodywebsite a.sublevel:link,
.bodywebsite a.sublevel:visited {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #999999;
  padding: 5px 1px 3px 5px;
  text-decoration: none;
}
.bodywebsite a.sublevel:hover {
  color: #666666;
  text-decoration: none;
}
.bodywebsite a.sublevel#active_menu {
  background: transparent;
  color: #ff6600;
  border: 0;
}
.bodywebsite a.toclink:link,
.bodywebsite a.toclink:visited {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #999999;
  padding: 5px 1px 3px 5px;
  text-decoration: none;
}
.bodywebsite a.toclink:hover {
  color: #666666;
  text-decoration: none;
}
.bodywebsite #mainlevel-nav {
  font-size: 11px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 1px;
}
.bodywebsite #mainlevel-nav li {
  float: right;
  display: block;
  list-style: none;
  background-image: none;
  padding-left: 2px;
  padding-right: 2px;
  margin: 0;
  width: auto !important;
  font-size: 11px;
  line-height: 28px;
  white-space: nowrap;
  border-left: 1px solid #cccccc;
}
.bodywebsite #mainlevel-nav li a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  color: #000033;
  text-decoration: none;
}
.bodywebsite #mainlevel-nav li a:hover {
  font-size: 11px;
  color: #999999;
}
.bodywebsite .blog_more {
  margin: 10px 0 7px 7px;
  font-size: 12px;
}
.bodywebsite .blog_more div {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 10px;
}
.bodywebsite .blog_more div strong {
  text-shadow: 5px 5px 5px #DDD;
}
.bodywebsite .buttonheading {
  padding: 0 2px;
}
.bodywebsite .mosimage {
  border: 1px solid #dedede;
  margin: 5px;
  padding-top: 3px;
}
.bodywebsite .mosimage_caption {
  margin-top: 3px;
  padding: 2px;
  color: #000066;
  font-size: 10px;
  background: #f1f1f1;
}
.bodywebsite a.sgfooter:link,
.bodywebsite a.sgfooter:visited {
  color: #fff;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  text-decoration: none;
}
.bodywebsite a.sgfooter:hover {
  color: #fff;
  font-family: Arial;
  font-weight: normal;
  text-decoration: none;
}
.bodywebsite .sgf {
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  text-decoration: none;
}
.bodywebsite .sgf1 {
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  text-align: left;
}
.bodywebsite a.sglink:link,
.bodywebsite a.sglink:visited {
  color: #333;
  font-size: 10px;
  font-family: Arial;
  font-weight: normal;
  text-decoration: none;
}
.bodywebsite a.sglink:hover {
  color: #333;
  font-family: Arial;
  font-weight: normal;
  text-decoration: none;
}
.bodywebsite .footer_bg {
  margin: 0px auto;
  min-height: 116px;
  background: transparent;
  padding: 0;
  text-align: center;
  color: #888;
  /* border-bottom: 1px solid #CCCCCC; */
}
.bodywebsite .footer {
  color: #888;
  padding: 20px 0 35px 0;
  margin: 70px 0 0 0;
  font-size: 0.78em;
  background: #f4f4f8;
}
.footer .divoflinks {
    border-bottom: 2px solid #ededed;
}


.bodywebsite .flagslang {
  text-align: right;
  margin-left: 2px;
  margin-bottom: 1px;
  border: none;
}
.bodywebsite .flagslang img {
  text-align: right;
  margin-left: 2px;
  margin-bottom: 1px;
  border: none;
}
.bodywebsite .dm_row {
  /*background: #DDDDDD;*/
  border: 1px solid #CCCCCC;
  margin-bottom: 8px;
  box-shadow: 6px 6px 10px #DDD;
  -moz-box-shadow: 6px 6px 10px #DDD;
  -webkit-box-shadow: 6px 6px 10px #DDD;
}
.bodywebsite span.default span.yoo-login span.login span.lostpassword,
.bodywebsite span.default span.yoo-login span.login span.lostusername,
.bodywebsite span.default span.yoo-login span.login span.registration {
  height: 14px;
  font-size: 10px;
  font-weight: normal;
  margin-left: -18px;
  line-height: 20px;
  margin-bottom: 2px;
}
.bodywebsite fieldset.input {
  color: #fff;
  margin-left: 4px;
  padding: 0px;
  border: none;
}
.bodywebsite .inputbox#modlgn_remember {
  border: none;
}
.bodywebsite .rawimages {
  border-collapse: collapse;
  text-align: right;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 6px;
}
.bodywebsite .rawimages img {
  border: none;
  margin-top: 6px;
}
.bodywebsite .rawimages span#active_language img {
  border: none;
}
.bodywebsite .hasTip img {
  margin: 0px;
  border: none;
}
.bodywebsite .hasTip {
  margin: 10px 5px 0 0;
}
.bodywebsite img {
  border: none;
}
.bodywebsite .buzz-link-ltr {
  padding-top: 4px !important;
}
.bodywebsite #searchForm .contentpaneopen {
  box-shadow: 0px 0px 0px #DDD !important;
  -moz-box-shadow: 0px 0px 0px #DDD !important;
  -webkit-box-shadow: 0px 0px 0px #DDD !important;
}
.bodywebsite .contentpaneopen fieldset {
  border-left: 0px;
  border-right: 0px;
}
.bodywebsite #Kunena .fbl {
  font-size: 12px !important;
}
.bodywebsite .dm_title {
  margin-top: 20px;
}
.bodywebsite .dm_title small {
  color: #FFFFFF;
}
.bodywebsite .tool-tip {
  border: 1px solid #666666;
  padding: 10px;
  background-color: #FFFFFF;
}
.bodywebsite .latestnews a {
  font-weight: normal !important;
}
.bodywebsite #logodol {
  background-color: #80AEC6;
}
.bodywebsite .menu {
  float: left;
}
.bodywebsite .plusone {
  margin-left: 10px;
  margin-top: 19px;
  margin-bottom: 18px;
  position: relative;
  float: right;
  display: inline !important;
}
.bodywebsite .divlang {
  opacity: 0.7;
  margin-left: 10px;
  margin-top: 0px;
  position: relative;
  float: right;
  display: inline;
}
.bodywebsite .moduletablejflanguage {
  margin-right: 10px;
}
.bodywebsite #jflanguageselection {
  min-width: 96px;
  float: right;
  margin: 0px 10px 10px 5px !important;
}
.bodywebsite #dolbanner {
  padding-top: 30px;
}
.bodywebsite table.moduletablenone td {
  text-align: center !important;
}
.bodywebsite #main-surround.main-shadows-light {
  background-color: #FFFFFF !important;
}
.bodywebsite .shadow-left {
  /* margin-left: -13px; */
  padding-left: 13px;
}
.bodywebsite .shadow-right {
  /* margin-right: -13px; */
  padding-right: 13px;
}
.bodywebsite .corps {
  font-size: 1.05em;
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1440px;
}
.bodywebsite .center {
    text-align: center;
}
.bodywebsite .centerimp {
    text-align: center !important;
}
.bodywebsite .leftimp {
    text-align: left !important;
}
.bodywebsite .floatleft {
  display: inline-block;
  max-width: 1100px;
  margin-left: 4px;
}
.bodywebsite .corps .floatleft {
  text-align: left;
}
.bodywebsite .floatright {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 216px;
  float: right;
  margin-right: 16px;
  margin-top: 4px;
}


.bodywebsite .rt-container {
  margin: 0 auto;
  max-width: 1400px;
}

.bodywebsite #rt-logo {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 9px;
  width: 200px;
  /*  display: block; */
}

.bodywebsite #rt-header {
  background: var(--secondary);
  height: 83px;
  clear: both;
}
.bodywebsite #rt-navigation {
  background: #4b4972;
  clear: both;
}

.bodywebsite #topnavi ul li.active,
.bodywebsite #topnavi ul li:hover,
.bodywebsite #topnavi ul li.active,
.bodywebsite #topnavi ul li:hover .item,
.bodywebsite #topnavi ul li.active:hover .item,

.bodywebsite .header-shadows-light .menutop li.f-mainparent-itemfocus .item {
  background: url("/medias/image/dolicloud.com/images/shadows/light/menus/menutab-active.png") 0 0 repeat-x;
}

.bodywebsite .menutop {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1.0;
}
.bodywebsite .menutop li.root {
  float: left;
  margin: 0 -5px 0 0;
}
.bodywebsite body .menutop li.root > .item {
  white-space: nowrap;
  display: block;
  font-weight: normal;
  padding: 0;
  font-size: 15px;
  z-index: 100;
  cursor: pointer;
  position: relative;
  margin: 0 4px 0 0;
  outline: none;
  text-align: center;
  line-height: 32px;
  text-transform: uppercase;
}
.bodywebsite .menutop li.root > .item span {
  display: block;
  margin: 0;
  outline: none;
  padding: 10px;
  width: auto;
  font-size: 13px;
}
.bodywebsite .menutop li.root > .item em {
  font-size: 11px;
  font-weight: normal;
  display: block;
  font-style: normal;
  text-transform: lowercase;
}
.bodywebsite #topnavi ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1.0;
}
.bodywebsite #topnavi ul li {
  float: left;
  margin-right: 15px !important;
}
.bodywebsite #topnavi ul li .famenu {
  padding-left: 9px;
}
.bodywebsite #topnavi ul li span {
  display: inline-block;
  margin: 0;
  outline: none;
  padding: 10px;
  padding-left: 9px;
  padding-right: 11px;
  width: auto;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 32px;
}
.bodywebsite #topnavi ul li a {
  color: #FFFFFF;
}
.bodywebsite #rt-utility3 {
  padding: 6px 0 0 0 !important;
}
.bodywebsite #rt-login-button {
  padding-left: 14px;
}
.bodywebsite #rt-utility #rt-login-button {
  margin-top: -4px;
  padding-top: 10px;
}
.bodywebsite #rt-login-button .buttontext {
  padding-left: 20px;
  line-height: 24px;
  display: block;
  text-transform: uppercase;
}

.bodywebsite .search_options {
  float: left;
  margin: 4px 10px 0 12px;
}
.bodywebsite .search_options label {
  margin-right: 10px;
}
.bodywebsite .searchintro {
  overflow: hidden;
}
.bodywebsite .buttonmoreinfo,
.bodywebsite .buttoninstall {
  box-shadow: none;
}
.bodywebsite .buttonmoreinfo,
.bodywebsite .buttoninstall {
  color: #777 !important;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25) !important;
}
.bodywebsite div.buttonlarge2 .buttonmoreinfo, .bodywebsite .buttonmoreinfo2 {
  margin: 12px;
  min-width: 120px;
  color: #FFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: var(--primary);
  border-color: #04C #04C #002A80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.bodywebsite div.buttonlarge2 .buttoninstall, .bodywebsite .buttoninstall2 {
  margin: 12px;
  min-width: 120px;
  color: #FFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  border-color: #04C #04C #002A80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.bodywebsite .buttonmoreinfo:hover {
  -moz-box-shadow: 2px 2px 6px #AAA;
  -webkit-box-shadow: 2px 2px 6px #AAA;
  box-shadow: 2px 2px 6px #AAA;
}
.bodywebsite .buttoninstall:hover {
  -moz-box-shadow: 2px 2px 10px #888;
  -webkit-box-shadow: 2px 2px 10px #888;
  box-shadow: 2px 2px 10px #888;
}
.bodywebsite #footer {
  color: #FFFFFF;
}
.bodywebsite .moduletablevideoyoutube {
  margin-bottom: 20px;
}

.bodywebsite .footersocialnetworks {
    margin-left: 50px; 
}

.bodywebsite table.moduletablenone {
    background-image: url("/medias/image/dolicloud.com/background2.webp");
    /* filter: hue-rotate(20deg); */
    background-position-y: -450px;
    height: 420px;
    text-align: center;
    background-repeat: no-repeat;
    width: 100%;
    box-shadow: 0px 20px 10px -10px #eaeaea;
}

.bodywebsite .banneritemvideoyoutube {
    text-align: center;
}

.fa.fa-info-circle {
    font-weight: 600 !important;
}

@media only screen and (max-width: 1560px) {
    div.corps {
        margin-left: 50px !important;
        margin-right: 50px !important;
        width: auto !important;
    }
}

@media only screen and (max-width: 800px) {
    div.corps {
        margin-left: 20px !important;
        margin-right: 20px !important;
        width: auto !important;
    }
}

@media only screen and (max-width: 1340px) {
  .bodywebsite .floatleft {
    display: inline-block;
    width: calc(100% - 240px)
    }
}

@media only screen and (max-width: 768px) {
    body#bodywebsite {
        font-size: 1.2em;
    }

    .bodywebsite .floatleft {
        margin-left: 0;
    }

    .bodywebsite #rt-logo {
        width: 196px;    
    }
    
    .divforimgcentpercent {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    /* For video iframe */
    .divforimgcentpercent iframe {
        width: 80% !important;
        height: auto
    }

    .bodywebsite .dolibarr_box {
        width: 80%;
        height: auto
    }
    

    .bodywebsite div.mainlogo {
        text-align: left;
    }
    .bodywebsite .corps a {
        word-break: break-word;
    }    
    
    .bodywebsite table.moduletablenone {
        padding: 20px;
        padding-top: 40px;
        background-position: right;
        /* background-size: contain; */
        /* box-shadow: none; */
    }
    .bodywebsite .h1home {
        margin-bottom: 40px !important;
    }
    .bodywebsite #mainimage {
        width: 100%;
        height: auto;
    }
    .divlang {
        display: none !important;
    }
    
    .bodywebsite #topnavi ul li {
    background: none;
    margin-right: 0 !important;
    }
    .bodywebsite .floatleft {
    width: 100%;   
    }
    .bodywebsite .floatright {
    margin: 0px;
    padding: 0px 20px 0 20px;
    float: none;
    width: calc(100% - 44px);
    }
    .bodywebsite .footer_bg {
        padding: 0px 15px 0 15px;
        background: #f4f4f8;
    }
    .bodywebsite div.floatleft div table.contentpaneopen {
        padding: 8px 12px 4px 12px !important;
    }
    
    .bodywebsite .moduletablenone {
        height: 290px !important;
    }
    .bodywebsite .moduletablenone tbody tr td h1 {
        font-size: 26px;
        color: #fff;
        text-shadow: 1px 1px 3px #000;
    }

    .bodywebsite .toptitle {
        font-size: 18px;
    }
    .bodywebsite .toptitle2 {
        font-weight: bold;
    }
    .bodywebsite .footersocialnetworks {
    margin-left: 0 !important;  
    margin-top: 20px;
    margin-bottom: 10px;
    }
    
    a.buttonlarge.buttonmoreinfo, a.buttonlarge.buttoninstall {
      display: block;
    }
    
    .bodywebsite .buttonlarge2 {
    /* width: auto; */
    padding: 5px;
    }
    a.buttonlarge.buttoninstall {
    margin-bottom: 10px !important;
    }
    
    .bodywebsite div.buttonlarge2 .buttoninstall, .bodywebsite .buttoninstall2 {
    margin: unset;
    min-width: unset;
    }
  
    .bodywebsite .imgdoc {
        margin-left: 10px;
        margin-right: 10px;
        max-width: calc(100% - 20px);
    }
 
    h3 {
        font-size: 1.5em;
    }
 
    .bodywebsite img.imgforsmartphone {
        display: block !important;
    }
    .bodywebsite .hideonsmartphone {
        display: none;
    }

    .bodywebsite .blog-box {
        box-shadow: 0px 0px 12px 5px rgba(65, 65, 65, 0.2) !important;
    }

    .bodywebsite .customerdashboard {
        padding: 2px !important;
        top: 15px !important;
        height: 50px;
        width: 150px !important;
    }
    
    .bodywebsite .divoflinks .col-md-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .bodywebsite .divoflinks .row .col-6 {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }
    
    .bodywebsite .divoflinks h4.footer-title {
        text-align: start;
    }

    .bodywebsite div.contentpaneopentext {
        width: 100%;
    }

    .bodywebsite img.contentpaneopenimage {
        max-width: 300px;
    }

    .bodywebsite .img2 {
        text-align: center;
        display: block;
    }
    
    .bodywebsite img.contentpaneopenimage2 {
        width: 80px;
    }

    span.copyright {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 580px) {
    .bodywebsite .corps {
        font-size: 1.2em;
    }
    .bodywebsite .moduletablenone tbody tr td h1 {
        color: var(--primary);
        text-shadow: none;
    }
    .bodywebsite table.moduletablenone {
        box-shadow: none;
        
        /* background: none; */
        background-position-y: -25px;
        background-size: contain;
        padding-top: 180px;      
    }
    .post-boxed-title.font-weight-bold {
        font-size: 1.22em;
    }
}

@media only screen and (max-width: 480px) {
    .bodywebsite #rt-logo {
        width: 194px;
    }
    .bodywebsite #rt-logo {
        padding-left: 10px;
    }
    .bodywebsite .customerdashboard {
        right: 10px;
    }
    
    .bodywebsite .h1home {
        margin-bottom: 10px !important;
    }

    img.imgforsmartphone.hidden {
        width: 200px;
        display: inline;
    }

    .bodywebsite .moduletableboxfeature {
        width: 290px;
    }
    
    .bodywebsite .moduletablenone tbody tr td h1 {
        color: var(--primary);
        text-shadow: none;
    }
    
    .bodywebsite table.moduletablenone {
        box-shadow: none;
        
        /* background: none; */
        background-position: top;
        background-size: contain;
        padding-top: 180px;        
    }
    
    .bodywebsite .wraponsmartphone {
        word-break: break-all;
    }
}

/* Css to hide when we use print feature */
@media print {
  .hideonprint {
    display: none !important;
  }
}
