@import url('https://fonts.googleapis.com/css2?family=Muli:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@500;600;700&display=swap');

:root {
    --bleu: #07254b;
    --orange: #e7531a;
    --lightgrey: #c4c4c4;
    --lightblue: #ecf2f4;
    --emeraude: #54c0eb;
    --darkorange: #d6441d;
    --borderblue: #C5D7DE;
    --labelblue : #668A98;
    --vert : #67DD75;
    --lightblue2: #E4EEF2;
    --orangelight: #FCAF05;
    --emeraude: #1E6262
}

body {
    background-color: white;
    outline: none;
    font-family: 'Muli', sans-serif;
    color: var(--emeraude);
}
a{
    color: var(--orange);
}

h1,h2,h3,h4,h5,h6{
    font-weight: 600;
}

img{
    max-width: 100%;
}

input:focus,button:focus{
    outline: none;
}

.hide {
    display: none!important;
}

.text {
    color: var(--bleu);
}

#place-query {
    width: 200px;
}


.form-error {
    color: #f8d7da;
    position: relative;
    top: -5px;
}

#top_bar{
    background: var(--orange);
    height: 65px;
    padding: 10px 0;
    padding-left: 82px;
}

#menu{
    padding-left: 82px;
}

#logo{
    display: inline-flex;
    vertical-align:top;
    height: 45px;
    align-items: center;
    position: relative;
}

#baseline{
    display: inline-flex;
    vertical-align: top;
    color: white;
    height: 100%;
    align-items: center;
    height: 45px;
    border-left: 1px solid white;
    margin-left: 30px;
    padding-left: 30px;
}

#call_me_back_title{
    color: white;
    display: inline-flex;
    vertical-align: top;
    height: 45px;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 25px;
}

#call_me_back_title img{
    margin-right: 20px;
}

#call_me_back_form{
    display: inline-flex;
    align-items: center;
    height: 45px;

}

#call_me_back_form input[type='tel']{
    width: 230px;
    height: 36px;
    border-radius:18px 0 0 18px;
    font-size: 13px;
    border: 0;
    padding: 3px 10px;
    display: inline-block;
    vertical-align: middle;
}

.ctc-select{
    background-color: var(--lightblue2);
}

#call_me_back_form button.submit_cta_call{
    background: var(--orange);
    color: white;
    height: 36px;
    width: 35px;
    border-radius:0 18px 18px 0;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    font-size: 23px;
    border: 1px solid white;
}

#account{
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    position: relative;
    margin-top: -47px;
    margin-bottom: -47px;
    padding-top-top: -47px;
    padding-bottom: -47px;

}

#account .icon{
    color: white;
    font-size: 18px;
}

#account .icon:hover{
    text-decoration: none;
}

#account .icon span{
    display: inline-block;
    margin-left: 3px;
    color: white;
}

#girafe{
    position: absolute;
    top:0;
    left: -100px;
    z-index: 1;
}

#menu ul{
    padding: 0;
    margin: 0;
    text-align: center;
}

#menu ul li{
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    position: relative;
}

#menu ul li ul li{
    display: block;
}

#menu ul li a,
#menu ul li .a{
    color: var(--bleu);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    display: inline-flex;
    height: 50px;
    align-items: center;
}

#menu ul li a:hover, #menu ul li .a:hover{
    text-decoration: none;
}

#menu ul li ul{
    visibility: hidden;
    position: absolute;
    z-index: 5;
    background: white;
    width: 250px;
    border-radius: 3px;
    box-shadow: 0px 0px 21px -1px rgba(0,0,0,0.25);
    left: 50%;
    margin-left: -125px;
    top: 61px;

}

#menu ul li ul li{
    padding: 0 15px;
    border-bottom: 1px solid var(--lightgrey);
    margin:0;
}

#menu ul li ul li:last-child{
    border: 0;
}

#menu ul li ul li a, #menu ul li ul li .a{
    color: var(--orange);
    font-size: 14px;
    text-transform: none;
}

#menu ul li:hover ul{
    visibility: visible;
}



#menu ul li ul:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 50%;
    margin-left: -0.325rem;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
}

#menu ul li ul:after{
    content: '';
    position: absolute;
    height: 18px;
    bottom: 100%;
    left:0;
    right: 0;
    top: -18px;
}





#menu .container > ul > li.last a{
    background: var(--orange);
    color: #fff;
    padding: 0 20px;
}

#menu .container > ul > li.last{
    float: right;
    margin: 0;
}

#menu .container > ul > li.last a:before{
    content: "\f543";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
}

#banner{
    background: url(../../images/stockerseul/demenagement.jpg) no-repeat center;
    background-size: cover;
}

#banner_content{
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;

}

#banner-rent-box #banner_content{
    height: 400px;
}

#banner_content h1{
    color: white;
    font-size: 36px;
    margin-bottom: 50px;
    font-family: "Maven Pro";
    font-weight: normal;
}

#banner_content h1 .top_base{
    text-transform: uppercase;
    font-size: 25px;
    display: block;
    padding-bottom: 20px;
}

#banner_content h1 b{
    color: var(--orange);
    font-family: "Maven Pro";
    font-weight: 700;
}

#search_engine input[type='text']{
    height: 65px;
    width: 655px;
    border-radius: 33px 0 0 33px;
    border: 0;
    padding: 0 30px;
    padding-left: 60px;
}

#search_engine button{
    background: var(--orange);
    color: #fff;
    height: 65px;
    border: 0;
    border-radius: 0 33px 33px 0;
    width: 190px;
}
#search_engine div{
    display: inline-block;
    position: relative;
}

#search_engine div:before{
    content: "\f60d";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 24px;
    top:16px;
    left: 30px;
    color: var(--lightgrey);
    font-weight: 100;
}

#search_engine button i{
    margin-right: 10px;
}

.garantie_item{
    display: inline-block;
    vertical-align: top;
    padding-top: 35px;
    color: white;
    margin: 0 25px;
    font-size: 15px;
}

.garantie_item_icon{
    height: 45px;
    width: 45px;
    background: #fff;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    vert-align: middle;
    color: var(--orange);
    border-radius: 50%;
    margin-right: 18px;
    font-size: 27px;
}

.section{
    padding:50px 0;
}

.section h2,.partners_caroussel h2{
    text-align: center;
    font-size: 31px;
    font-family: 'Maven Pro';
    color: var(--emeraude);
    padding-bottom: 25px;
    margin-bottom: 70px;
    display: inline-block;
    position: relative;
}

.section h2:after,.partners_caroussel h2:after{
    content:url(../../images/stockerseul/h2_line.png);
    position: absolute;
    left:50%;
    bottom: 0;
}

.partners_caroussel_alt h2:after{
    content:url(../../images/stockerseul/h2_line_orange.png);
}

.step_box{
    width: 16.1%;
    margin: 0 1%;
    display: inline-flex;
    vertical-align: top;
    border: 2px solid var(--lightblue);
    border-radius: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: 'Muli';
    font-weight: bold;
    color: var(--bleu);
    font-size: 17px;
    position: relative;
    padding: 45px 20px 20px;
    line-height: 23px;
    min-height: 155px;
}

.step_box_devis{
    width: 16.1%;
    margin: 0 1%;
    display: inline-flex;
    vertical-align: top;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: 'Muli';
    font-weight: bold;
    color: white;
    font-size: 17px;
    position: relative;
    padding: 20px;
    line-height: 19px;
    background: var(--emeraude);
    min-height: 155px;
}

.step_box img{

    display: block;
    margin: auto;
    position: absolute;
    bottom: 90%;
    /* height: 70px; */
    width: auto;
}



