.willsticky.sticky .navbar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 0 15px;
    box-shadow: 0 0 6px 0px #dfe4ea;
}
.willsticky.sticky .navbar .navbar-container{
    padding: 13px 0;
}
@media screen and (max-width: 768px){
    .willsticky.sticky .navbar .navbar-container {
        padding: 3px 0;
    }
    .willsticky.sticky .navbar .logo {
        padding: 10px 0;
    }
    .willsticky.sticky .navbar .hamburger-lines{
        top: 24px;
    }
    .willsticky.sticky .navbar .menu-items .hamburger-close{
        top: 100px;
    }
}

.besoin-2 p {
    font-weight: normal;
}



.slick-prev, .slick-next {
    width: 48px;
    height: 48px;
}


/*LLD*/
@media (max-width: 1441px) {
    .optimisons .div2 h2,
    .comment h2{
        /*font-size: 42px;*/
    }
    .lld-holder .flexbox ul li p {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .lld-holder .flexbox ul li {
        /*padding-left: 40px;*/
    }
    .optimisons .div1 img {
        height: 100%;
    }
}
@media (max-width: 768px) {
    .optimisons .div3 {
        padding: 25px 50px;
    }
    .optimisons .div4 .text-holder {
        width: 100%;
        max-width: 100%;
    }
    .optimisons .parent {
        grid-template-rows: 1.2fr auto auto 1fr 1fr 1fr;
    }

    .optimisons .div2 h2 {
        margin-bottom: 30px;
    }
}



@media screen and (max-width: 1199px){
    .services {
        padding: 80px 0;
    }
}
.slider-hero .slick-slide a.link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    bottom: 0;
}
.caracteristiques .flexbox .front {
    height: 100%;
}

.caracteristiques .flexbox .front.back {
    padding-top: 20px;
    padding-bottom: 20px;
}
a:hover, a:focus,
.long-rental .black a:hover,
.long-rental .black a:focus{
    color: #026122;
}
.info .item .info-item h3 {
    color: #026122;
}
.comment .comment-items:before {
    background-color: #026122;
}
.besoin-2 .entreprises .text-holder {
    background: rgba(2, 97, 34, 0.78);
}
.slider-hero .slider .img-holder:before {
    background: linear-gradient(45deg, #000, #000000f7, #026122a8 75%);
}
.slider-hero .slick-next:hover:before,
.slider-hero .slick-prev:hover:before {
    border: 1px solid #026122;
}
.slider-hero .slick-next:hover:before {
    background-image: url(../images/arrow-green.png);
    transform: rotate(-180deg);
}
.slider-hero .slick-prev:hover:before {
    background-image: url(../images/arrow-green.png);
    transform: rotate(360deg);
}
.sup-info ul a:hover,
.sup-info ul a:active,
.sup-info ul a:focus {
    color: #026122;
}
footer .copy ul li {
    padding: 0 23px;
}
footer .copy ul a {
    letter-spacing: 0.6px;
}
footer .copy ul a:hover {
    color: #026122;
}
.navbar .menu-items .current_page_item a {
    color: #026122;
}
.optimisons .div3 {
    background-color: #026122;
}
.vehicule-holder .counter {
    display: none;
}
.caracteristiques .flexbox .front.back a {
    color: #026122;
}

.info .item .info-item h3{
    font-family: 'Montserrat Alternates',  sans-serif;
    font-weight: 600;
    margin-bottom: 35px;
}
.caracteristiques .flexbox .front img {
    min-height: 516px;
}
.standart-list h1 {
    font-weight: 300;
}
.standart-list p a {
    color: #026122;
}
@media screen and (max-width: 1200px){
    .lld-holder .flexbox {
        flex-direction: row;
    }
}
@media screen and (max-width: 998px){
    .lld-holder .flexbox {
        flex-direction: column;
    }
}

.specialiste {
    padding: 0 22%;
}
.specialiste .flexbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-wrap: wrap;
}
.specialiste-item {
    width: 30%;
}
.specialiste-item h3,
.specialiste-item h3 p{
    font-weight: 700;
}

