
.btnaddclosemoteur,
.btnaddclospneus,
.reservoir2{
    margin-top: 10px;
}
.btnaddclospneus{
   margin-right: 10px;
}
.containermoteur{
    padding-bottom: 10px;
}
.modal-gallerie{
    max-width : 90%;
}
.alert {
    position: fixed;
    z-index: 999;
    width: 100%;
    margin-top: 1%;
    margin-left: 0%;
}
.note-toolbar-wrapper.panel-default{
    background : #fff;
}

#containerGallerie .StackedList{
    min-height : 100px;
}
div#containerPerso{
    min-height:200px;
}
.sidebar-header{
    background-color: #FF6600;
}
a#newDropify {
    align-self: end;
}

.menu-item.active .menu-link .title {
    color: #3f4a59!important;
}

.menu-submenu .menu-item.active .menu-link .title,
.menu-submenu .menu-item .menu-link .title{
    color: #fff!important;
}
.topbar{
    background-color : #FF6600!important;
}

.sidebar-icons-boxed .menu .active>.menu-link .icon{
     color: #3f4a59;
}
.sidebar .menu-submenu .menu-item.active>.menu-link .dot::after, .sidebar .menu-submenu .menu-item:hover>.menu-link .dot::after{
    background-color: #FF6600!important;
    border-color: #FF6600!important;
}

.sidebar .menu:not(.menu-bordery)>.menu-item.active>.menu-link {
    background-color: #ffffff!important;
}

.alert {
    position: fixed;
    z-index: 9999;
    width: 92%;
    left: 4%;
    top: 2%;
}

.share-link li{
    border : none!important;
}

.formerrorinscription div ul {
    background: #ebcccc;
    MARGIN: 5PX 0PX;
    COLOR: #843534;
    padding-left: 10px;
}

.formmobile{
    display : none;
}
.wp-optin-dialog-container {
    width: 450px !important;
    padding: 0 !important;
    background: white !important;
    border: none !important;
    box-shadow: none !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
}
.wp-optin-dialog-body {
    display: block !important;
}
.wp-optin-dialog-icon {
    width: 450px !important;
    height: 235px !important;
    margin: 0 !important;
}
.wp-optin-dialog-title {
    margin: 20px 10px !important;
    font: bold 18px arial !important;
}
.wp-optin-dialog-message {
    display: none !important;
}
.wp-optin-dialog-buttons {
    margin: 0 !important;
}
.wp-optin-dialog-powered-by {
    display: none !important;    border-color: #a9a8a8;
}
.wp-optin-dialog-container .wp-optin-dialog-button.wp-optin-dialog-negativeButton {
    display: none !important;
}
.wp-optin-dialog-container .wp-optin-dialog-button.wp-optin-dialog-positiveButton {
    margin: 0 !important;
    background: #202447 !important;
    font-size: 24px !important;
    color: white !important;
}
.ctnbtnroi {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 20px 0;
}

.btntoptopactif {
     background: #434343;
     padding: 1px 8px;
     color: #fff!important;
     transition: background-color 0.2s;
 }

.header-top-area .header-top-left ul li.btntoptopactif a{
    transition :none!important;
    color: #fff!important;
}
.header-top-area .header-top-left ul li.btntoptopactif a:hover{
    color: #fff!important;
}
.btntoptopactif:hover {
    background: #FF6600;
}
.form-control{
      border-color: #a9a8a8!important;
}
.h2styleh3{
  margin: 0 !important;
  padding: 10px 0 !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: normal !important;
}.styleh3 {
    font-size: 15px !important;
    }
.withoutMaj{
    text-transform: none !important;
}
.bootstrap-select .dropdown-menu {

    z-index: 999!important;
}
.radiogroupbr input {
    float: left;
    width: 10%;
    clear: both;
}
.radiogroupbr label {
    width: 90%;
    float: left;
}
#fix-pub-lra{
    padding-top:110px;
}
#fix-pub-home{
    padding-top: 35px;
}
.sort-annonce {
    display: flex;
    align-items: center;
    border: 1px solid #f60;
    padding: 6px;
    margin-bottom: 10px;
}
.sort-annonce h3 {
    flex: 2;
}
.sort-annonce a {
    background: #ff6600;
    padding: 4px 10px;
    color: #fff;
    margin-left: 10px;
}
.header-bottom-area{height :60px;}
/*  Spinner */
.spinner-contact {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #c47009a8;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.spinner-contact.visible {
    display :flex;
}
.spinner-contact p {
    color: #fff;
    font-size: 1.2em;
    background: #000000e0;
    padding: 8px;
    margin-top: 40px;
}
.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}
textarea#article_contenuPodcast {
    width: 100%;
    min-height: 150px;
}
.photowebp {
    border: 1px solid;
    background: #FF6600;
}
.colororange{
    color: #FF6600;
}

@-webkit-keyframes rotator {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}
.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}

@keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}