.step_box_devis_text{
    padding-bottom: 17px;
    border-bottom: 1px solid var(--orange);
    display: inline-block;

}


.number_rounded{
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--orange);
    border-radius: 50%;
    color: #fff;
    font-family: "Maven Pro";
    font-weight: 700;
    margin-bottom: 10px;
}

.step_box_devis_button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: white;
    color: var(--orange);
    border-radius: 17px;
    height: 25px;
    font-size: 14px;
    font-family: 'Maven Pro';
    margin-top: 13px;
    padding: 0 20px;
}

.step_box_devis img {
    position: absolute;
    right: -57px;
}

.blue-bg{
    background: var(--lightblue);
}

.orange-bg{
    background: var(--orange);
}

.emeraude-bg{
    background: var(--emeraude);
}

#reviews{
    padding: 50px 0 100px;
}

#reviews .owl-item .review_text{
    color: white;
    font-size: 16px;
    border-bottom: 2px solid var(--lightgrey);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#reviews .owl-item{
    text-align: center;
    padding: 0 20px;
}

#reviews .owl-item a{
    text-transform: uppercase;
    color: var(--bleu);
}

.review_rate{
    width: 121px;
    height: 17px;
    background: url(../../images/demenagerseul/stars-grey.png) no-repeat;
    margin: auto;
    margin-bottom: 15px;
}

.review_rate_stars{
    width: 121px;
    height: 17px;
    background: url(../../images/demenagerseul/stars.png) no-repeat;
}

.agency_review_rate, .agency_marker_review_rate{
    width: 107px;
    height: 15px;
    background: url(../../images/stockerseul/stars-grey.png) no-repeat;
    background-size: 107px 15px;
    margin: 5px 10px 0 0;
    float: left;
}

.agency_review_rate_stars, .agency_marker_review_rate_stars{
    width: 107px;
    height: 15px;
    background: url(../../images/stockerseul/stars.png) no-repeat;
    background-size: 107px 15px;
}

.agency_marker_review_rate{
    margin-top: 0px;
}

#reviews .owl-nav .owl-prev,
#reviews .owl-nav .owl-next,
#step-vehicule-dms .owl-nav .owl-prev,
#step-vehicule-dms .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    font-size: 44px;
    margin-top: -22px;
}

#reviews .owl-nav .owl-prev{
    left: -20px;
}

#reviews .owl-nav .owl-next{
    right: -20px;
}

#step-vehicule-dms .owl-nav .owl-prev{
    left: -50px;
    color: var(--orange);
}

#step-vehicule-dms .owl-nav .owl-next{
    right: -50px;
    color: var(--orange);

}

.owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
    color: var(--bleu);
}

#request_a_quote{
    position: relative;
    padding-top: 0;
}

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

#request_a_quote:after{
    background: var(--orange);
    content: " ";
    position: absolute;
    right: 0;
    top: -75px;
    bottom: 0;
    left: 10%;
    z-index: 1;
}

#request_a_quote:before{
    background:url(../../images/stockerseul/livreur.png) no-repeat;
    background-size: contain;
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 3%;
    z-index: 2;
    width: 412px;
    height: 260px;
}

.section#request_a_quote h2{
    color: #fff;
}

.section h2 span{
    font-family: "Maven Pro";
    font-weight: 700;
}

.section#request_a_quote h2:after{
    opacity: 0.3;
}

#contact_container input[type="date"],
#contact_container textarea,#contact_container input[type="text"],
#contact_container input[type="tel"],
#contact_container input[type="email"],
#request_a_quote input[type="text"],
#request_a_quote input[type="email"],
#request_a_quote input[type="tel"],
#request_a_quote input[type="date"],
#request_a_quote_single input[type="text"],
#request_a_quote_single input[type="email"],
#request_a_quote_single input[type="tel"],
#request_a_quote_single input[type="date"],
#contact_container_2 input[type="date"],
#contact_container_2 textarea,
#contact_container_2 input[type="text"],
#contact_container_2 input[type="tel"],
#contact_container_2 input[type="email"],
#identification #email,#identification #password,form[name="customer_shop"] input[type="text"],
form[name="customer_shop"] input[type="email"],
form[name="customer_shop"] input[type="tel"],
form[name="customer_shop"] input[type="password"],
#reset-password-form input[type="email"],
#address_lastname,
#address_firstname,
#address_email_first,
#address_address,
#address_addressAdditional,
#address_zipcode,
#address_city,
#address_phone,
#address_email_second,
#customer_my_account_firstname,
#customer_my_account_email_first,
#customer_my_account_plainPassword_first,
#customer_my_account_plainPassword_second,
#customer_my_account_phone,
#customer_my_account_addressAdditional,
#customer_my_account_city,
#customer_my_account_lastname,
#customer_my_account_email_second,
#customer_my_account_plainPassword_second,
#customer_my_account_address,
#customer_my_account_zipcode,
#change_password_form_plainPassword_first,
#change_password_form_plainPassword_second,
form[name="customer_box_order"] input[type="text"],
form[name="customer_box_order"] input[type="email"],
form[name="customer_box_order"] input[type="tel"],
form[name="customer_box_order"] input[type="password"],
form[name="customer_address"] input[type="text"],
#contact_customer_email,
#contact_customer_message,
#customer_order_lastname,
#customer_order_firstname,
#customer_order_email,
#customer_order_phone,
#customer_order_plainPassword,
#customer_order_address,
#customer_order_addressAdditional,
#customer_order_zipcode,
#customer_order_city
{
    border-radius: 25px;
    font-size: 13px;
    border: 0;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 60px;
}

#contact_container_2 input[type="date"],
#contact_container_2 textarea,
#contact_container_2 input[type="text"],
#contact_container_2 input[type="tel"],#contact_container_2 input[type="email"],
#identification #email,
#identification #password,
#reset-password-form input[type="email"]
{
    border: 1px solid var(--borderblue);
}



#contact_container textarea,#contact_container_2 textarea,
#contact_customer_message{
    border-radius: 5px;
    height: 175px;
}

#contact_container textarea,#contact_container_2 textarea,#contact_container input[type="text"],#contact_container input[type="tel"],#contact_container input[type="email"]{
    padding: 10px;
}

#request_a_quote input[type="checkbox"],
#request_a_quote_single input[type="checkbox"],
#contact_container input[type="checkbox"],
#contact_container_2 input[type="checkbox"],
.cgv input[type="checkbox"],
#cgu,
input[data-shop-address-billing],
#cgl,
#confirmEmail,
#contact_customer_terms{
    display: inline-block;
    vertical-align: top;
    border: 0;
    width: 20px;
    height: 20px;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius:2px;
    cursor: pointer;
}

#contact_container_2 input[type="checkbox"]{
    border: 1px solid var(--borderblue);
}

.cgv input{
    margin-right: 5px;
}

#contact_container_2 input[type="radio"]{
    margin-right: 10px;
}

#contact_franchised_hasStore label{
    margin-right: 20px;
}

#contact_container_2 button[type="submit"]{
    background: var(--emeraude);
    border: 0;
    height: 40px;
    border-radius: 20px;
    font-family: 'Maven Pro';
    font-size: 17px;
    text-transform: uppercase;
    padding: 8px 10px 6px;
    color: #fff;
}

#request_a_quote label,#contact_container label[for='contact_terms'],#contact_container label[for='estimate_terms'],#contact_container_2 label[for='contact_franchised_terms']{
    vertical-align: top;
    display: inline-block;
    color: #fff;
    padding-left: 20px;
    font-size: 13px;
    font-style: italic;
}

#request_a_quote label a{
    color: #fff;
    text-decoration: underline;
}