@media screen and (max-width: 998px){
    .specialiste {
        padding: 0 20px;
    }
    .specialiste-item {
        width: 100%;
        margin-bottom: 30px;
    }
}
.right-holder-used {
    position: relative;
    width: calc(100% - 50% - 17%);
}
.right-holder-used > img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.right-holder-used .text-list {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
}
.right-holder-used ul.text-list li {
    background-color: rgba(0, 0, 0, .75);
    padding: 10px 20px;
    position: absolute;
    top: 0;
    height: 22%;
    display: flex;
    width: 100%;
    right: 0;
    transform: translateY(-50%);
}
.right-holder-used .text-list li img {
    margin-left: auto;
    object-fit: contain;
}
.right-holder-used .text-list li:nth-child(1){top: 20%}
.right-holder-used .text-list li:nth-child(2){top: 50%}
.right-holder-used .text-list li:nth-child(3){top: 80%}
@media (max-width: 992px) {
    .right-holder-used {
        width: calc(100% - 50%);
    }
}
.form-holder select {
    font-family: 'Palanquin', sans-serif;
    max-width: 324px;
    margin-bottom: 36px;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid #BBBEC1;
    padding: 7px 4px;
    width: 100%;
    color: #000;
    font-weight: 600;
}
.form-holder select option{
    background-color: transparent;
    border: 0;
    padding-right: 15px;
    height: 31px;
    width: 220px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Palanquin', sans-serif;
    max-width: 324px;
    margin-bottom: 36px;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid #BBBEC1;
    padding: 7px 4px;
    width: 100%;
    color: #000;
    font-weight: 600;
}
.select2-container--default .select2-selection--single {
    border: none;
    height: auto;
}
.form-holder .row h3 {
    font-family: 'Palanquin', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1c1c1c;
}
.form-holder .load {
    font-style: normal;
}
.form-holder .down-info {
    color: #909090;
    font-size: 15px;
}

.wpcf7 .file-upload input[type="file"]{
    display: none;
}


.file-upload {
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 40px;
    border: 1px solid #9ea1a7;
    color: #181818;
}
.file-upload span {
    padding-left: 10px;
}
.file-upload .right-text {
    font-style: italic;
    color: #9ea1a7;
}

.file-upload:hover {
    border-color: #026122;
}
.file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.file-upload span {
    line-height: 40px;
    font-weight:bold;

}
.navbar .logo {
    width: 300px;
}
.right-empty{
    width: 300px;
}
.navbar .menu-items {
    width: calc(100% - 600px);
    justify-content: center;
}
@media (max-width: 1100px) {
    .navbar .menu-items {
        width: calc(100% - 300px);
    }
    .right-empty{
        display: none;
    }
}
.form-holder .address {
    max-width: 300px;
    font-family: 'Palanquin',sans-serif;
    font-weight: 600;
    color: #1c1c1c;
    letter-spacing: 1.2px;
}
.form-holder .text-holder .email {
    text-transform: lowercase;
    color: #1c1c1c;
}
.form-holder input[type="submit"] {
    font-size: 18px;
    font-family: 'Palanquin', sans-serif;
}
@media screen and (max-width: 998px){
    .form-holder .submit-wrapper {
        padding: 50px 0 0;
    }
    .navbar .menu-items {
        width: 60%;
    }
    .right-empty {
        width: 20%;
    }
}

/*contact - file*/
[data-name="your-file"] {
    display: none;
}