#contact_container label[for='contact_terms'],#contact_container label[for='estimate_terms'],#contact_container_2 label[for='contact_franchised_terms']{
    color: var(--bleu);
    width: calc(100% - 40px);
}

#contact_container i.fal{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#request_a_quote button[type="submit"],#contact_container button[type="submit"]{
    background: none;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-family: 'Maven Pro';
    font-size: 19px;
    font-weight: bold;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    padding: 0 40px;
    line-height: 20px;
    display: inline-block;
}

#contact_container button[type="submit"]{
    background: white;
    color: var(--bleu);
}

#estimate_submit{
    background: none;
    color: var(--emeraude);
    text-transform: uppercase;
    background: var(--white);
    font-family: 'Maven Pro';
    font-size: 19px;
    font-weight: bold;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    padding: 17px 40px;
    line-height: 20px;
    display: inline-block;
    border: 0;
    margin-top: 30px;
}

#request_a_quote hr{
    margin: 0 0 30px;
    border-top: 2px solid rgba(255,255,255,0.3);
}

#surface_calculator button{
    background: url(../../images/stockerseul/calculatrice.png) no-repeat 16px 10px var(--bleu);
    height: 60px;
    border-radius: 30px;
    color: #fff;
    font-family: "Maven Pro";
    padding: 12px 0 20px 45px;
    border: 0;
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;

}

#surface_calculator button i{
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}



.text_separator,.text_separator_2{
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.text_separator span{
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    position: relative;
    background: var(--darkorange);
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.text_separator:before{
    border-top: 1px solid  rgba(255,255,255,0.3);
    content: " ";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: 1;
}

.text_separator_2 span{
    color: var(--emeraude);
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    position: relative;
    background: var(--lightblue);
    position: relative;
    z-index: 2;
    padding: 0 10px;
    font-weight: 700;
}

.text_separator_2:before{
    border-top: 1px solid var(--lightgrey);
    content: " ";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: 1;
}


#request_a_quote_single .text_separator span{
    background: var(--lightblue2);
    color: var(--bleu);
}

#request_a_quote_single .text_separator:before{
    border-top: 1px solid var(--bleu);
}

#surface_calculator{
    background: var(--darkorange);
    padding: 20px 40px;
    border-radius: 5px;
}

#surface_calculator label,#estimate_cardboard label{
    font-style: normal;
    font-size: 13px;
    margin-right: 25px;
}

#estimate_cardboard label{
    margin-left: 25px;
}

.section p a{
    color: var(--emeraude);
    font-weight: bold;
    text-decoration: underline;
}

.btn-primary,.btn-secondary,.btn-tertiary{
    background: var(--emeraude);
    border: 0;
    height: 40px;
    border-radius: 20px;
    font-family: 'Maven Pro';
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 6px;
    display: inline-flex;
    align-items: center;
}

.btn-primary:hover{
    background: var(--emeraude);
}

.btn-secondary {
    background: var(--orange);
    height: 40px;
}

.btn-tertiary {
    background: var(--orange);
    background: #fff;
    border: 2px solid var(--borderblue);
    text-transform: none;
    height: 45px;
    border-radius: 23px;

}

.btn-tertiary img{
    display: inline-block;
    margin-right: 10px;
}

.btn-primary i,.btn-secondary i,.btn-tertiary i{
    font-size: 31px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin:0 5px;
}

.btn-fourth {
    background: white;
    height: 40px;
    border-radius: 23px;
    color: var(--orange);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid var(--lightgrey);
}

.btn-fourth i{
    font-size: 31px;
    margin:0 5px;
}

.btn-fifth {
    background: none;
    text-transform: uppercase;
    height: 40px;
    border-radius: 23px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid white;
}

.btn-fifth i{
    font-size: 20px;
    margin-left: 5px;
}

.btn-grey {
    background: var(--lightblue);
    text-transform: uppercase;
    height: 40px;
    border-radius: 23px;
    color: var(--emeraude);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.btn-grey i{
    margin-left: 5px;
    color: var(--emeraude);
}

.btn-sm {
    font-size: .8em;
    height: 30px;
    padding: 5px 12px;
}

.text_image h2{
    font-size: 36px;
    font-family: 'Maven Pro';
    background: none;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid var(--orange);
    padding-right: 140px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    display: inline-block;
}

.text_image h2 span{
    display: block;
}

.text_image h2:after{
    content: "";
}

.tips{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tips{
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    color: var(--orange);
    font-size: 20px;
    font-family: 'Maven Pro';
    margin-bottom: 30px;
}

.tips i{
    color: var(--bleu);
    font-size: 28px;
}

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

.text_image .col-md-6 > img{
    width: 100%;
    height: auto;
    max-width: none;
}

.text_image ul{
    padding: 0;
    margin: 0;
}

.text_image ul li{
    list-style: none;
    margin-bottom: 10px;
    color: var(--bleu);
    font-size: 16px;
}

.text_image ul li:before{
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 3px;
    background: var(--orange);
    margin-right: 15px;
}

#footer_links h2{
    font-family: 'Maven Pro';
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: -37px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--orange);
}

#footer_links h2 span{
    font-family: "Maven Pro";
    font-weight: 700;
    font-size: 35px;
    display: block;
}

#footer_links{
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    z-index: 1;
    position: relative;
    top: 100px;
    width: 80%;
    margin: auto;
}


#footer_links ul{
    padding: 0;
    margin: 0;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

#footer_links ul li{
    list-style: none;
}

#footer_links ul li a, #footer_links ul li .a{
    color: var(--bleu);
}

#footer_links:before{
    content:url(../../images/stockerseul/links_bg_left.png);
    position: absolute;
    z-index: 0;
    left: -119px;
    bottom: 94px;
}

#footer_links:after{
    content:url(../../images/stockerseul/links_bg_right.png);
    position: absolute;
    z-index: 0;
    right: -127px;
    bottom: 94px;
}

#footer_links p{
    color: var(--orange);
    text-align: center;
    font-family: 'Maven Pro';
    font-size: 17px;
    margin-bottom: 30px;
}

#footer_content{
    padding-top: 150px;
    padding-bottom: 50px;
}

#footer_infos p,#footer_infos a{
    color: #fff;
}

#footer_infos img{
    margin-bottom: 30px;
}

#footer_infos i{
    font-size: 23px;
    display: inline-block;
    margin: 0 5px;
}

#footer_menu ul{
    margin: 0;
    padding: 0 50px;
    columns: 2;
}

#footer_menu ul li{
    list-style-type: none;
}

#footer_menu ul li a, #footer_menu ul li .a{
    color: #fff;
    font-size: 14px;
}

#footer_infos{
    border-right: 1px solid rgba(255,255,255,0.6);
}

#footer_forms form {
    color: #fff;
    font-weight: bold;

}

#footer_forms form input[type="tel"]{
    height: 35px;
    border-radius: 18px;
    width: 100%;
    border: 0;
    margin-top: 5px;
    padding: 5px 10px 5px 30px;
}

#footer_forms form button{
    position: absolute;
    right: 20px;
    top: 10px;
    background: none;
    border: 0;
    font-family: "Maven Pro";
    font-weight: 700;
    color: var(--emeraude);
}

#footer_copy{
    padding: 10px 0;
    background: white;
    text-align: right;
}

#estimate_customerName_wrapper:before{
    content: "\f007";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 20px;
    top: 12px;
    left: 43px;
    color: var(--lightgrey);
    font-weight: 100;
}

#estimate_customerPhone_wrapper:before{
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 20px;
    top: 12px;
    left: 43px;
    color: var(--lightgrey);
    font-weight: 100;
}

#estimate_customerEmail_wrapper:before{
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 20px;
    top: 12px;
    left: 43px;
    color: var(--lightgrey);
    font-weight: 100;
}

#estimate_customerEmail_second_wrapper:before{
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 20px;
    top: 12px;
    left: 43px;
    color: var(--lightgrey);
    font-weight: 100;
}

#estimate_startDate_wrapper:before{
    content: "\f073";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 20px;
    top: 12px;
    left: 43px;
    color: var(--lightgrey);
    font-weight: 100;
}

#estimate_duration_wrapper:before{
    content: "\f251";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 20px;
    top: 12px;
    left: 43px;
    color: var(--lightgrey);
    font-weight: 100;
}

#estimate_agency_wrapper:before{
    content: "\f015";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 20px;
    top: 12px;
    left: 43px;
    color: var(--lightgrey);
    font-weight: 100;
}

#estimate_surface_wrapper{
    position: relative;
}

#estimate_surface_wrapper:before{
    content: "\f31d";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 20px;
    top: 12px;
    left: 23px;
    color: var(--lightgrey);
    font-weight: 100;
}

#request_a_quote input[type="checkbox"]:checked,
#request_a_quote_single input[type="checkbox"]:checked,
#contact_container input[type="checkbox"]:checked,
#contact_container_2 input[type="checkbox"]:checked,
.cgv input[type="checkbox"]:checked,
#cgu:checked,
input[data-shop-address-billing]:checked,
#cgl:checked,
#confirmEmail:checked,
#contact_customer_terms
{
    background-image: url(../../images/stockerseul/checked.png);
    background-position: center;
}

#garde_meuble{
    padding-top: 100px;
    position: relative;
    top:-100px;
    position: relative;
    z-index: 0;
    margin-bottom: -100px;
}

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

.bg_girafe{
    background: url(../../images/stockerseul/girafe_big.png) no-repeat 90% bottom;
}

#burger{
    display: none;
}

#footer_forms form div{
    position: relative;
}

#footer_forms form{
    margin-bottom: 30px;
}

#call_request_submit,#ctcFooterSubmit{
    background: var(--emeraude) !important;
    border: 0;
    height: 30px;
    border-radius: 20px;
    font-family: 'Maven Pro' !important;
    font-size: 15px;
    text-transform: uppercase;
    padding: 6px 20px;
    color: #fff;
    position: static !important;
}

#call_request_agency,#ctcFooterAgency{
    display: block;
    margin: 10px 0;
}

.modal-body form{
    color: #212529 !important;
}

.select select{
    display: block;
    width: 100%;
    background-clip: padding-box;
    border-radius: 25px;
    border: 0;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 60px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.select:after{
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 25px;
    top: 8px;
    right: 43px;
    color: var(--bleu);
    font-weight: 100;
    pointer-events: none;
}

#estimate_agency:focus{
    outline: none;
}

#est-storagetype-filled button i{
    font-size: 25px;
}

#est-storagetype-filled button{
    padding-top: 19px;
}

.form-error{
    padding: 5px;
    background: #f8d7da;
    color: #721c24;
    display: inline-block;

}


.page-title{
    background: linear-gradient(180deg, var(--lightblue) 50%, #fff 50%);
    padding-top: 46px;
}

.page-title-wrapper{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Maven Pro';
    max-width: 822px;
    margin: auto;
    padding: 10px;
}

.page-title-wrapper span{
    font-weight: 200;
    text-decoration: underline;
    font-family: 'Muli';
}

.page-title-wrapper h1{
    font-size: 39px;
}

.sts-breadcrumb{
    max-width: 822px;
    margin: auto;
    background: #fff;
    font-family: 'Muli';
    text-transform: uppercase;
    font-size: 14px;
    color: var(--bleu);
    padding-bottom: 20px;
    border-bottom: 3px solid var(--lightblue);
}

.cms .sts-breadcrumb a,.sts-breadcrumb a,.sts-breadcrumb span,.sts-breadcrumb strong{
    color: var(--bleu)!important;
    display: inline-block;
    vertical-align: middle;
}

.sts-breadcrumb i{
    color: var(--orange);
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

#data-map{
    width: 100%;
    height: 721px;
}

.box_results{
    padding-top: 83px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, var(--lightblue) 5%);
    padding-bottom: 120px;
}

#result_list{
    height: 721px;
    overflow-x: auto;
}

.list_item{
    background: white;
    border-radius: 3px;
    border:1px solid var(--borderblue);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    min-height: 221px;
}

.agency-thumb img{
    height: 142px;
    object-fit: contain;

}

.title_rate{
    padding-bottom: 7px;
    border-bottom: 1px solid var(--borderblue);
}

.title_rate a{
    color: var(--emeraude);
}

.title_rate h2{
    font-family: "Maven Pro";
    font-size: 17px;
}

.agency_address{
    font-size: 14px;
    font-family: 'Muli';
    padding-left: 25px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.agency_address:before{
    content: "\f606";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.agency_distance{
    font-family: "Muli";
    font-size: 14px;
    font-style: italic;
    color: var(--labelblue);
}

.agency_phone{
    font-size: 21px;
    font-family: 'Muli';
    font-weight: bold;
    padding-left: 25px;
    position: relative;
    color: var(--bleu);
}

.agency_phone a,.agency_phone a:hover{
    color: var(--bleu);
    text-decoration: none;
}

.agency_phone:before{
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.box_availaible,.box_price{
    font-size: 14px;
    font-family: 'Muli';
    padding-left: 25px;
    position: relative;
    margin-top: 20px;
}


.box_price{
    margin-top: 0;
}

.box_availaible:before{
    content: " ";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--vert);
    position: absolute;
    left: 0;
    top: 0;
}

.box_services_icons{
    margin-top: 15px;
    padding-left: 25px;
}

.box_services_icons i{
    font-size: 20px;
    color: var(--labelblue);
    margin-right: 10px;
}

.agency_info .btn{
    margin: 10px 0 0 25px;
}

.gm-style .gm-style-iw-c{
    box-shadow: none;
    border: 2px solid var(--borderblue);
    z-index: 100;
}

.gm-style .gm-style-iw-t:after{
    border: 2px solid var(--borderblue);
    width: 50px;
    height: 50px;
    z-index: 99;
}

.gm-style .gm-style-iw-t:before {
    background: white;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 64px;
    z-index: 101;
    top: -2px;
    left: -32px;
}

.map_agency_info .btn{
    margin: 10px 0 0 25px;
}

.reassurance .garantie_item{
    color: var(--bleu);
}

.reassurance .garantie_item_icon{
    background: var(--orange);
}

.reassurance .garantie_item_icon i{
    color: white;
}

.contact_cta p a,.reassurance p a{
    color: var(--orange);
    text-decoration: underline;
}

#single_map{
    width: 100%;
    height: 419px;
}

.single_map_container{
    background: linear-gradient(180deg, var(--lightblue) 0%,var(--lightblue) 20%, rgba(255,255,255,1) 20%);
}

.single_infos{
    top: 35px;
    position: relative;
    padding-bottom: 40px;
}

.single_infos h2{
    color: var(--emeraude);
    font-family: "Maven Pro";
    font-size: 23px;
    margin-bottom: 35px;
}

.single_infos h3{
    color: var(--bleu);
    font-family: "Maven Pro";
    font-size: 18px;
}

.single_infos p{
    font-family: "Muli";
    font-size: 16px;
}

.single_video_container iframe{
    width: 100%;
    height: 500px;
}

.single_storage{
    background: linear-gradient(180deg, var(--lightblue) 0%, var(--lightblue) 20%, var(--orange) 20%);
}

.storage_container{
    background: white;
    border-radius: 4px;
    padding: 20px 20px 70px 20px;
    text-align: center;
    box-shadow: 0px 0px 21px 9px rgba(0,0,0,0.12);
    margin: auto;
    max-width: 480px;
    height: 100%;
    position: relative;
}

.storage_container h3{
    font-family: "Maven Pro";
    color: var(--emeraude);
    font-size: 23px;
    position: relative;
    top: -20px;
}

.storage_container h3:after {
    content: url(../../images/stockerseul/h2_line.png);
    position: absolute;
    left: 30%;
    bottom: -20px;
}


.image_storage_container{
    position: relative;
    top: -70px;
    height: 217px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image_storage_container img{
    align-self: flex-end;
}

.single_storage .col-lg-4:nth-child(3) .image_storage_container{
    top: -50px;
}

.single_storage .row .col-md-4:nth-child(2) .storage_container{
    position: relative;
    top: -60px;
}

.single_form_container{
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, var(--lightblue) 60%);
    padding-bottom: 200px;
}

.single_form_container_content{
    padding: 40px;
    background: var(--lightblue2);
}

.single_form_container_content h2,h2.form_h2{
    font-family: "Maven Pro";
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.single_form_container_content h2 span{
    font-family: "Maven Pro";
    font-weight: 700;
}

h2.form_h2{
    margin: 50px 0;
}


.single_form_container_content h2:after,h2.form_h2:after{
    content: url(../../images/stockerseul/h2_line_orange.png);
    position: absolute;
    left: 0;
    bottom: 0;
}

.surface_calculator_single{
    background: none !important;
    padding: 0 !important;
}

.box_results .owl-carousel .owl-item img {
    display: block;
    height: 600px;
    object-fit: contain;
}

.partners_caroussel .owl-carousel .owl-item img{
    height: 220px;
    width: auto;
}

.garantie_agency .garantie_item_icon{
    color: var(--emeraude);
}

.garantie_agency .garantie_item{
    color: var(--bleu);
}

#agency_promo{
    height: 100%;
}

#agency_promo .owl-carousel,#agency_promo .owl-stage-outer,#agency_promo .owl-stage,#agency_promo .owl-item{
    height: 100%;
}