.fake-file{
    color: #181818;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: 325px;
    border: 1px solid #000;
    margin-right: 10px;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-name="your-file"]:focus + .fake-file {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.site-logo {
    padding-top: 7px;
}
.form-holder h2{
    font-size: 60px;
}
.form-holder form h2 {
    margin-bottom: 50px;
}
.form-holder .sub {
    margin-bottom: 17px;
}
.form-holder .col-50 {
    margin-bottom: 50px;
}
.select2-results__options {
    padding: 15px;
}
.form-holder .row {
    padding: 30px 0 108px;
}
.form-holder .load {
    padding: 15px 0 40px;
}
.form-holder .row .down-info {
    font-style: italic;
}
footer .item-hold .left-side {
    padding-left: 54px;
}
footer .item-hold .logo {
    padding-right: 52px;
}
footer .item-hold .left-side .group-items {
    padding: 0 0 0 55px;
}
footer .item-hold .right-side {
    padding-top: 14px;
}
footer .copy {
    margin-top: 8px;
}

.slider-hero .slick-prev, .slider-hero .slick-next {
    top: 71%;
}
.slider-hero {
    margin-bottom: 75px;
}
.slider-hero .text-slide {
    font-family: 'Assistant', sans-serif;
    font-weight: 300;
    max-width: 30%;
    top: 34%;
    left: 184px;
}
.slider-hero .slick-prev,
.slider-hero .slick-next {
    left: 184px;
}
.slider-hero .slick-next{
    transform: translate(90px, -50%);
}
@media (max-width: 1199px) {
    .slider-hero .text-slide{
        width: 85%;
        max-width: 500px;
    }
}
.counter ul li {
    font-size: 20px;
}
.counter .counter-item .number {
    margin-bottom: 10px;
}
.counter {
    margin-bottom: 120px;
}
.info .item .info-item h3 {
    margin-bottom: -6px;
}
.info .item {
    margin-bottom: 130px;
}
.long-rental .subtitle {
    margin-bottom: 20px;
}
.long-rental .top {
    margin-bottom: 70px;
}
.long-rental .black h4 {
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.long-rental {
    margin-bottom: 100px;
}
.comment h3 {
    margin-bottom: 16px;
}
.comment h2:last-of-type {
    margin-bottom: 90px;
}
.comment .comment-items:before {
    bottom:-32px;
}
.comment .comment-list {
    margin: 0 auto 112px;
}
.comment h2 strong {
    font-family: 'Palanquin', sans-serif;
}
.enterprises-grid .item .info-item h3 {
    font-family: 'Montserrat Alternates',  sans-serif;
    font-size: 45px;
    color: #026122;
    font-weight: 600;
    margin-bottom: 0;
}
.optimisons.grid-group .div2 h2 {
    max-width: 50%;
}
.enterprises-grid .text-holder {
    background-color: #026122;
}

.lld-holder .flexbox .text-holder {
    padding: 10px 65px 18px 60px;
    left: 12%;
    max-width: 55%;
}
.lld-holder .flexbox .text-holder h2{
    letter-spacing: -2.1px;
    font-size: 48px;
}

@media (max-width: 1600px){
    .lld-holder .flexbox .text-holder h2 {
        font-size: calc(35px);
    }
}
@media (max-width: 1441px) {
    .lld-holder .flexbox .text-holder h2 {
        margin-bottom: 40px;
    }
}
@media (max-width: 768px){
    .lld-holder .flexbox .text-holder {
        left: 0;
        max-width: calc(100% - 0px);
        padding: 15px;
    }
}

.caracteristiques .flexbox .front .text-holder p {
    font-size: 16px;
    font-weight: 100;
}
.form-holder .text-holder .email {
    letter-spacing: 2px;
}
.slider-hero .text-slide {
    top: 34%;
    left: 14%
}
.slider-hero .slick-prev, .slider-hero .slick-next {
    top: 70%;
    left: 14%
}
.slider-hero .slick-slide img {
    min-height: 55vh;
}
.select2 + .wpcf7-not-valid-tip {
    top: 26px;
}
.navbar .menu-items li {
    padding: 5px 20px;
}