.item-promo{
    padding-left: 30px;
    height: 100%;
}

.item-promo > div{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.promo_text{
    clip-path: polygon(0 0, 100% 0, 69% 100%, 0 100%);
    background: var(--orange);
    width: 325px;
    height: 235px;
    position: absolute;
    bottom: 0;
    left: -30px;
    background: var(--orange);
    background: linear-gradient(90deg, rgba(231,121,26,1) 0%, rgba(255,15,0,1) 100%);
    padding: 30px;
    background-repeat: no-repeat;
}

.promo_text p{
    display: block;
    font-family: "Maven Pro";
    margin-bottom: 0;
}

.promo_text p:last-child{
    max-width: 190px;
}

.page-cms-title{
    min-height: 300px;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.page-cms-title .container-fluid{
    position: absolute;
    bottom: -70px;
}

.cms{
    padding-top: 180px;
}

#contact_container{
    padding: 70px 220px;
    background: var(--lightblue2);
}

#contact_container_2{
    padding: 70px 220px;
}

#contact_section{
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, var(--lightblue) 84%);

}

#contact_section.contact_section_alt_bg{
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, var(--lightblue) 40%);
}

#contact_section select,#contact_section input[type="text"],#contact_section input[type="tel"],#contact_section input[type="email"],#contact_section input[type="date"],select[name=erpIdSurface],select[name=erpIdWarranty] {
    padding-left: 20px;
}

#est-storagetype-empty button, #est-storagetype-filled button{
    background: var(--emeraude);
    border-radius: 25px;
    border: 0;
    color: #fff;
    height: 50px;
    padding: 0 10px 0 25px;
}

#est-storagetype-empty button i,#est-storagetype-filled button i{
    margin-left: 10px;
}

.partners_caroussel{
    background: var(--lightblue);
    padding: 65px 0;
}

.partners_caroussel_alt{
    background: var(--lightblue2);
}

.partners_caroussel_alt_2{
    background: white;
}

.partners_caroussel_alt_2{
    border-bottom: 200px solid var(--lightblue);
}

.partners_caroussel .item{
    padding: 0 15px;
}

.single_partner_img{
    height: 220px;
    background: white;
    border-radius: 5px;
    border: 1px solid var(--lightgrey);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .single_partner_img img{
    width: auto;

}

.partners_caroussel .item p{
    text-align: center;
    color: var(--bleu);
    margin-top: 20px;
}

.partners_caroussel .item a:hover{
    text-decoration: none;
}

.partners_caroussel .owl-next i,.partners_caroussel .owl-prev i{
    color: var(--orange);
    font-size: 60px;
}

.partners_caroussel .owl-next,.partners_caroussel .owl-prev{
    position: absolute;
    top: 50%;
    margin-top: -60px;
}

.partners_caroussel .owl-next{
    right: -50px;
}

.partners_caroussel .owl-prev{
    left: -50px;
}

.page-title-calculator{
    background: var(--lightblue);
    padding-top: 80px;
    padding-bottom: 40px;
}

.page-title-calculator h1{
    font-weight: 800;
    position: relative;
    padding-bottom: 30px;
    color: var(--bleu);

}

.page-title-calculator h1:after{
    position: absolute;
    bottom: 0;
    content: " ";
    border-bottom: 4px solid var(--orangelight);
    width: 400px;
    left: 50%;
    margin-left: -200px;
}

.surface-calculator{
    background: var(--lightblue);
}

.calculator-selector-container{
    background: var(--bleu);
}

.calculator-selector{
    color:white;
    padding: 30px;
    flex: 0 0 100%;
}

.calculator-selector-item {
    cursor: pointer;
}

.calculator-selector-item[disabled]{
    opacity: 0.5;
    pointer-events: none;
}

.calculator-selector div span{
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    margin-left: 20px;
}

.calculator-selector > div{
    margin-bottom: 20px;
}

.calculator-selector-title{
    font-size: 21px;
    font-family: "Maven Pro";
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;

}

.calculator-selector-title:after{
    content: url(../../images/stockerseul/h2_line_orange_light.png);
    position: absolute;
    left: 0;
    bottom: 0;
}

.calculator-image{
    background: white;
    text-align: center;
}

.calculator-image img{
    width: auto;
    max-height: 220px;
}

.calculator-selector-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculator-selector input[type='checkbox']{
    display: inline-block;
    vertical-align: top;
    border: 0;
    width: 20px;
    height: 20px;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50%;
    cursor: pointer;
}

.calculator-selector input[type='checkbox'].checked{
    background: var(--orangelight);
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
}

.calculator-footer-title{
    font-family: "Maven Pro";
    font-size: 25px;
    text-transform: uppercase;
    color: var(--bleu);
    margin-top: 65px;
    padding-top: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 70px;
}

.calculator-footer-title:before{
    content: " ";
    border-top: 2px solid var(--lightgrey);
    left: 50%;
    top: 0;
    position: absolute;
    width: 50%;
    margin-left: -25%;
}

.calculator-footer-title span{
    color: var(--orangelight);
}

.calculator-feature{
    background: white;
    border-radius: 3px;
    border: 1px solid var(--lightgrey);
    color: var(--bleu);
    display: inline-flex;
    margin-top: 20px;
    padding: 3px 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}

.calculator-feature em{
    color: var(--emeraude);
    font-style: normal;
}

.btn-calculator{
    background: var(--emeraude);
    color: white !important;
    border-radius: 20px;
    height: 40px;
    text-transform: uppercase;
    font-family: "Maven Pro";
    font-size: 17px;
    line-height: 31px;
    margin: 80px 0;
}

.modal{
    background: rgba(0,0,0,0.3);
}

.modal.show{
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal #surface-calculator{
    width: 900px;
    margin: auto;
    background: white;
    padding: 20px;
}



.modal #surface-calculator-submit{
    margin: 20px 0 0;
}

.modal #surface-calculator .calculator-image img{
    height: 220px;
}

.modal #surface-calculator .calculator-image footer img{
    height:auto;
}

.modal #surface-calculator .calculator-image footer img.img-1{
    margin-top: 12px;
}

.modal #surface-calculator .calculator-image footer img.img-3{
    margin-top: 5px;
}

.modal #surface-calculator .calculator-footer-title{
    margin-top: 20px;
    margin-bottom: 20px;
}

#engagement{
    background: var(--lightblue);
}

#engagement img{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#engagement h3{
    font-family: "Maven Pro";
    font-size: 21px;
    font-weight: 600;
}

.readmore-close {
    overflow: hidden;
    height: 0px!important;
}

.readmore-hide {
    overflow: hidden;
    height: 0px!important;
    transition: height 0.5s ease 0s;
}

.readmore-show {
    overflow: hidden;
    transition: height 0.5s ease 0s;
}

#agency_slider .item{
    background: white;
}

#agency_slider .owl-nav .owl-prev, #agency_slider .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    font-size: 90px;
    margin-top: -45px;
    color: whitesmoke;
}

#agency_slider .owl-nav .owl-prev{
    left: 10px;
}

#agency_slider .owl-nav .owl-next{
    right: 10px;
}

.a{
    cursor: pointer;
}

.a:hover{
    text-decoration: underline;
}

#contact_franchised_benefit{
    width: calc(100% - 30px) !important;
}

.page-404{
    padding: 100px 0;

}

button.disabled, form.disabled, input.disabled {
    pointer-events: none;
}

form.disabled, input.disabled, label.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.storage_btn{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.page-login-title{
    height: 100px;
    position: relative;
    background: var(--lightblue);
}

#identification label,
#reset-password-form label,
form[name="change_password_form"] label
{
    font-weight: 900;
    font-family: "Muli";
}

#inputEmailWrapper,#inputPasswordWrapper{
    position: relative;
}

#inputEmailWrapper:before {
    content: "\f2bd";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 20px;
    top: 12px;
    left: 20px;
    color: var(--lightgrey);
    font-weight: 100;
}

#inputPasswordWrapper:before {
    content: "\f30d";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 20px;
    top: 12px;
    left: 20px;
    color: var(--lightgrey);
    font-weight: 100;
}

.reset-password a,label[for="cgu"] a{
    color: var(--emeraude) !important;
    text-decoration: underline;
    font-family: "Muli";
}

#account #user_menu{
    position: absolute;
    background: white;
    width: 200px;
    right: 0;
    border-radius: 3px;
    box-shadow: 0px 0px 21px -1px rgba(0,0,0,0.25);
    top: 46px;
    visibility: hidden;
    z-index: 10;
}

#account #user_menu:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 160px;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
}

#account #user_menu:after{
    content: '';
    position: absolute;
    height: 18px;
    bottom: 100%;
    left:0;
    right: 0;
    top: -18px;
}


#account #user_menu a{
    display: block;
    text-align: center;
    padding: 10px 5px;
    text-transform: none;
    border-bottom: 1px solid var(--lightgrey);
    color: var(--orange);
    font-size: 14px;
    text-transform: none;
    font-family: "Muli";
    font-weight: 700;
}

#account #user_menu a:last-child{
    border: 0;
}

#account:hover #user_menu{
    visibility: visible;
}

.product-img-container{
    position: relative;
}

.product-description-container{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(33, 37, 41,0.9);
    color: white;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: all 0.3s;
    font-size: 16px;
}

.product-description-container p{
    text-align: center;
}

.product-img-container:hover .product-description-container{
    opacity: 1;
}

.datepicker{
    text-align: center;
    min-height: 300px;
}

.datepicker .ui-datepicker-inline{
    display: inline-block !important;
    border: none !important;
    box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}

.datepicker .ui-widget-header{
    background: white;
    border: none;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}

.datepicker .ui-datepicker-prev:before{
    content: "\f104";
}

.datepicker .ui-datepicker-next:before{
    content: "\f105";
}

.datepicker .ui-datepicker-title{
    color: var(--emeraude);
}

.datepicker .ui-state-active{
    background: var(--orange);
    color: white;
}

.datepicker .ui-datepicker td a,
.datepicker .ui-datepicker td .ui-state-default{
    text-align: center;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div[data-boxorder-date-selected]{
    font-size: 18px;
}

.selected-date{
    display: inline-block;
    border: 2px solid var(--lightblue);
    border-radius: 10px;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.selected-date span{
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    border-right: 1px solid var(--lightblue);
    font-size: 20px;
    color: var(--orange);
    font-weight: bold;
    min-width: 48px;
}

.selected-date span:last-child{
    border-right: none;
}

#box_order_agency_choice,
#box_order_agency_choice_2,
#material_order_agency{
    height: 55px;
    border: 2px solid var(--lightgrey);
    border-radius: 27px;
    width: 600px;
    position: relative;
    top: 18px;
    padding-left: 50px;
    text-align: center !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#box_order_agency_choice_2{
    top: 33px;
    left: 3px;
    width: 500px;
    padding-left: 22%;
}

i.close{
        position: absolute;
    right: 15px;
    top: 4px;
}
#box_order_agency_choice:focus{
    outline: none;
}

#choose-center,
#choose-center-2{
    text-align: center;
    position: relative;
    display: inline-block;
}

#choose-center:after,
#choose-center-2:after{
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    display: block;
    position: absolute;
    right: 25px;
    top: 37px;
    z-index: -1;

}

#choose-center-2:after{
    top: 48px;
}


#choose-center img,
#choose-center-2 img{
    position: absolute;
    left: 0;
    top: 17px;
    z-index: 3;
}

img.materiel{
    left:-32px !important;
}
#box_order_storageType_choice{
    text-align: center;
}

#box_order_storageType_choice label{
    margin-right: 20px;
    font-weight: 600;

}

#box_order_storageType_choice input{
    margin-right: 10px;
}

#choose-center .form_h2{
    font-size: 25px;
}

.choose-center-h2{
    display: inline-block;
    font-size: 25px !important;
}

.data-boxorder-surface-calculator-container{
    margin-top: -90px;
}

button[data-boxorder-surface-calculator] i{
    color: var(--borderblue);
    margin-right: 10px;
}

.data-boxorder-summary-storagetype-container{
    color: var(--bleu);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

select[name=erpIdSurface], select[name=erpIdWarranty] {
    border: 2px solid var(--borderblue);
}

.data-boxorder-summary-date-container{
    padding: 15px;
    text-align: center;
    color: var(--bleu);
    font-size: 16px;
    font-weight: 700;

}

.data-boxorder-summary-date-container img{
    margin: auto;
    display: block;
    margin-bottom: 50px;
    margin-top: 30px;
}

span[data-boxorder-summary-storagetype],
span[data-boxorder-summary-agency-name],
span[data-boxorder-summary-date]{
    display: block;
    color: var(--orange);
}

.monthly-due-date{
    background: var(--bleu) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

#data-boxorder-summary-price-first-due-container{
    color: var(--orangelight);
    text-align: center;
    font-size: 27px;
    font-weight: bold;

}

label[for="cgl"],
label[for="confirmEmail"],
label[for="contact_customer_terms"]{
    font-size: 13px;
    font-style: italic;
    display: inline-block;
    margin-left: 10px;
}

label[for="cgl"] a,
label[for="contact_customer_terms"] a{
    color: var(--emeraude);
    text-decoration: underline;
}

#banner-rent-box{
    background: url(../../images/stockerseul/reservation-box-bg.jpg) no-repeat center;
    background-size: cover;
}

#banner-rent-box h1{
    margin-bottom: 130px;
    font-size: 65px;
    color: var(--orangelight);
}

#banner-rent-box a{
    color: white;
}

#banner-rent-box h1 .top_base{
    text-transform: none;
    font-size: 58px;
    color: var(--white);
    padding-bottom: 0;
}

#rent-box-breadcrumb{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    background: var(--lightblue2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

#rent-box-breadcrumb.checkout_process_displayed{
    opacity: 1;
    visibility: visible;
}

#rent-box-breadcrumb ul{
    background: none;
    width: 100%;
}

#rent-box-breadcrumb #checkout_process li{
    width: auto !important;
    display: block !important;
    right: auto;
    left: auto;
    padding-bottom: 60px;
    padding-top: 5px;
    background: linear-gradient(270deg, var(--lightblue2) 49%, var(--lightgrey) 49%, var(--lightgrey) 51%, var(--lightblue2) 51%);;

}

#rent-box-breadcrumb #checkout_process li:last-child{
    background: none;
}

footer .orange-bg, #footer_copy {
    position: relative;
    z-index: 3;
}

footer .container{
    position: relative;
    z-index: 4;
}

ul.step_active_1 li:first-child,
ul.step_active_2 li:first-child,
ul.step_active_2 li:nth-child(2),
ul.step_active_3 li:first-child,
ul.step_active_3 li:nth-child(2),
ul.step_active_3 li:nth-child(3),
ul.step_active_4 li:first-child,
ul.step_active_4 li:nth-child(2),
ul.step_active_4 li:nth-child(3),
ul.step_active_5 li:first-child,
ul.step_active_5 li:nth-child(2),
ul.step_active_5 li:nth-child(3),
ul.step_active_5 li:nth-child(4){
    background: linear-gradient(270deg, var(--lightblue2) 49%, var(--orange) 49%, var(--orange) 51%, var(--lightblue2) 51%) !important;
}

ul.step_active_2 li:nth-child(2) span,
ul.step_active_3 li:nth-child(2) span,
ul.step_active_3 li:nth-child(3) span,
ul.step_active_4 li:nth-child(2) span,
ul.step_active_4 li:nth-child(3) span,
ul.step_active_4 li:nth-child(4) span,
ul.step_active_5 li:nth-child(2) span,
ul.step_active_5 li:nth-child(3) span,
ul.step_active_5 li:nth-child(4) span,
ul.step_active_5 li:nth-child(5) span{
    box-shadow: 0px 0px 0px 5px var(--orange) !important;
    background: var(--orange) !important;
}

.btn-filter-active {
    background: var(--orange);
    color: white !important;
}

#volume-calculator{
    background: var(--emeraude);
}

#volume-calculator a{
    color: white !important;
    padding: 0 10px;
}

#volume-calculator a i{
    margin-right: 7px;
}

#banner-dms .entry{
    height: 25%;
    color: var(--emeraude);
    line-height: 26px;
    font-size: 25px;
}

#banner-dms .entry span{
    font-family: "Maven Pro";
}

#banner-dms .entry span div{
    color: var(--orange);
    font-size: 17px;
}

#banner-dms .btn-fourth{
    white-space: nowrap;
}

#banner-dms .entry:nth-child(4){
    background: white;
}

#banner-dms .entry:nth-child(1) .btn-fourth,
#banner-dms .entry:nth-child(4) .btn-fourth{
    border: none;
}

#banner-dms .entry:nth-child(2){
    background: white;
}

#banner-dms .entry:nth-child(2) .btn{
    border: 2px solid var(--lightblue2);
}

#banner-dms .entry:nth-child(1),
#banner-dms .entry:nth-child(3){
    background: var(--emeraude);
    color: white;
}

#banner-dms .entry:nth-child(3) span div,#banner-dms .entry:nth-child(1) span div{
    color: white;
}

#banner-dms .entry:nth-child(3) .btn-fourth{
    border: none;
}

#banner-dms .entry span b{
    display: block;
}

#banner-dms .col-lg-6 > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#trust h1{
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--orange);
    margin-bottom: 40px;
    font-size: 31px;
    font-family: 'Maven Pro';
}

#trust h1 span{
    display: block;
    font-weight: normal;
    color: var(--emeraude);
    font-size: 31px;
}

#trust h1:after{
    display: none;
}

#trust p{
    margin-bottom: 80px;
}

#locator-calculator{
    background: var(--lightblue);
}

#locator-calculator img{
    width: 100%;
    height: auto;
}

#locator-calculator .col-md-6{
    padding-bottom: 100px;
}

.locator-calculator-box{
    position: absolute;
    padding: 20px;
    bottom: 0;
    min-height: 225px;
    width: 530px;
    font-family: "Maven Pro";
}

.locator-calculator-box span{
    display: block;
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 30px;
}

.locator-calculator-box .h2{
    text-transform: uppercase;
    font-size: 27px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    font-family: "Maven Pro";
}

.locator-calculator-box .h2:after{
    width: 75%;
    content: " ";
    border-bottom: 1px solid var(--lightgrey);
    display: block;
    position: absolute;
    bottom: 0;
}

#calculator-box .h2:after{
    border-color: white;
}

#locator-box{
    right: 20px;
    background: white;
    color: var(--emeraude);
}

#calculator-box{
    left: 20px;
    background: var(--orange);
    color: white;
}

#locator-box input{
    border: 2px solid var(--lightgrey);
    height: 46px;
    border-radius: 23px;
    width: 300px;
    padding-left: 50px;
}

#locator-box-search:before {
    content: "\f015";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 20px;
    top: 8px;
    left: 20px;
    color: var(--lightgrey);
    font-weight: 100;
}

#reviews h2{
    color: white;
}

#reviews h2:after{
    content: url(../../images/demenagerseul/h2_line_white.png);
    position: absolute;
    left: 50%;
    bottom: 0;
}

#discounts{
    background: var(--lightblue);
    color: var(--emeraude);
}

#discounts h2{
    color: var(--emeraude);
 }

#discounts h3{
    font-size: 17px;

}

#discounts h2:after,
#step-login-dms h2:after{
    content: url(../../images/demenagerseul/h2_line_orange.png);
}

#discounts .price{
    display: flex;
    color: var(--orange);
    font-weight: bold;
    border-top: 1px solid var(--lightgrey);
    padding-top: 10px;
    font-size: 19px;
    align-items: center;
}

#discounts .price span{
    color: var(--emeraude);
    font-size: 11px;
    margin-left: 5px;
}

#needs .col-lg-6 > img:not(#girafe_big){
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#needs{
    color: white;
}

#needs h2,
#franchise h2{
    text-transform: uppercase;
    font-size: 34px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

#needs h2:after,
#franchise h2:after{
    content: " ";
    width: 85%;
    border-bottom: 1px solid var(--orange);
    position: absolute;
    bottom: 0;
    left: 0;

}

#needs p a{
    color: var(--orange);
    text-decoration: underline;
}

#needs blockquote{
    padding: 50px 0 50px 50px;
    background: url(../../images/demenagerseul/quotes.png) no-repeat left center;
    display: flex;
    align-items: center;
    font-style: italic;
}

#needs blockquote:before{
    content: " ";
    border-bottom: 2px solid var(--orange);
    width: 27px;
    display: inline-block;
    margin-right: 10px;
}

#tips{
    background: var(--lightblue);
}

#tips h2:after{
    content: url(../../images/demenagerseul/h2_line_orange.png);
}

#tips .col-lg-2 > div{
    background: white;
    border-radius: 5px;
    min-height: 169px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: var(--orange);
    font-family: "Maven Pro";
    font-weight: bold;
}

#tips .col-lg-2:hover{
    text-decoration: none;
}

#tips .col-lg-2 > div i{
    font-size: 32px;
    color: var(--lightgrey);
}

#franchise{
    color: var(--emeraude);
}

#franchise .emeraude-bg{
    color: white;
}

#franchise .col-md-6 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#franchise h2{
    margin-bottom: 30px;
}

#franchise p{
    margin-bottom: 30px;
}

#franchise p a{
    color: var(--orange);
    text-decoration: underline;
}

#franchise .emeraude-bg p a{
    color: white;
}

#girafe_big{
    position: absolute;
    width: auto !important;
    right: -50px;
    bottom: -35px;
    z-index: 2;
}

#banner-dms{
    background: var(--emeraude);
    color: white;
}

#banner-dms img{
    width: 100%;
    height: auto;
}

#banner-dms .entry img{
    width: auto;
    height: auto;
}

#banner-dms .btn{
    border: 0;
}

#teaser span{
    font-size: 22px;
    font-family: "Maven Pro";
    line-height: normal;
}

#teaser h2{
    font-size: 33px;
    font-family: "Maven Pro";
    color: var(--orange);
    text-transform: uppercase;
}

#teaser p{
    color:var(--emeraude);
    font-family: "Maven Pro";
    font-size: 31px;
}

#step-agency-dms h2,
#step-date-dms h2,
#step-date-dms h2,
#step-vehicule-dms h2{
    font-weight: bold;
    color: var(--emeraude);
}

.date_label{
    color: var(--emeraude);
    font-weight: bold;
    line-height: 18px;
    min-height: 36px;
}

.select_hour{
    border: 2px solid var(--lightblue);
    height: 38px;
    border-radius: 10px;
    color: var(--orange);
    font-weight: bold;
}

#step-vehicule-dms .owl-carousel .item img{
    height: 200px;
    width: auto;
    margin: auto;
}

#step-vehicule-dms .owl-carousel .item input{
    display: none;
}

.vehicule_type{
    color: var(--orange);
    font-family: "Maven Pro";
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 2px solid var(--lightblue);
    margin-bottom: 15px;
    text-align: center;
}

.vehicule_description{
    color: var(--emeraude);
    text-align: center;
    line-height: 28px;
}

.kilometrage{
    font-weight: bold;
    color: var(--emeraude);
    font-size: 18px;
}

.kilometrage div{
    margin-left: 15px;
}

.kilometrage img{
    position: absolute;
    left: 15px;
    top: 7px;
}

.kilometrage input{
    height: 39px;
    border: 2px solid var(--lightblue);
    border-radius: 27px;
    padding-left: 50px;
    text-align: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#identification #password{
    margin-bottom: 0;
}

#step-login-dms .reset-password a{
    font-size: 12px;
}

#identification #email,
#identification #password{
    height: 40px;
}

#identification #inputEmailWrapper:before,
#inputPasswordWrapper:before{
    top: 6px;
    left: 13px;
}

#step-login-dms #loginForm button[type='submit']{
    margin-top: 32px;
    padding-left: 6px;
    padding-right: 6px;

}

#step-payment-dms .card{
    border: 0;
    background: none;
}

#step-payment-dms .card-body{
    background: white;
    margin-top: 30px;
    border-radius: 5px;
}

#step-payment-dms .card-header{
    color: white;
    background: #8B1E3F;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Maven Pro";
    font-size: 17px;
}

#step-payment-dms .card-header span{
    font-weight: normal;
}

#step-payment-dms .card-body ul{
    margin: 0;
    padding: 0;
}

#step-payment-dms .card-body ul li{
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;

}

#step-payment-dms .card-body ul li span.dashed{
    background-image: linear-gradient(90deg, var(--lightblue), var(--lightblue) 75%, transparent 75%, transparent 100%);
    background-size: 20px 1px;
    height: 1px;
    flex-basis: 75%;
}

.item-price{
    font-weight: bold;
    color: var(--orange);
}

.totals{
    margin: 0;
    padding: 0;
    flex-basis: 100%;
}

.totals li{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--lightgrey);
}

.totals li:last-child{
    border-bottom: 0;
    font-weight: bold;
}

.card-dates div,
.card-dates img{
    margin: 0 15px;
}

.card-dates{
    font-weight: bold;
    border-bottom: 2px solid var(--lightgrey);
}

.card-dates span{
    font-weight: normal;
}

.order-recap{
    flex-basis: 100%;
}

@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1640px
    }
}

.label-list label{
    margin-right: 25px;
}

.label-list input[type="radio"]{
    margin-right: 5px;
}

.label-list-item{
    display: inline-block;
}

.card-ecommerce .card-body{
    padding: 0;
}

.card-ecommerce .card-body > div:nth-child(even){
    background:var(--lightblue);
}




.vign-location-vehicule .title{
    font-weight: bold;
}

.asterix{
    font-size: 10px;
}

#recapNameAgency{
    font-weight: bold;
    color: var(--emeraude);
}

#vign-agency .link a{
    font-weight: bold;
    var(--orange);
    text-decoration: underline;
}

#final li{
    list-style-type: none;
    display: inline-block;
    font-size: 12px;
}

.ico_recap{
    width: 60px;
    height: auto;
}

#totalJoursKm{
    font-size: 14px;
    font-weight: bold;
}

.no-border{
    border-bottom: 0 !important;
}

#row-price{
    border-bottom: 2px solid var(--lightgrey);
    border-top: 2px solid var(--lightgrey);
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.reservation-total{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.orange-box{
    background: #8B1E3F;
    border-radius: 5px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orange-box > div{
    padding: 10px;
}

.orange-box .title{
    font-weight: bold;
}

.orange-box ul{
    margin: 0;
    padding: 0;
}

.orange-box li{
    list-style-type: none;
    font-weight: normal;
    font-size: 13px;
}

#vehicule{
    cursor: pointer;
}






.tableagency th h1 {
      font-weight: bold;
      font-size: 1em;
  text-align: left;
  color: #409999;
 }

.tableagency td {
      font-weight: bold;
      font-size: 1em;
  color: #409999;
  background-color:#e3efef;
  }

.tableagency {
    font-family: 'Sans-Serif !important';
      text-align: left;
      overflow: hidden;
      width: 80%;
      margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
  border-collapse: collapse;
  border: 3px solid #409999;
border-radius: 15px;  
  box-shadow: 5px 5px #b5cccc;
  
}

.tableagency td, .tableagency th {
      padding-bottom: 2%;
      padding-top: 2%;
  padding-left:2%;  
  border-collapse: collapse;

  border: 1px solid #719393;

}

 
.tableagency tr:nth-child(odd) {
      background-color: #b5cccc;
  color:#f4f7f7;
}

 
.tableagency tr:nth-child(even) {
      background-color:white;
  color:#409999;
}

.tableagency th {
      background-color: #409999;
  color:#e7531a;
}

.tableagency td:first-child { color: #e7531a; }



@media (max-width: 800px) {
    .tableagency td:nth-child(4),
    .tableagency th:nth-child(4) {
        display: none;
    }
}
